Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TicketCreate

A TicketCreate transaction sets aside one or more sequence numbers as Tickets.

Hierarchy

  • BaseTransaction
    • TicketCreate

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 }[]

Optional Sequence

Sequence: number

Optional Signers

Signers: Signer[]

Optional SigningPubKey

SigningPubKey: string

Optional SourceTag

SourceTag: number

TicketCount

TicketCount: number

How many Tickets to create. This must be a positive number and cannot cause the account to own more than 250 Tickets after executing this. transaction.

Optional TicketSequence

TicketSequence: number

TransactionType

TransactionType: "TicketCreate"

Optional TxnSignature

TxnSignature: string

Generated using TypeDoc