Builder

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

Functions

Link copied to clipboard
open fun addAllStakeAccounts(values: Iterable<out StakeAccountValue>): Solana.WithdrawAllStake.Builder
repeated .TW.Solana.Proto.StakeAccountValue stake_accounts = 1;
Link copied to clipboard
open fun addStakeAccounts(builderForValue: Builder): Solana.WithdrawAllStake.Builder
open fun addStakeAccounts(value: StakeAccountValue): Solana.WithdrawAllStake.Builder
open fun addStakeAccounts(index: Int, builderForValue: Builder): Solana.WithdrawAllStake.Builder
open fun addStakeAccounts(index: Int, value: StakeAccountValue): Solana.WithdrawAllStake.Builder
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 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
repeated .TW.Solana.Proto.StakeAccountValue stake_accounts = 1;
Link copied to clipboard
open fun setStakeAccounts(index: Int, builderForValue: Builder): Solana.WithdrawAllStake.Builder
open fun setStakeAccounts(index: Int, value: StakeAccountValue): Solana.WithdrawAllStake.Builder
repeated .TW.Solana.Proto.StakeAccountValue stake_accounts = 1;