Signing Input
Input data necessary to create a signed transaction.
Content copied to clipboard
TW.Solana.Proto.SigningInputTypes
Functions
Link copied to clipboard
.TW.Solana.Proto.CreateAndTransferToken create_and_transfer_token_transaction = 12;Link copied to clipboard
.TW.Solana.Proto.CreateTokenAccount create_token_account_transaction = 10;Link copied to clipboard
.TW.Solana.Proto.DeactivateAllStake deactivate_all_stake_transaction = 7;Link copied to clipboard
.TW.Solana.Proto.DeactivateStake deactivate_stake_transaction = 6;Link copied to clipboard
Link copied to clipboard
.TW.Solana.Proto.DelegateStake delegate_stake_transaction = 5;Link copied to clipboard
The secret private key used for signing (32 bytes).
Content copied to clipboard
bytes private_key = 1;Link copied to clipboard
Relatively recent block hash
Content copied to clipboard
string recent_blockhash = 2;Link copied to clipboard
Relatively recent block hash
Content copied to clipboard
string recent_blockhash = 2;Link copied to clipboard
.TW.Solana.Proto.TokenTransfer token_transfer_transaction = 11;Link copied to clipboard
Link copied to clipboard
.TW.Solana.Proto.Transfer transfer_transaction = 4;Link copied to clipboard
.TW.Solana.Proto.WithdrawAllStake withdraw_all_transaction = 9;Link copied to clipboard
.TW.Solana.Proto.WithdrawStake withdraw_transaction = 8;Link copied to clipboard
.TW.Solana.Proto.CreateAndTransferToken create_and_transfer_token_transaction = 12;Link copied to clipboard
.TW.Solana.Proto.CreateTokenAccount create_token_account_transaction = 10;Link copied to clipboard
.TW.Solana.Proto.DeactivateAllStake deactivate_all_stake_transaction = 7;Link copied to clipboard
.TW.Solana.Proto.DeactivateStake deactivate_stake_transaction = 6;Link copied to clipboard
.TW.Solana.Proto.DelegateStake delegate_stake_transaction = 5;Link copied to clipboard
.TW.Solana.Proto.TokenTransfer token_transfer_transaction = 11;Link copied to clipboard
.TW.Solana.Proto.Transfer transfer_transaction = 4;Link copied to clipboard
.TW.Solana.Proto.WithdrawAllStake withdraw_all_transaction = 9;Link copied to clipboard
.TW.Solana.Proto.WithdrawStake withdraw_transaction = 8;Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): SigningInput
Link copied to clipboard