satrush-client 0.1.1

Rust client to interact with SatRush's on-chain program.
Documentation
//! This code was AUTOGENERATED using the codama library.
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun codama to update it.
//!
//! <https://github.com/codama-idl/codama>
//!

  pub(crate) mod r#epoch_state;
  pub(crate) mod r#one_btc_state;
  pub(crate) mod r#page_entry;
  pub(crate) mod r#round_state;
  pub(crate) mod r#tile_stake;
  pub(crate) mod r#winner;

  pub use self::r#epoch_state::*;
  pub use self::r#one_btc_state::*;
  pub use self::r#page_entry::*;
  pub use self::r#round_state::*;
  pub use self::r#tile_stake::*;
  pub use self::r#winner::*;