CreateClaimableBalanceOperation

data class CreateClaimableBalanceOperation(val asset: Asset, val amount: String, val claimants: List<Claimant>) : Operation

Represents a CreateClaimableBalance operation.

Constructors

Link copied to clipboard
constructor(asset: Asset, amount: String, claimants: List<Claimant>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The amount of the asset

Link copied to clipboard

The asset for the claimable balance

Link copied to clipboard

The list of claimants who can claim this balance

Link copied to clipboard

Optional source account for this operation.

Functions

Link copied to clipboard
open override fun toOperationBody(): OperationBodyXdr

Converts this operation to its XDR operation body representation.

Link copied to clipboard

Converts this operation to its full XDR representation, including the source account.