Interface DepositPreauth

A DepositPreauth object tracks a preauthorization from one account to another. DepositPreauth transactions create these objects.

Hierarchy

  • BaseLedgerEntry
  • HasPreviousTxnID
    • DepositPreauth

Properties

Account: string

The account that granted the preauthorization.

Authorize: string

The account that received the preauthorization.

Flags: 0

A bit-map of boolean flags. No flags are defined for DepositPreauth objects, so this value is always 0.

LedgerEntryType: "DepositPreauth"
OwnerNode: string

A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.

PreviousTxnID: string

The identifying hash of the transaction that most recently modified this object.

PreviousTxnLgrSeq: number

The index of the ledger that contains the transaction that most recently modified this object.

index: string

Generated using TypeDoc