Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DepositPreauth

A DepositPreauth transaction gives another account pre-approval to deliver payments to the sender of this transaction. This is only useful if the sender of this transaction is using (or plans to use) Deposit Authorization.

Hierarchy

  • BaseTransaction
    • DepositPreauth

Index

Properties

Account

Account: string

Optional AccountTxnID

AccountTxnID: string

Optional Authorize

Authorize: string

The XRP Ledger address of the sender to preauthorize.

Optional Fee

Fee: string

Optional Flags

Flags: number | GlobalFlags

Optional LastLedgerSequence

LastLedgerSequence: number

Optional Memos

Memos: { Memo: Memo }[]

Optional Sequence

Sequence: number

Optional Signers

Signers: Signer[]

Optional SigningPubKey

SigningPubKey: string

Optional SourceTag

SourceTag: number

Optional TicketSequence

TicketSequence: number

TransactionType

TransactionType: "DepositPreauth"

Optional TxnSignature

TxnSignature: string

Optional Unauthorize

Unauthorize: string

The XRP Ledger address of a sender whose preauthorization should be. revoked.

Generated using TypeDoc