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