WithdrawAllStake

Withdraw amounts from stake accounts
Protobuf type TW.Solana.Proto.WithdrawAllStake

Types

Link copied to clipboard
class Builder
Withdraw amounts from stake accounts
Protobuf type TW.Solana.Proto.WithdrawAllStake

Functions

Link copied to clipboard
open fun getDefaultInstance(): WithdrawAllStake
Link copied to clipboard
open fun getStakeAccounts(index: Int): StakeAccountValue
repeated .TW.Solana.Proto.StakeAccountValue stake_accounts = 1;
Link copied to clipboard
repeated .TW.Solana.Proto.StakeAccountValue stake_accounts = 1;
Link copied to clipboard
open fun getStakeAccountsList(): List<StakeAccountValue>
repeated .TW.Solana.Proto.StakeAccountValue stake_accounts = 1;
Link copied to clipboard
open fun getStakeAccountsOrBuilder(index: Int): StakeAccountValueOrBuilder
repeated .TW.Solana.Proto.StakeAccountValue stake_accounts = 1;
Link copied to clipboard
open fun getStakeAccountsOrBuilderList(): List<out StakeAccountValueOrBuilder>
repeated .TW.Solana.Proto.StakeAccountValue stake_accounts = 1;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): WithdrawAllStake
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): WithdrawAllStake
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): WithdrawAllStake
open fun parseFrom(data: ByteString): WithdrawAllStake
open fun parseFrom(input: CodedInputStream): WithdrawAllStake
open fun parseFrom(input: InputStream): WithdrawAllStake
open fun parseFrom(data: ByteBuffer): WithdrawAllStake
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): WithdrawAllStake
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): WithdrawAllStake
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): WithdrawAllStake
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): WithdrawAllStake
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): WithdrawAllStake
Link copied to clipboard
open fun parser(): Parser<WithdrawAllStake>

Properties

Link copied to clipboard