CreateClaimableBalanceOpXdr

data class CreateClaimableBalanceOpXdr(val asset: AssetXdr, val amount: Int64Xdr, val claimants: List<ClaimantXdr>)

XDR Source: struct CreateClaimableBalanceOp { Asset asset; int64 amount; Claimant claimants<10>; };

Constructors

Link copied to clipboard
constructor(asset: AssetXdr, amount: Int64Xdr, claimants: List<ClaimantXdr>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)