Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AccountThresholdsUpdatedEffect

Structure representing a Stellar Account Thresholds Updated 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.

highThreshold

highThreshold: number

The updated weight required for a valid transaction including the Account Merge and Set Options operations.

id

id: string

The id of the effect.

lowThreshold

lowThreshold: number

The updated weight required for a valid transaction including the Allow Trust and Bump Sequence operations.

medThreshold

medThreshold: number

The updated weight required for a valid transaction including the Create Account, Payment, Path Payment, Manage Buy Offer, Manage Sell Offer, Create Passive Sell Offer, Change Trust, Inflation, and Manage Data operations.

pagingToken

pagingToken: string

A cursor value for use in pagination.

type

type: account_thresholds_updated

The numeric type of the effect.

typeName

The name of the effect type.

Methods

$patch

  • $patch(data: AccountThresholdsUpdated): void

getAccount

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

Generated using TypeDoc