TokenTransfer

Transfer tokens
Protobuf type TW.Solana.Proto.TokenTransfer

Types

Link copied to clipboard
class Builder
Transfer tokens
Protobuf type TW.Solana.Proto.TokenTransfer

Functions

Link copied to clipboard
open fun getAmount(): Long
Amount
uint64 amount = 4;
Link copied to clipboard
open fun getDecimals(): Int
Note: 8-bit value
uint32 decimals = 5;
Link copied to clipboard
open fun getDefaultInstance(): TokenTransfer
Link copied to clipboard
open fun getMemo(): String
optional memo§
string memo = 6;
Link copied to clipboard
open fun getMemoBytes(): ByteString
optional memo§
string memo = 6;
Link copied to clipboard
Destination address
string recipient_token_address = 3;
Link copied to clipboard
open fun getRecipientTokenAddressBytes(): ByteString
Destination address
string recipient_token_address = 3;
Link copied to clipboard
open fun getReferences(index: Int): String
optional referenced public keys
repeated string references = 7;
Link copied to clipboard
open fun getReferencesBytes(index: Int): ByteString
optional referenced public keys
repeated string references = 7;
Link copied to clipboard
optional referenced public keys
repeated string references = 7;
Link copied to clipboard
optional referenced public keys
repeated string references = 7;
Link copied to clipboard
Source address
string sender_token_address = 2;
Link copied to clipboard
open fun getSenderTokenAddressBytes(): ByteString
Source address
string sender_token_address = 2;
Link copied to clipboard
Mint address of the token
string token_mint_address = 1;
Link copied to clipboard
open fun getTokenMintAddressBytes(): ByteString
Mint address of the token
string token_mint_address = 1;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): TokenTransfer
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TokenTransfer
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): TokenTransfer
open fun parseFrom(data: ByteString): TokenTransfer
open fun parseFrom(input: CodedInputStream): TokenTransfer
open fun parseFrom(input: InputStream): TokenTransfer
open fun parseFrom(data: ByteBuffer): TokenTransfer
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): TokenTransfer
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): TokenTransfer
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): TokenTransfer
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TokenTransfer
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): TokenTransfer
Link copied to clipboard
open fun parser(): Parser<TokenTransfer>

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard