OperationCreateClaimableBalanceOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): Long
Amount (*10^7)
int64 amount = 2;
Link copied to clipboard
abstract fun getAsset(): Asset
Optional, can be left empty for native asset
.TW.Stellar.Proto.Asset asset = 1;
Link copied to clipboard
abstract fun getClaimants(index: Int): Claimant
One or more claimants
repeated .TW.Stellar.Proto.Claimant claimants = 3;
Link copied to clipboard
abstract fun getClaimantsCount(): Int
One or more claimants
repeated .TW.Stellar.Proto.Claimant claimants = 3;
Link copied to clipboard
abstract fun getClaimantsList(): List<Claimant>
One or more claimants
repeated .TW.Stellar.Proto.Claimant claimants = 3;
Link copied to clipboard
abstract fun hasAsset(): Boolean
Optional, can be left empty for native asset
.TW.Stellar.Proto.Asset asset = 1;

Inheritors

Link copied to clipboard