LastValidatorPower required for validator set update logic.

interface LastValidatorPower {
    address: string;
    power: bigint;
}

Properties

Properties

address: string

address is the address of the validator.

power: bigint

power defines the power of the validator.