Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ClaimClaimableBalanceOperation

Structure representing a Stellar Claim Claimable Balance Operation.

Hierarchy

  • Operation<Horizon.OperationResponseType.claimClaimableBalance, Horizon.OperationResponseTypeI.claimClaimableBalance>
    • ClaimClaimableBalanceOperation

Index

Constructors

constructor

Properties

balanceId

balanceId: string

The id of the claimable balance.

claimantId

claimantId: string

The id of the account which claimed the balance.

Readonly client

client: Client

createdAt

createdAt: Date

The operation's creation date.

createdTimestamp

createdTimestamp: number

The operation's creation timestamp.

id

id: string

The id of the operation.

pagingToken

pagingToken: string

A cursor value for use in pagination.

sourceAccountId

sourceAccountId: string

The account that originates the operation.

transactionHash

transactionHash: string

A unique id for the transaction the operation belongs to.

type

type: claimClaimableBalance

The numeric type of the operation.

typeName

typeName: claimClaimableBalance

The name of the operation type.

Methods

$patch

  • $patch(data: ClaimClaimableBalanceOperationRecord): void

getClaimableBalance

getClaimantAccount

getEffects

getSourceAccount

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

getTransaction

  • getTransaction(forceUpdate?: boolean): Promise<Transaction>

Generated using TypeDoc