ValidatorParams restrict the public key types validators can use. NOTE: uses ABCI pubkey naming, not Amino names.

interface ValidatorParams {
    pubKeyTypes: string[];
}

Properties

Properties

pubKeyTypes: string[]