This crate implements bitcoin amount handling functionality with safety in mind.
This crate has the following features:
serde_impl
: enables serialization/deserialization of Amounts
.serde_json_numbers
: enables the creation of Amounts
from serde_json
numbers.