|
rippled
|

Public Types | |
| using | balance = Balance< T > |
Public Member Functions | |
| BalanceTransfer (T &env, jtx::Account const &from_acct, jtx::Account const &to_acct, jtx::Account const &payor, jtx::Account const *payees, size_t num_payees, bool withClaim) | |
| BalanceTransfer (T &env, jtx::Account const &from_acct, jtx::Account const &to_acct, jtx::Account const &payor, std::vector< jtx::Account > const &payees, bool withClaim) | |
| bool | payees_received (STAmount const &reward) const |
| bool | check_most_balances (STAmount const &amt, STAmount const &reward) |
| bool | has_happened (STAmount const &amt, STAmount const &reward, bool check_payer=true) |
| bool | has_not_happened () |
Public Attributes | |
| balance | from_ |
| balance | to_ |
| balance | payor_ |
| std::vector< balance > | reward_accounts |
| XRPAmount | txFees_ |
Definition at line 263 of file XChain_test.cpp.
| using ripple::test::BalanceTransfer< T >::balance = Balance<T> |
Definition at line 265 of file XChain_test.cpp.
| ripple::test::BalanceTransfer< T >::BalanceTransfer | ( | T & | env, |
| jtx::Account const & | from_acct, | ||
| jtx::Account const & | to_acct, | ||
| jtx::Account const & | payor, | ||
| jtx::Account const * | payees, | ||
| size_t | num_payees, | ||
| bool | withClaim | ||
| ) |
Definition at line 273 of file XChain_test.cpp.
| ripple::test::BalanceTransfer< T >::BalanceTransfer | ( | T & | env, |
| jtx::Account const & | from_acct, | ||
| jtx::Account const & | to_acct, | ||
| jtx::Account const & | payor, | ||
| std::vector< jtx::Account > const & | payees, | ||
| bool | withClaim | ||
| ) |
Definition at line 295 of file XChain_test.cpp.
| bool ripple::test::BalanceTransfer< T >::payees_received | ( | STAmount const & | reward | ) | const |
Definition at line 314 of file XChain_test.cpp.
| bool ripple::test::BalanceTransfer< T >::check_most_balances | ( | STAmount const & | amt, |
| STAmount const & | reward | ||
| ) |
Definition at line 323 of file XChain_test.cpp.
| bool ripple::test::BalanceTransfer< T >::has_happened | ( | STAmount const & | amt, |
| STAmount const & | reward, | ||
| bool | check_payer = true |
||
| ) |
Definition at line 330 of file XChain_test.cpp.
| bool ripple::test::BalanceTransfer< T >::has_not_happened | ( | ) |
Definition at line 342 of file XChain_test.cpp.
| balance ripple::test::BalanceTransfer< T >::from_ |
Definition at line 267 of file XChain_test.cpp.
| balance ripple::test::BalanceTransfer< T >::to_ |
Definition at line 268 of file XChain_test.cpp.
| balance ripple::test::BalanceTransfer< T >::payor_ |
Definition at line 269 of file XChain_test.cpp.
| std::vector<balance> ripple::test::BalanceTransfer< T >::reward_accounts |
Definition at line 270 of file XChain_test.cpp.
| XRPAmount ripple::test::BalanceTransfer< T >::txFees_ |
Definition at line 271 of file XChain_test.cpp.