UNPKG

@qiushaoxi/hw-app-ont

Version:

Ledger Javascript API for ONT and NEO.

5 lines (4 loc) 224 B
/// <reference types="node" /> export declare function splitPath(path: string): number[]; export declare function convertPathToBuffer(path: string): Buffer; export declare function convertDerToHex(response: string): string;