SigningInputOrBuilder

Functions

Link copied to clipboard
abstract fun getCreateAndTransferTokenTransaction(): CreateAndTransferToken
.TW.Solana.Proto.CreateAndTransferToken create_and_transfer_token_transaction = 12;
Link copied to clipboard
abstract fun getCreateTokenAccountTransaction(): CreateTokenAccount
.TW.Solana.Proto.CreateTokenAccount create_token_account_transaction = 10;
Link copied to clipboard
abstract fun getDeactivateAllStakeTransaction(): DeactivateAllStake
.TW.Solana.Proto.DeactivateAllStake deactivate_all_stake_transaction = 7;
Link copied to clipboard
abstract fun getDeactivateStakeTransaction(): DeactivateStake
.TW.Solana.Proto.DeactivateStake deactivate_stake_transaction = 6;
Link copied to clipboard
abstract fun getDelegateStakeTransaction(): DelegateStake
.TW.Solana.Proto.DelegateStake delegate_stake_transaction = 5;
Link copied to clipboard
abstract fun getPrivateKey(): ByteString
The secret private key used for signing (32 bytes).
bytes private_key = 1;
Link copied to clipboard
abstract fun getRecentBlockhash(): String
Relatively recent block hash
string recent_blockhash = 2;
Link copied to clipboard
abstract fun getRecentBlockhashBytes(): ByteString
Relatively recent block hash
string recent_blockhash = 2;
Link copied to clipboard
abstract fun getTokenTransferTransaction(): TokenTransfer
.TW.Solana.Proto.TokenTransfer token_transfer_transaction = 11;
Link copied to clipboard
abstract fun getTransactionTypeCase(): TransactionTypeCase
Link copied to clipboard
abstract fun getTransferTransaction(): Transfer
.TW.Solana.Proto.Transfer transfer_transaction = 4;
Link copied to clipboard
abstract fun getV0Msg(): Boolean
bool v0_msg = 3;
Link copied to clipboard
abstract fun getWithdrawAllTransaction(): WithdrawAllStake
.TW.Solana.Proto.WithdrawAllStake withdraw_all_transaction = 9;
Link copied to clipboard
abstract fun getWithdrawTransaction(): WithdrawStake
.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;

Inheritors

Link copied to clipboard