Token Transfer
Transfer tokens
Content copied to clipboard
TW.Solana.Proto.TokenTransfer
Types
Functions
Link copied to clipboard
Note: 8-bit value
Content copied to clipboard
uint32 decimals = 5;
Link copied to clipboard
Link copied to clipboard
optional memo§
Content copied to clipboard
string memo = 6;
Link copied to clipboard
Destination address
Content copied to clipboard
string recipient_token_address = 3;
Link copied to clipboard
Destination address
Content copied to clipboard
string recipient_token_address = 3;
Link copied to clipboard
optional referenced public keys
Content copied to clipboard
repeated string references = 7;
Link copied to clipboard
optional referenced public keys
Content copied to clipboard
repeated string references = 7;
Link copied to clipboard
optional referenced public keys
Content copied to clipboard
repeated string references = 7;
Link copied to clipboard
optional referenced public keys
Content copied to clipboard
repeated string references = 7;
Link copied to clipboard
Source address
Content copied to clipboard
string sender_token_address = 2;
Link copied to clipboard
Source address
Content copied to clipboard
string sender_token_address = 2;
Link copied to clipboard
Mint address of the token
Content copied to clipboard
string token_mint_address = 1;
Link copied to clipboard
Mint address of the token
Content copied to clipboard
string token_mint_address = 1;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TokenTransfer
Link copied to clipboard
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): TokenTransfer