WithdrawOrBuilder

Functions

Link copied to clipboard
abstract fun getStakingAddress(): String
Staking address (as string)
string staking_address = 1;
Link copied to clipboard
abstract fun getStakingAddressBytes(): ByteString
Staking address (as string)
string staking_address = 1;
Link copied to clipboard
abstract fun getWithdrawAmount(): Long
Withdrawal amount. Should match the real value of the earned reward.
uint64 withdraw_amount = 2;

Inheritors

Link copied to clipboard