Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccountDelete

An AccountDelete transaction deletes an account and any objects it owns in the XRP Ledger, if possible, sending the account's remaining XRP to a specified destination account.

Hierarchy

  • BaseTransaction
    • AccountDelete

Index

Properties

Account

Account: string

Optional AccountTxnID

AccountTxnID: string

Destination

Destination: string

The address of an account to receive any leftover XRP after deleting the sending account. Must be a funded account in the ledger, and must not be. the sending account.

Optional DestinationTag

DestinationTag: number

Arbitrary destination tag that identifies a hosted recipient or other. information for the recipient of the deleted account's leftover XRP.

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: "AccountDelete"

Optional TxnSignature

TxnSignature: string

Generated using TypeDoc