# Packages
Package base58 provides an API for working with modified base58 and Base58Check
encodings.
# Functions
DeserializeExtendedKey deserialized the given base58 string and returns an extended key.
GenerateSeed generates seed that can be used to initialize a master key.
NewMaster returns a new extended private key based on the given seed and version.
NewMasterWithPath returns a new master key based on the given seed and version, with a derivation to the given path.
NewPublicMasterWithPath returns a new public master key based on the given seed and version, with a derivation to the given path.
# Variables
AstrixDevnetPrivate is the version that is used for astrix devnet bip32 public extended keys.
AstrixDevnetPublic is the version that is used for astrix devnet bip32 public extended keys.
AstrixMainnetPrivate is the version that is used for astrix mainnet bip32 private extended keys.
AstrixMainnetPublic is the version that is used for astrix mainnet bip32 public extended keys.
AstrixSimnetPrivate is the version that is used for astrix simnet bip32 public extended keys.
AstrixSimnetPublic is the version that is used for astrix simnet bip32 public extended keys.
AstrixTestnetPrivate is the version that is used for astrix testnet bip32 public extended keys.
AstrixTestnetPublic is the version that is used for astrix testnet bip32 public extended keys.
BitcoinMainnetPrivate is the version that is used for bitcoin mainnet bip32 private extended keys.
BitcoinMainnetPublic is the version that is used for bitcoin mainnet bip32 public extended keys.
# Structs
ExtendedKey is a bip32 extended key.