DirectiveUndelegateOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): ByteString
Undelegate amount (uint256, serialized little endian)
bytes amount = 3;
Link copied to clipboard
abstract fun getDelegatorAddress(): String
Delegator address
string delegator_address = 1;
Link copied to clipboard
abstract fun getDelegatorAddressBytes(): ByteString
Delegator address
string delegator_address = 1;
Link copied to clipboard
abstract fun getValidatorAddress(): String
Validator address
string validator_address = 2;
Link copied to clipboard
abstract fun getValidatorAddressBytes(): ByteString
Validator address
string validator_address = 2;

Inheritors

Link copied to clipboard