package TW.Solana.Proto

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message CreateAndTransferToken

Solana.proto:107

CreateTokenAccount and TokenTransfer combined

Used in: SigningInput

message CreateTokenAccount

Solana.proto:71

Create a token account under a main account for a token type

Used in: SigningInput

message DeactivateAllStake

Solana.proto:42

Deactivate staking on multiple stake account

Used in: SigningInput

message DeactivateStake

Solana.proto:36

Deactivate staking on stake account

Used in: SigningInput

message DelegateStake

Solana.proto:24

Create and initialize a stake account, and delegate amount to it. Recommendation behavior is to not specify a stake account, and a new unique account will be created each time. Optionally a stake account pubkey can be specified, but it should not exist on chain.

Used in: SigningInput

message SigningInput

Solana.proto:134

Input data necessary to create a signed transaction.

message SigningOutput

Solana.proto:158

Result containing the signed and encoded transaction.

message StakeAccountValue

Solana.proto:57

Technical structure to group a staking account and an amount

Used in: WithdrawAllStake

message TokenTransfer

Solana.proto:83

Transfer tokens

Used in: SigningInput

message Transfer

Solana.proto:7

Transfer transaction

Used in: SigningInput

message WithdrawAllStake

Solana.proto:66

Withdraw amounts from stake accounts

Used in: SigningInput

message WithdrawStake

Solana.proto:48

Withdraw amount from stake account

Used in: SigningInput