Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DataUpdatedEffect

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

name

name: string

The name of the updated account data.

pagingToken

pagingToken: string

A cursor value for use in pagination.

type

type: data_updated

The numeric type of the effect.

typeName

typeName: dataUpdated

The name of the effect type.

value

value: string

The new value of the updated account data.

Methods

$patch

  • $patch(data: DataUpdated): void

getAccount

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

Generated using TypeDoc