Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TrustlineRemovedEffect

Structure representing a Stellar Trustline Removed Effect.

Hierarchy

Index

Constructors

constructor

Properties

accountId

accountId: string

The account that originates the effect.

Optional assetCode

assetCode: string

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

Optional assetIssuerId

assetIssuerId: string

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

assetType

assetType: AssetType

The type of the removed 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 removed asset.

pagingToken

pagingToken: string

A cursor value for use in pagination.

type

type: trustline_removed

The numeric type of the effect.

typeName

The name of the effect type.

Methods

$patch

  • $patch(data: TrustlineRemoved): void

getAccount

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

Generated using TypeDoc