Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ClaimableBalanceSponsorshipCreatedEffect

Structure representing a Stellar Claimable Balance Sponsorship Created Effect.

Hierarchy

Index

Constructors

constructor

Properties

accountId

accountId: string

The account that originates the effect.

balanceId

balanceId: string

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

sponsorId

sponsorId: string

The id of the new claimable balance sponsor.

type

type: claimable_balance_sponsorship_created

The numeric type of the effect.

typeName

The name of the effect type.

Methods

$patch

  • $patch(data: ClaimableBalanceSponsorshipCreated): void

getAccount

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

getClaimableBalance

getSponsorAccount

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

Generated using TypeDoc