Builder
class Builder
Create a claimable balance (2-phase transfer)
Content copied to clipboard
TW.Stellar.Proto.OperationCreateClaimableBalance
Functions
Link copied to clipboard
open fun addAllClaimants(values: Iterable<out Claimant>): Stellar.OperationCreateClaimableBalance.Builder
One or more claimants
Content copied to clipboard
repeated .TW.Stellar.Proto.Claimant claimants = 3;
Link copied to clipboard
open fun addClaimants(index: Int, builderForValue: Builder): Stellar.OperationCreateClaimableBalance.Builder
One or more claimants
Content copied to clipboard
repeated .TW.Stellar.Proto.Claimant claimants = 3;
Link copied to clipboard
Amount (*10^7)
Content copied to clipboard
int64 amount = 2;
Link copied to clipboard
Optional, can be left empty for native asset
Content copied to clipboard
.TW.Stellar.Proto.Asset asset = 1;
Link copied to clipboard
One or more claimants
Content copied to clipboard
repeated .TW.Stellar.Proto.Claimant claimants = 3;
Link copied to clipboard
One or more claimants
Content copied to clipboard
repeated .TW.Stellar.Proto.Claimant claimants = 3;
Link copied to clipboard
One or more claimants
Content copied to clipboard
repeated .TW.Stellar.Proto.Claimant claimants = 3;
Link copied to clipboard
One or more claimants
Content copied to clipboard
repeated .TW.Stellar.Proto.Claimant claimants = 3;
Link copied to clipboard
Optional, can be left empty for native asset
Content copied to clipboard
.TW.Stellar.Proto.Asset asset = 1;
Link copied to clipboard
One or more claimants
Content copied to clipboard
repeated .TW.Stellar.Proto.Claimant claimants = 3;
Link copied to clipboard
Amount (*10^7)
Content copied to clipboard
int64 amount = 2;
Link copied to clipboard
Optional, can be left empty for native asset
Content copied to clipboard
.TW.Stellar.Proto.Asset asset = 1;
Link copied to clipboard
open fun setClaimants(index: Int, builderForValue: Builder): Stellar.OperationCreateClaimableBalance.Builder
One or more claimants
Content copied to clipboard
repeated .TW.Stellar.Proto.Claimant claimants = 3;