Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OfferCreate

An OfferCreate transaction is effectively a limit order . It defines an intent to exchange currencies, and creates an Offer object if not completely. Fulfilled when placed. Offers can be partially fulfilled.

Hierarchy

  • BaseTransaction
    • OfferCreate

Index

Properties

Account

Account: string

Optional AccountTxnID

AccountTxnID: string

Optional Expiration

Expiration: number

Time after which the offer is no longer active, in seconds since the. Ripple Epoch.

Optional Fee

Fee: string

Optional Flags

Optional LastLedgerSequence

LastLedgerSequence: number

Optional Memos

Memos: { Memo: Memo }[]

Optional OfferSequence

OfferSequence: number

An offer to delete first, specified in the same way as OfferCancel.

Optional Sequence

Sequence: number

Optional Signers

Signers: Signer[]

Optional SigningPubKey

SigningPubKey: string

Optional SourceTag

SourceTag: number

TakerGets

TakerGets: Amount

The amount and type of currency being provided by the offer creator.

TakerPays

TakerPays: Amount

The amount and type of currency being requested by the offer creator.

Optional TicketSequence

TicketSequence: number

TransactionType

TransactionType: "OfferCreate"

Optional TxnSignature

TxnSignature: string

Generated using TypeDoc