fuel-core 0.48.0

Fuel client library is aggregation of all fuels service. It contains the all business logic of the fuel protocol.
Documentation
1
2
3
4
5
6
pub(crate) mod asset_metadata;
pub(crate) mod balances;
pub(crate) mod coins_to_spend;
pub(crate) mod error;
#[cfg(test)]
pub(crate) mod test_utils;