rippled
|
A balance matches. More...
Public Member Functions | |
balance (Account const &account, none_t) | |
balance (Account const &account, None const &value) | |
balance (Account const &account, STAmount const &value) | |
void | operator() (Env &) const |
Private Attributes | |
bool | none_ |
Account | account_ |
STAmount | value_ |
A balance matches.
This allows "none" which means either the account doesn't exist (no XRP) or the trust line does not exist. If an amount is specified, the SLE must exist even if the amount is 0, or else the test fails.
void ripple::test::jtx::balance::operator() | ( | Env & | env | ) | const |
Definition at line 27 of file balance.cpp.