RPCLedgerEntry constructor
RPCLedgerEntry({
- String? index,
- String? accountRoot,
- String? check,
- LedgerDepositPreauth? depositPreauth,
- String? did,
- LedgerDirectory? directory,
- LedgerEscrow? escrow,
- LedgerOffer? offer,
- String? paymentChannel,
- LedgerTicket? ticket,
- String? bridgeAccount,
- XChainBridge? bridge,
- LedgerXChainClaimID? xChainClaimID,
- LedgerXChainCreateAccountClaimID? xChainCreateAccountClaimID,
- String? nftPage,
- bool binary = false,
- LedgerRippleState? rippleState,
- XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
Implementation
RPCLedgerEntry(
{this.index,
this.accountRoot,
this.check,
this.depositPreauth,
this.did,
this.directory,
this.escrow,
this.offer,
this.paymentChannel,
this.ticket,
this.bridgeAccount,
this.bridge,
this.xChainClaimID,
this.xChainCreateAccountClaimID,
this.nftPage,
this.binary = false,
this.rippleState,
XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated})
: super(ledgerIndex: ledgerIndex);