Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TrustlineAuthorizedEffect

Structure representing a Stellar Trustline Authorized Effect.

Hierarchy

Index

Constructors

constructor

Properties

accountId

accountId: string

The account that originates the effect.

Optional assetCode

assetCode: string

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

assetType

assetType: AssetType

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

pagingToken

pagingToken: string

A cursor value for use in pagination.

trustorId

trustorId: string

The id of the account being authorized.

type

type: trustline_authorized

The numeric type of the effect.

typeName

The name of the effect type.

Methods

$patch

  • $patch(data: TrustlineAuthorized): void

getAccount

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

getAsset

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

getTrustorAccount

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

Generated using TypeDoc