bip/bip/bip44/bip44 library

The 'bip44' library provides tools for working with BIP-44, a standard for hierarchical deterministic wallets and key derivation in cryptocurrencies.

Classes

Bip44
Bip44Base
Abstract base class for BIP-44 hierarchical deterministic wallets.
Bip44Changes
Enumeration of BIP-44 changes (external and internal).
Bip44Const
Constants related to BIP-44 (Bitcoin Improvement Proposal 44).
Bip44Levels
Enumeration of BIP-44 levels in hierarchical deterministic wallets.
Bip44PrivateKey
Represents a BIP44 private key for a specific cryptocurrency coin. This class ensures that the elliptic curve type of the private key matches the coin's configuration, and provides various utility methods for working with the private key.
Bip44PublicKey
Represents a BIP44 public key for a specific cryptocurrency coin. This class ensures that the elliptic curve type of the public key matches the coin's configuration, and provides various utility methods for working with the public key.

Exceptions / Errors

Bip44DepthError
Custom exception for errors related to BIP-44 depth.