Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OfferCancel

An OfferCancel transaction removes an Offer object from the XRP Ledger.

Hierarchy

  • BaseTransaction
    • OfferCancel

Index

Properties

Account

Account: string

Optional AccountTxnID

AccountTxnID: string

Optional Fee

Fee: string

Optional Flags

Flags: number | GlobalFlags

Optional LastLedgerSequence

LastLedgerSequence: number

Optional Memos

Memos: { Memo: Memo }[]

OfferSequence

OfferSequence: number

The sequence number (or Ticket number) of a previous OfferCreate transaction. If specified, cancel any offer object in the ledger that was created by that transaction. It is not considered an error if the offer. specified does not exist.

Optional Sequence

Sequence: number

Optional Signers

Signers: Signer[]

Optional SigningPubKey

SigningPubKey: string

Optional SourceTag

SourceTag: number

Optional TicketSequence

TicketSequence: number

TransactionType

TransactionType: "OfferCancel"

Optional TxnSignature

TxnSignature: string

Generated using TypeDoc