Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SignerUpdatedEffect

Structure representing a Stellar Signer 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.

id

id: string

The id of the effect.

pagingToken

pagingToken: string

A cursor value for use in pagination.

publicKey

publicKey: string

The public key of the signer.

type

type: signer_updated

The numeric type of the effect.

typeName

typeName: signerUpdated

The name of the effect type.

weight

weight: number

The updated numerical weight of the signer.

Methods

$patch

  • $patch(data: SignerUpdated): void

getAccount

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

getSignerAccount

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

Generated using TypeDoc