1 unstable release
0.0.0 | Jul 1, 2024 |
---|
#93 in #addresses
3KB
Bitcoin Receive
Types and logic required to receive bitcoin - i.e., bitcoin addresses.
Minimum Supported Rust Version (MSRV)
This library should always compile with any combination of features on Rust 1.56.1.
lib.rs
:
Bitcoin Addresses
Bitcoin addresses do not appear on chain; rather, they are conventions used by Bitcoin (wallet) software to communicate where coins should be sent and are based on the output type e.g., P2WPKH.
ref: https://sprovoost.nl/2022/11/10/what-is-a-bitcoin-address/