Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SequenceBumpedEffect

Structure representing a Stellar Sequence Bumped Effect.

Hierarchy

Index

Constructors

constructor

Properties

accountId

accountId: string

The account that originates the effect.

Readonly client

client: Client

createdAt

createdAt: Date

The effect's creation date.

createdTimestamp

createdTimestamp: number

The effect's creation timestamp.

id

id: string

The id of the effect.

newSequence

newSequence: string

The new sequence.

pagingToken

pagingToken: string

A cursor value for use in pagination.

type

type: sequence_bumped

The numeric type of the effect.

typeName

typeName: sequenceBumped

The name of the effect type.

Methods

$patch

  • $patch(data: SequenceBumped): void

getAccount

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

Generated using TypeDoc