interface SimpleValidator {
    pubKey?: PublicKey;
    votingPower: bigint;
}

Properties

Properties

pubKey?: PublicKey
votingPower: bigint