RPCLedgerEntry constructor

RPCLedgerEntry({
  1. String? index,
  2. String? accountRoot,
  3. String? check,
  4. LedgerDepositPreauth? depositPreauth,
  5. String? did,
  6. LedgerDirectory? directory,
  7. LedgerEscrow? escrow,
  8. LedgerOffer? offer,
  9. String? paymentChannel,
  10. LedgerTicket? ticket,
  11. String? bridgeAccount,
  12. XChainBridge? bridge,
  13. LedgerXChainClaimID? xChainClaimID,
  14. LedgerXChainCreateAccountClaimID? xChainCreateAccountClaimID,
  15. String? nftPage,
  16. bool binary = false,
  17. LedgerRippleState? rippleState,
  18. 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);