TokenTransferOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): Long
Amount
uint64 amount = 4;
Link copied to clipboard
abstract fun getDecimals(): Int
Note: 8-bit value
uint32 decimals = 5;
Link copied to clipboard
abstract fun getMemo(): String
optional memo§
string memo = 6;
Link copied to clipboard
abstract fun getMemoBytes(): ByteString
optional memo§
string memo = 6;
Link copied to clipboard
Destination address
string recipient_token_address = 3;
Link copied to clipboard
abstract fun getRecipientTokenAddressBytes(): ByteString
Destination address
string recipient_token_address = 3;
Link copied to clipboard
abstract fun getReferences(index: Int): String
optional referenced public keys
repeated string references = 7;
Link copied to clipboard
abstract fun getReferencesBytes(index: Int): ByteString
optional referenced public keys
repeated string references = 7;
Link copied to clipboard
abstract fun getReferencesCount(): Int
optional referenced public keys
repeated string references = 7;
Link copied to clipboard
abstract fun getReferencesList(): List<String>
optional referenced public keys
repeated string references = 7;
Link copied to clipboard
Source address
string sender_token_address = 2;
Link copied to clipboard
abstract fun getSenderTokenAddressBytes(): ByteString
Source address
string sender_token_address = 2;
Link copied to clipboard
abstract fun getTokenMintAddress(): String
Mint address of the token
string token_mint_address = 1;
Link copied to clipboard
abstract fun getTokenMintAddressBytes(): ByteString
Mint address of the token
string token_mint_address = 1;

Inheritors

Link copied to clipboard