KeyRecoveryInfo_PrivateEntry: {
    create<I>(base?): KeyRecoveryInfo_PrivateEntry;
    decode(input, length?): KeyRecoveryInfo_PrivateEntry;
    encode(message, writer?): Writer;
    fromJSON(object): KeyRecoveryInfo_PrivateEntry;
    fromPartial<I>(object): KeyRecoveryInfo_PrivateEntry;
    toJSON(message): unknown;
}

Type declaration

Generated using TypeDoc