|
xrpld
|
#include <vault.h>

Classes | |
| struct | CreateArgs |
| struct | SetArgs |
| struct | DeleteArgs |
| struct | DepositArgs |
| struct | WithdrawArgs |
| struct | ClawbackArgs |
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 |
|
nodiscard |
Return a VaultCreate transaction and the Vault's expected keylet.
|
static |
|
static |
|
static |
|
static |
|
static |