1
2
3
4
5
6
//! `/v1` API endpoints.

pub mod staking;
mod status;

pub use self::status::Status;