UNPKG

libnemo

Version:

Nano cryptocurrency wallet library.

8 lines (7 loc) 238 B
export declare function _get(recordId: string): Promise<{ readonly id: string; readonly type: "BIP-44" | "BLAKE2b" | "Ledger"; readonly iv: ArrayBuffer; readonly salt: ArrayBuffer; readonly encrypted: ArrayBuffer; }>;