OperationCreateClaimableBalance

Create a claimable balance (2-phase transfer)
Protobuf type TW.Stellar.Proto.OperationCreateClaimableBalance

Types

Link copied to clipboard
class Builder
Create a claimable balance (2-phase transfer)
Protobuf type TW.Stellar.Proto.OperationCreateClaimableBalance

Functions

Link copied to clipboard
open fun getAmount(): Long
Amount (*10^7)
int64 amount = 2;
Link copied to clipboard
open fun getAsset(): Asset
Optional, can be left empty for native asset
.TW.Stellar.Proto.Asset asset = 1;
Link copied to clipboard
open fun getClaimants(index: Int): Claimant
One or more claimants
repeated .TW.Stellar.Proto.Claimant claimants = 3;
Link copied to clipboard
One or more claimants
repeated .TW.Stellar.Proto.Claimant claimants = 3;
Link copied to clipboard
open fun getClaimantsList(): List<Claimant>
One or more claimants
repeated .TW.Stellar.Proto.Claimant claimants = 3;
Link copied to clipboard
open fun getClaimantsOrBuilder(index: Int): ClaimantOrBuilder
One or more claimants
repeated .TW.Stellar.Proto.Claimant claimants = 3;
Link copied to clipboard
open fun getClaimantsOrBuilderList(): List<out ClaimantOrBuilder>
One or more claimants
repeated .TW.Stellar.Proto.Claimant claimants = 3;
Link copied to clipboard
open fun getDefaultInstance(): OperationCreateClaimableBalance
Link copied to clipboard
open fun hasAsset(): Boolean
Optional, can be left empty for native asset
.TW.Stellar.Proto.Asset asset = 1;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): OperationCreateClaimableBalance
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): OperationCreateClaimableBalance
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): OperationCreateClaimableBalance
open fun parseFrom(data: ByteString): OperationCreateClaimableBalance
open fun parseFrom(input: CodedInputStream): OperationCreateClaimableBalance
open fun parseFrom(input: InputStream): OperationCreateClaimableBalance
open fun parseFrom(data: ByteBuffer): OperationCreateClaimableBalance
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): OperationCreateClaimableBalance
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): OperationCreateClaimableBalance
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): OperationCreateClaimableBalance
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): OperationCreateClaimableBalance
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): OperationCreateClaimableBalance
Link copied to clipboard
open fun parser(): Parser<OperationCreateClaimableBalance>

Properties

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