AccountDerivationPath

class cometa.key_handler.secure_key_handler.AccountDerivationPath(purpose, coin_type, account)[source]

Bases: object

Represents a BIP-1852 derivation path for an account. m / purpose’ / 1815’ / account’

Parameters:
  • purpose (int)

  • coin_type (int)

  • account (int)

purpose: int

The purpose index (should be hardened).

coin_type: int

The coin type index (should be hardened, 1815 for Cardano).

account: int

The account index (should be hardened).