UNPKG
@lisk-builders/lisk-hd-key
Version:
beta (1.0.0-beta.4)
latest (2.1.0)
2.1.0
2.0.1
1.0.1-rc.0
1.0.0-rc.0
1.0.0-beta.4
0.5.2
0.5.1
HD key derivation for Lisk coin
github.com/lisk-builders/lisk-hd-key
lisk-builders/lisk-hd-key
@lisk-builders/lisk-hd-key
/
dist
/
utils
/
is-valid-coin-type.d.ts
4 lines
(3 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
export
declare
const
COIN_TYPE
=
134
;
export
declare
const
isValidateCoinType
:
(
path
:
string
) =>
boolean
;
export
declare
const
validateLiskPath
:
(
path
:
string
) =>
void
;