TransferOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): String
Amount (as string)
string amount = 1;
Link copied to clipboard
abstract fun getAmountBytes(): ByteString
Amount (as string)
string amount = 1;
Link copied to clipboard
abstract fun getPayload(): ByteString
Payload data
bytes payload = 3;
Link copied to clipboard
abstract fun getRecipient(): String
Destination address
string recipient = 2;
Link copied to clipboard
abstract fun getRecipientBytes(): ByteString
Destination address
string recipient = 2;

Inheritors

Link copied to clipboard