Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TrustlineUpdatedEffect

Structure representing a Stellar Trustline Updated Effect.

Hierarchy

Index

Constructors

constructor

Properties

accountId

accountId: string

The account that originates the effect.

Optional assetCode

assetCode: string

The code for the updated asset. Appears if assetType is not native.

Optional assetIssuerId

assetIssuerId: string

The Stellar address of the updated asset’s issuer. Appears if assetType is not native.

assetType

assetType: AssetType

The type of the updated asset. Either native, credit_alphanum4, or credit_alphanum12.

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.

limit

limit: number

The maximum amount of the updated asset.

pagingToken

pagingToken: string

A cursor value for use in pagination.

type

type: trustline_updated

The numeric type of the effect.

typeName

The name of the effect type.

Methods

$patch

  • $patch(data: TrustlineUpdated): void

getAccount

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

getAsset

  • getAsset(forceUpdate?: boolean): Promise<undefined | Asset>

Generated using TypeDoc