|
rippled
|
#include <vault.h>

Classes | |
| struct | ClawbackArgs |
| struct | CreateArgs |
| struct | DeleteArgs |
| struct | DepositArgs |
| struct | SetArgs |
| struct | WithdrawArgs |
Public Member Functions | |
| std::tuple< Json::Value, Keylet > | create (CreateArgs const &args) const |
| Return a VaultCreate transaction and the Vault's expected keylet. | |
Static Public Member Functions | |
| static Json::Value | set (SetArgs const &args) |
| static Json::Value | del (DeleteArgs const &args) |
| static Json::Value | deposit (DepositArgs const &args) |
| static Json::Value | withdraw (WithdrawArgs const &args) |
| static Json::Value | clawback (ClawbackArgs const &args) |
Public Attributes | |
| Env & | env |
| std::tuple< Json::Value, Keylet > xrpl::test::jtx::Vault::create | ( | CreateArgs const & | args | ) | const |
Return a VaultCreate transaction and the Vault's expected keylet.
|
static |
|
static |
|
static |
|
static |
|
static |