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

Properties

Properties

pubKey?: PublicKey
votingPower: Long

Generated using TypeDoc