StakeAccountValue

Technical structure to group a staking account and an amount
Protobuf type TW.Solana.Proto.StakeAccountValue

Types

Link copied to clipboard
class Builder
Technical structure to group a staking account and an amount
Protobuf type TW.Solana.Proto.StakeAccountValue

Functions

Link copied to clipboard
open fun getDefaultInstance(): StakeAccountValue
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
amount
uint64 value = 2;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): StakeAccountValue
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): StakeAccountValue
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): StakeAccountValue
open fun parseFrom(data: ByteString): StakeAccountValue
open fun parseFrom(input: CodedInputStream): StakeAccountValue
open fun parseFrom(input: InputStream): StakeAccountValue
open fun parseFrom(data: ByteBuffer): StakeAccountValue
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): StakeAccountValue
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): StakeAccountValue
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): StakeAccountValue
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): StakeAccountValue
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): StakeAccountValue
Link copied to clipboard
open fun parser(): Parser<StakeAccountValue>

Properties

Link copied to clipboard
Link copied to clipboard