bip/bip/bip44/base/bip44_keys
library
Classes
-
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.