Skip to main content

Interface: PathConfig

Configurations to generate the BIP44 derivation path. BIP44 is based on BIP32, For more details see: https://wiki.trezor.io/Address_path_(BIP32). BIP44 dictates the derivation path: m/purpose'/coin_type'/account'/change/address_index

Properties

account

account: number

BIP44 account value.

Defined in

packages/core/src/signers/path.ts:19


addressIndex

addressIndex: number

BIP44 address_index value.

Defined in

packages/core/src/signers/path.ts:23