OperationPaymentOrBuilder

Functions

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

Inheritors

Link copied to clipboard