WithdrawStake

Withdraw amount from stake account
Protobuf type TW.Solana.Proto.WithdrawStake

Types

Link copied to clipboard
class Builder
Withdraw amount from stake account
Protobuf type TW.Solana.Proto.WithdrawStake

Functions

Link copied to clipboard
open fun getDefaultInstance(): WithdrawStake
Link copied to clipboard
staking account
string stake_account = 1;
Link copied to clipboard
open fun getStakeAccountBytes(): ByteString
staking account
string stake_account = 1;
Link copied to clipboard
open fun getValue(): Long
withdrawal amount
uint64 value = 2;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): WithdrawStake
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): WithdrawStake
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): WithdrawStake
open fun parseFrom(data: ByteString): WithdrawStake
open fun parseFrom(input: CodedInputStream): WithdrawStake
open fun parseFrom(input: InputStream): WithdrawStake
open fun parseFrom(data: ByteBuffer): WithdrawStake
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): WithdrawStake
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): WithdrawStake
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): WithdrawStake
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): WithdrawStake
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): WithdrawStake
Link copied to clipboard
open fun parser(): Parser<WithdrawStake>

Properties

Link copied to clipboard
Link copied to clipboard