TransferMessageOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): Long
Amount to be transferred (sint64)
sint64 amount = 3;
Link copied to clipboard
abstract fun getFrom(): String
Source Account address (string)
string from = 1;
Link copied to clipboard
abstract fun getFromBytes(): ByteString
Source Account address (string)
string from = 1;
Link copied to clipboard
abstract fun getTo(): String
Destination Account address (string)
string to = 2;
Link copied to clipboard
abstract fun getToBytes(): ByteString
Destination Account address (string)
string to = 2;

Inheritors

Link copied to clipboard