DelegateStakeOrBuilder

Functions

Link copied to clipboard
abstract fun getStakeAccount(): String
staking account
string stake_account = 3;
Link copied to clipboard
abstract fun getStakeAccountBytes(): ByteString
staking account
string stake_account = 3;
Link copied to clipboard
abstract fun getValidatorPubkey(): String
Validator's public key
string validator_pubkey = 1;
Link copied to clipboard
abstract fun getValidatorPubkeyBytes(): ByteString
Validator's public key
string validator_pubkey = 1;
Link copied to clipboard
abstract fun getValue(): Long
delegation amount
uint64 value = 2;

Inheritors

Link copied to clipboard