bip/bip/conf/bip_config library

The 'bip_config' library provides configuration files and information related to various BIP (Bitcoin Improvement Proposal) standards, including BIP-44, BIP-49, BIP-84, and BIP-86. It defines coin names, parameters, and coin configuration data for hierarchical deterministic wallets in cryptocurrencies, facilitating wallet development and key derivation for a variety of blockchain networks.

Classes

Bip44Coins
An enumeration of supported cryptocurrencies for BIP44. It includes both main networks and test networks of various cryptocurrencies.
Bip44Conf
A configuration class for BIP44 coins that defines the key network versions and maps each supported BIP44Coin to its corresponding CoinConfig.
Bip49Coins
An enumeration of supported cryptocurrencies for BIP49. It includes both main networks and test networks of various cryptocurrencies.
Bip49Conf
A configuration class for BIP49 that defines the key network versions and maps each supported BIP49Coin to its corresponding CoinConfig.
Bip84Coins
An enumeration of supported cryptocurrencies for BIP84. It includes both main networks and test networks of various cryptocurrencies.
Bip84Conf
A configuration class for BIP84 that defines the key network versions and maps each supported BIP84Coin to its corresponding CoinConfig.
Bip86Coins
An enumeration of supported cryptocurrencies for BIP86. It includes both main networks and test networks of various cryptocurrencies.
Bip86Conf
A configuration class for BIP86 that defines the key network versions and maps each supported BIP86Coin to its corresponding CoinConfig.