UNPKG
@cityofzion/neon-ledger
Version:
latest (5.9.0)
next (5.0.0-next.17)
5.9.0
5.8.1
5.8.0
5.7.0
5.6.1
5.6.0
5.5.1
5.5.0
5.4.0
5.3.0
5.2.2
5.2.1
5.2.0
5.1.0
5.0.0
5.0.0-next.17
5.0.0-next.16
5.0.0-next.14
5.0.0-next.12
5.0.0-next.11
5.0.0-next.8
5.0.0-next.7
5.0.0-next.6
5.0.0-next.5
5.0.0-next.4
5.0.0-next.3
4.9.0
4.8.3
4.8.2
4.8.1
4.8.0
Neon Ledger integration for Node.js
CityOfZion/neon-js
@cityofzion/neon-ledger
/
lib
/
BIP44.d.ts
6 lines
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Returns a BIP44 string specific to NEO. */
export
declare
function
BIP44
(
address
?:
number
,
change
?:
number
,
account
?:
number
):
string
;
export
default
BIP44
;
//# sourceMappingURL=BIP44.d.ts.map