CreateAndTransferTokenOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): Long
amount
uint64 amount = 5;
Link copied to clipboard
abstract fun getDecimals(): Int
Note: 8-bit value
uint32 decimals = 6;
Link copied to clipboard
abstract fun getMemo(): String
optional
string memo = 7;
Link copied to clipboard
abstract fun getMemoBytes(): ByteString
optional
string memo = 7;
Link copied to clipboard
main account -- can be same as signer, or other main account (if done on some other account's behalf)
string recipient_main_address = 1;
Link copied to clipboard
abstract fun getRecipientMainAddressBytes(): ByteString
main account -- can be same as signer, or other main account (if done on some other account's behalf)
string recipient_main_address = 1;
Link copied to clipboard
Token address for the recipient, will be created first
string recipient_token_address = 3;
Link copied to clipboard
abstract fun getRecipientTokenAddressBytes(): ByteString
Token address for the recipient, will be created first
string recipient_token_address = 3;
Link copied to clipboard
abstract fun getReferences(index: Int): String
optional referenced public keys
repeated string references = 8;
Link copied to clipboard
abstract fun getReferencesBytes(index: Int): ByteString
optional referenced public keys
repeated string references = 8;
Link copied to clipboard
abstract fun getReferencesCount(): Int
optional referenced public keys
repeated string references = 8;
Link copied to clipboard
abstract fun getReferencesList(): List<String>
optional referenced public keys
repeated string references = 8;
Link copied to clipboard
Sender's token address
string sender_token_address = 4;
Link copied to clipboard
abstract fun getSenderTokenAddressBytes(): ByteString
Sender's token address
string sender_token_address = 4;
Link copied to clipboard
abstract fun getTokenMintAddress(): String
Mint address of the token
string token_mint_address = 2;
Link copied to clipboard
abstract fun getTokenMintAddressBytes(): ByteString
Mint address of the token
string token_mint_address = 2;

Inheritors

Link copied to clipboard