DirectiveCreateValidatorOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): ByteString
bytes amount = 8;
Link copied to clipboard
abstract fun getCommissionRates(): CommissionRate
Rates
.TW.Harmony.Proto.CommissionRate commission_rates = 3;
Link copied to clipboard
abstract fun getDescription(): Description
Description, name etc.
.TW.Harmony.Proto.Description description = 2;
Link copied to clipboard
abstract fun getMaxTotalDelegation(): ByteString
bytes max_total_delegation = 5;
Link copied to clipboard
abstract fun getMinSelfDelegation(): ByteString
bytes min_self_delegation = 4;
Link copied to clipboard
abstract fun getSlotKeySigs(index: Int): ByteString
repeated bytes slot_key_sigs = 7;
Link copied to clipboard
abstract fun getSlotKeySigsCount(): Int
repeated bytes slot_key_sigs = 7;
Link copied to clipboard
abstract fun getSlotKeySigsList(): List<ByteString>
repeated bytes slot_key_sigs = 7;
Link copied to clipboard
abstract fun getSlotPubKeys(index: Int): ByteString
repeated bytes slot_pub_keys = 6;
Link copied to clipboard
abstract fun getSlotPubKeysCount(): Int
repeated bytes slot_pub_keys = 6;
Link copied to clipboard
abstract fun getSlotPubKeysList(): List<ByteString>
repeated bytes slot_pub_keys = 6;
Link copied to clipboard
abstract fun getValidatorAddress(): String
Address of validator
string validator_address = 1;
Link copied to clipboard
abstract fun getValidatorAddressBytes(): ByteString
Address of validator
string validator_address = 1;
Link copied to clipboard
abstract fun hasCommissionRates(): Boolean
Rates
.TW.Harmony.Proto.CommissionRate commission_rates = 3;
Link copied to clipboard
abstract fun hasDescription(): Boolean
Description, name etc.
.TW.Harmony.Proto.Description description = 2;

Inheritors

Link copied to clipboard