BIP32Path: number[]

Represents BIP 32 path.

Example

 const HD = HARDENED
const ByronAccount0 = [44 + HD, 1815 + HD, 0 + HD];
const ShelleyChangeAddress0 = [1852 + HD, 1815 + HD, 0 + HD, 1, 0];

See

HARDENED

Generated using TypeDoc