interface PrivKeyProtoMsg {
    typeUrl: "/cosmos.crypto.secp256r1.PrivKey";
    value: Uint8Array;
}

Properties

Properties

typeUrl: "/cosmos.crypto.secp256r1.PrivKey"
value: Uint8Array