Clio develop
The XRP Ledger API server.
|
A struct to hold the output data of the command. More...
#include <AccountInfo.hpp>
Public Member Functions | |
Output (uint32_t ledgerId, std::string ledgerHash, ripple::STLedgerEntry sle, bool isDisallowIncomingEnabled, bool isClawbackEnabled, uint32_t version, std::optional< std::vector< ripple::STLedgerEntry > > signerLists=std::nullopt) | |
Construct a new Output object. | |
A struct to hold the output data of the command.
|
inline |
Construct a new Output object.
ledgerId | The ledger index |
ledgerHash | The ledger hash |
sle | The account data |
isDisallowIncomingEnabled | Whether disallow incoming is enabled |
isClawbackEnabled | Whether clawback is enabled |
version | The API version |
signerLists | The signer lists |