TransferOrBuilder

Functions

Link copied to clipboard
abstract fun getMemo(): String
optional memo
string memo = 3;
Link copied to clipboard
abstract fun getMemoBytes(): ByteString
optional memo
string memo = 3;
Link copied to clipboard
abstract fun getRecipient(): String
destination address
string recipient = 1;
Link copied to clipboard
abstract fun getRecipientBytes(): ByteString
destination address
string recipient = 1;
Link copied to clipboard
abstract fun getReferences(index: Int): String
optional referenced public keys
repeated string references = 4;
Link copied to clipboard
abstract fun getReferencesBytes(index: Int): ByteString
optional referenced public keys
repeated string references = 4;
Link copied to clipboard
abstract fun getReferencesCount(): Int
optional referenced public keys
repeated string references = 4;
Link copied to clipboard
abstract fun getReferencesList(): List<String>
optional referenced public keys
repeated string references = 4;
Link copied to clipboard
abstract fun getValue(): Long
amount
uint64 value = 2;

Inheritors

Link copied to clipboard