CreateAndTransferToken

CreateTokenAccount and TokenTransfer combined
Protobuf type TW.Solana.Proto.CreateAndTransferToken

Types

Link copied to clipboard
class Builder
CreateTokenAccount and TokenTransfer combined
Protobuf type TW.Solana.Proto.CreateAndTransferToken

Functions

Link copied to clipboard
open fun getAmount(): Long
amount
uint64 amount = 5;
Link copied to clipboard
open fun getDecimals(): Int
Note: 8-bit value
uint32 decimals = 6;
Link copied to clipboard
open fun getDefaultInstance(): CreateAndTransferToken
Link copied to clipboard
open fun getMemo(): String
optional
string memo = 7;
Link copied to clipboard
open 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
open 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
open fun getRecipientTokenAddressBytes(): ByteString
Token address for the recipient, will be created first
string recipient_token_address = 3;
Link copied to clipboard
open fun getReferences(index: Int): String
optional referenced public keys
repeated string references = 8;
Link copied to clipboard
open fun getReferencesBytes(index: Int): ByteString
optional referenced public keys
repeated string references = 8;
Link copied to clipboard
optional referenced public keys
repeated string references = 8;
Link copied to clipboard
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
open fun getSenderTokenAddressBytes(): ByteString
Sender's token address
string sender_token_address = 4;
Link copied to clipboard
Mint address of the token
string token_mint_address = 2;
Link copied to clipboard
open fun getTokenMintAddressBytes(): ByteString
Mint address of the token
string token_mint_address = 2;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): CreateAndTransferToken
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): CreateAndTransferToken
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): CreateAndTransferToken
open fun parseFrom(data: ByteString): CreateAndTransferToken
open fun parseFrom(input: CodedInputStream): CreateAndTransferToken
open fun parseFrom(input: InputStream): CreateAndTransferToken
open fun parseFrom(data: ByteBuffer): CreateAndTransferToken
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): CreateAndTransferToken
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): CreateAndTransferToken
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): CreateAndTransferToken
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): CreateAndTransferToken
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): CreateAndTransferToken
Link copied to clipboard
open fun parser(): Parser<CreateAndTransferToken>

Properties