LastValidatorPower required for validator set update logic.

interface LastValidatorPowerAmino {
    address?: string;
    power?: string;
}

Properties

Properties

address?: string

address is the address of the validator.

power?: string

power defines the power of the validator.