interface Pubkey {
    type: "tendermint/PubKeySecp256k1";
    value: any;
}

Properties

Properties

type: "tendermint/PubKeySecp256k1"
value: any

Generated using TypeDoc