RewardDestination

Destination options for reward
Protobuf enum TW.Polkadot.Proto.RewardDestination

Entries

Link copied to clipboard

STAKED = 0;

Link copied to clipboard

STASH = 1;

Link copied to clipboard

CONTROLLER = 2;

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun getNumber(): Int
Link copied to clipboard
open fun internalGetValueMap(): EnumLiteMap<RewardDestination>
Link copied to clipboard
open fun internalGetVerifier(): EnumVerifier
Link copied to clipboard

Returns the enum constant of this type with the specified name.
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
CONTROLLER = 2;
Link copied to clipboard
val STAKED_VALUE: Int = 0
STAKED = 0;
Link copied to clipboard
val STASH_VALUE: Int = 1
STASH = 1;