Expand description

Holds Bitcoin-specific encoding tools. This includes an AddressEncoder that handles bech32 and base58check addresses, as well as newtypes that hold the Bitcoin network prefix information for addresses.

Re-exports

pub use bases::*;
pub use encoder::*;

Modules

Contains simplified access to bech32 encoder/decoder for Handshake addresses. Also defines common encoder errors.

Defines parameterized Handshake encoders for Mainnet, Testnet, and Regtest.