WalletCore
WalletCore
/
wallet.core.jni.proto
/
Solana
/
WithdrawStakeOrBuilder
Withdraw
Stake
Or
Builder
interface
WithdrawStakeOrBuilder
Functions
Inheritors
Functions
get
Stake
Account
Link copied to clipboard
abstract
fun
getStakeAccount
(
)
:
String
staking account
Content copied to clipboard
string stake_account = 1;
get
Stake
Account
Bytes
Link copied to clipboard
abstract
fun
getStakeAccountBytes
(
)
:
ByteString
staking account
Content copied to clipboard
string stake_account = 1;
get
Value
Link copied to clipboard
abstract
fun
getValue
(
)
:
Long
withdrawal amount
Content copied to clipboard
uint64 value = 2;
Inheritors
WithdrawStake
Link copied to clipboard