Builder

class Builder
Perform payment
Protobuf type TW.Stellar.Proto.OperationPayment

Functions

Link copied to clipboard
Amount (*10^7)
int64 amount = 3;
Link copied to clipboard
Optional, can be left empty for native asset
.TW.Stellar.Proto.Asset asset = 2;
Link copied to clipboard
Destination address
string destination = 1;
Link copied to clipboard
open fun getAmount(): Long
Amount (*10^7)
int64 amount = 3;
Link copied to clipboard
open fun getAsset(): Asset
Optional, can be left empty for native asset
.TW.Stellar.Proto.Asset asset = 2;
Link copied to clipboard
Destination address
string destination = 1;
Link copied to clipboard
open fun getDestinationBytes(): ByteString
Destination address
string destination = 1;
Link copied to clipboard
open fun hasAsset(): Boolean
Optional, can be left empty for native asset
.TW.Stellar.Proto.Asset asset = 2;
Link copied to clipboard
Optional, can be left empty for native asset
.TW.Stellar.Proto.Asset asset = 2;
Link copied to clipboard
Amount (*10^7)
int64 amount = 3;
Link copied to clipboard
open fun setAsset(builderForValue: Builder): Stellar.OperationPayment.Builder
Optional, can be left empty for native asset
.TW.Stellar.Proto.Asset asset = 2;
Link copied to clipboard
Destination address
string destination = 1;
Link copied to clipboard
Destination address
string destination = 1;