Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BumpSequenceOperation

Structure representing a Stellar Bump Sequence Operation.

Hierarchy

  • Operation<Horizon.OperationResponseType.bumpSequence, Horizon.OperationResponseTypeI.bumpSequence>
    • BumpSequenceOperation

Index

Constructors

constructor

Properties

bumpTo

bumpTo: string

The new desired value for the source account’s sequence number.

Readonly client

client: Client

createdAt

createdAt: Date

The operation's creation date.

createdTimestamp

createdTimestamp: number

The operation's creation timestamp.

id

id: string

The id of the operation.

pagingToken

pagingToken: string

A cursor value for use in pagination.

sourceAccountId

sourceAccountId: string

The account that originates the operation.

transactionHash

transactionHash: string

A unique id for the transaction the operation belongs to.

type

type: bumpSequence

The numeric type of the operation.

typeName

typeName: bumpSequence

The name of the operation type.

Methods

$patch

  • $patch(data: BumpSequenceOperationRecord): void

getEffects

getSourceAccount

  • getSourceAccount(forceUpdate?: boolean): Promise<Account>

getTransaction

  • getTransaction(forceUpdate?: boolean): Promise<Transaction>

Generated using TypeDoc