Re-exports

pub use faucet::FaucetClient;
pub use response::Response;
pub use types::Account;
pub use types::Resource;
pub use types::RestError;

Modules

Structs

The struct holding all data returned to the client by the index endpoint (i.e., GET “/”). The data is flattened into a single JSON map to offer easier parsing for clients.

Enums

Constants