ValidatorUpdate

interface ValidatorUpdate {
    power: bigint;
    pubKey: undefined | PublicKey;
}

Properties

Properties

power: bigint
pubKey: undefined | PublicKey