interface RecordProtoMsg {
    typeUrl: "/cosmos.crypto.keyring.v1.Record";
    value: Uint8Array;
}

Properties

Properties

typeUrl: "/cosmos.crypto.keyring.v1.Record"
value: Uint8Array