Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TrustlineSponsorshipRemovedEffect

Structure representing a Stellar Trustline Sponsorship Removed Effect.

Hierarchy

Index

Constructors

constructor

Properties

accountId

accountId: string

The account that originates the effect.

assetInfo

assetInfo: string

The asset of the trustline in the SEP-11 form asset_code:issuing_address or native (for Pi).

Readonly client

client: Client

createdAt

createdAt: Date

The effect's creation date.

createdTimestamp

createdTimestamp: number

The effect's creation timestamp.

formerSponsorId

formerSponsorId: string

The id of the former trustline sponsor.

id

id: string

The id of the effect.

pagingToken

pagingToken: string

A cursor value for use in pagination.

type

type: trustline_sponsorship_removed

The numeric type of the effect.

typeName

The name of the effect type.

Methods

$patch

  • $patch(data: TrustlineSponsorshipRemoved): void

getAccount

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

getAsset

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

getFormerSponsorAccount

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

Generated using TypeDoc