Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CheckCancel

Cancels an unredeemed Check, removing it from the ledger without sending any money. The source or the destination of the check can cancel a Check at any time using this transaction type. If the Check has expired, any address can cancel it.

Hierarchy

  • BaseTransaction
    • CheckCancel

Index

Properties

Account

Account: string

Optional AccountTxnID

AccountTxnID: string

CheckID

CheckID: string

The ID of the Check ledger object to cancel, as a 64-character hexadecimal. string.

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

Optional TxnSignature

TxnSignature: string

Generated using TypeDoc