Delegate Stake
Create and initialize a stake account, and delegate amount to it.
Recommendation behavior is to not specify a stake account, and a new unique account will be created each time.
Optionally a stake account pubkey can be specified, but it should not exist on chain.
Content copied to clipboard
TW.Solana.Proto.DelegateStake
Types
Link copied to clipboard
class Builder
Create and initialize a stake account, and delegate amount to it.
Recommendation behavior is to not specify a stake account, and a new unique account will be created each time.
Optionally a stake account pubkey can be specified, but it should not exist on chain.
Content copied to clipboard
TW.Solana.Proto.DelegateStake
Functions
Link copied to clipboard
Link copied to clipboard
staking account
Content copied to clipboard
string stake_account = 3;
Link copied to clipboard
staking account
Content copied to clipboard
string stake_account = 3;
Link copied to clipboard
Validator's public key
Content copied to clipboard
string validator_pubkey = 1;
Link copied to clipboard
Validator's public key
Content copied to clipboard
string validator_pubkey = 1;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): DelegateStake
Link copied to clipboard
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): DelegateStake