UNPKG
@qiushaoxi/hw-app-ont
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
Ledger Javascript API for ONT and NEO.
github.com/qiushaoxi/hw-app-ont
qiushaoxi/hw-app-ont
@qiushaoxi/hw-app-ont
/
lib
/
utils.d.ts
5 lines
(4 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="node" />
export
declare
function
splitPath
(
path
:
string
):
number
[];
export
declare
function
convertPathToBuffer
(
path
:
string
):
Buffer
;
export
declare
function
convertDerToHex
(
response
:
string
):
string
;