StakingMessageOrBuilder

Functions

Link copied to clipboard
abstract fun getCollectRewards(): DirectiveCollectRewards
.TW.Harmony.Proto.DirectiveCollectRewards collect_rewards = 5;
Link copied to clipboard
abstract fun getCreateValidatorMessage(): DirectiveCreateValidator
.TW.Harmony.Proto.DirectiveCreateValidator create_validator_message = 1;
Link copied to clipboard
abstract fun getDelegateMessage(): DirectiveDelegate
.TW.Harmony.Proto.DirectiveDelegate delegate_message = 3;
Link copied to clipboard
abstract fun getEditValidatorMessage(): DirectiveEditValidator
.TW.Harmony.Proto.DirectiveEditValidator edit_validator_message = 2;
Link copied to clipboard
abstract fun getGasLimit(): ByteString
Gas limit (uint256, serialized little endian)
bytes gas_limit = 8;
Link copied to clipboard
abstract fun getGasPrice(): ByteString
Gas price (uint256, serialized little endian)
bytes gas_price = 7;
Link copied to clipboard
abstract fun getNonce(): ByteString
Nonce (uint256, serialized little endian)
bytes nonce = 6;
Link copied to clipboard
abstract fun getStakeMsgCase(): StakeMsgCase
Link copied to clipboard
abstract fun getUndelegateMessage(): DirectiveUndelegate
.TW.Harmony.Proto.DirectiveUndelegate undelegate_message = 4;
Link copied to clipboard
abstract fun hasCollectRewards(): Boolean
.TW.Harmony.Proto.DirectiveCollectRewards collect_rewards = 5;
Link copied to clipboard
.TW.Harmony.Proto.DirectiveCreateValidator create_validator_message = 1;
Link copied to clipboard
abstract fun hasDelegateMessage(): Boolean
.TW.Harmony.Proto.DirectiveDelegate delegate_message = 3;
Link copied to clipboard
.TW.Harmony.Proto.DirectiveEditValidator edit_validator_message = 2;
Link copied to clipboard
.TW.Harmony.Proto.DirectiveUndelegate undelegate_message = 4;

Inheritors

Link copied to clipboard