PublicKey defines the keys available for use with Tendermint Validators

interface PublicKeyAmino {
    ed25519?: string;
    secp256k1?: string;
}

Properties

Properties

ed25519?: string
secp256k1?: string