Module coins_core::enc[][src]

Holds generalized encoding tools. This includes an AddressEncoder and bech32 encoding and decoding functionality.

Re-exports

pub use address::*;
pub use bases::*;

Modules

address

Specifies an abstract AddressEncoder that is used to convert Address to/from the in-memory representation of the associated spending constraint.

bases

Contains simplified access to bech32 and base58check encoder/decoder for Bitcoin addresses. Also defines common encoder errors.