Module coins_core::nets
source · [−]Expand description
The nets
module defines an abstract Network.
The Network
trait is a highly-abstracted
representation of the relationships between types in a UTXO network. Concrete implementations
for various Bitcoin networks are found in the bitcoin
crate.
Traits
A Network describes a possible UTXO network. It is primarily a collection of types with enforced relationships, but also provides convenient access the the transaction builder, the address encoder, and other network-associated functionality.