hop-sdk 0.1.0

Client SDK for the Polkadot HOP protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod client;
pub mod errors;
#[doc(hidden)]
pub mod internal;
pub mod ticket;

pub use client::HopClient;
pub use errors::HopError;
pub use internal::resolver::HopEnvironment;
pub use ticket::HopTicket;

#[cfg(feature = "uniffi")]
uniffi::include_scaffolding!("hop");