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

interface ValidatorParamsAmino {
    pub_key_types?: string[];
}

Properties

Properties

pub_key_types?: string[]