Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ClaimableBalanceCreatedEffect

Structure representing a Stellar Claimable Balance Created Effect.

Hierarchy

Index

Constructors

constructor

Properties

accountId

accountId: string

The account that originates the effect.

amount

amount: number

The amount of asset that can be claimed.

assetInfo

assetInfo: string

The asset available to be claimed in the SEP-11 form asset_code:issuing_address or native (for Pi).

balanceId

balanceId: string

The id of the created claimable balance.

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.

type

type: claimable_balance_created

The numeric type of the effect.

typeName

The name of the effect type.

Methods

$patch

  • $patch(data: ClaimableBalanceCreated): void

getAccount

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

getAsset

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

getClaimableBalance

Generated using TypeDoc