|
rippled
|
#include <fee.h>

Public Member Functions | |
| fee (autofill_t) | |
| fee (increment_t) | |
| fee (none_t) | |
| fee (STAmount const &amount) | |
| fee (std::uint64_t amount, bool negative=false) | |
| void | operator() (Env &, JTx &jt) const |
Private Attributes | |
| bool | manual_ = true |
| bool | increment_ = false |
| std::optional< STAmount > | amount_ |
|
explicit |
|
explicit |
|
explicit |
|
explicit |
|
private |