interface ValidatorUpdate {
    pubkey: ValidatorPubkey;
    votingPower: bigint;
}

Properties

Properties

votingPower: bigint