amp-rust 0.0.2

A Rust client for the Blockstream AMP API, providing interfaces for asset management, user operations, and token handling on the Liquid Network.
Documentation
1
2
3
4
5
pub mod client;
pub mod mocks;
pub mod model;

pub use client::{ApiClient, Error};