Skip to content

Commit

Permalink
Merge pull request #308 from helium/jg/oracle-admin-keys
Browse files Browse the repository at this point in the history
config services signature/signers and metadata message types
  • Loading branch information
jeffgrunewald authored Apr 10, 2023
2 parents 7c5fc9e + e6175e6 commit 40388d2
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 55 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ pub mod services {
pub mod mobile_config {
include!(concat!(env!("OUT_DIR"), "/helium.mobile_config.rs"));
pub use admin_server::{Admin, AdminServer};
pub use hotspot_client::HotspotClient;
pub use hotspot_server::{Hotspot, HotspotServer};
pub use gateway_client::GatewayClient;
pub use gateway_server::{Gateway, GatewayServer};
pub use router_client::RouterClient;
pub use router_server::{Router, RouterServer};
}
Expand Down
Loading

0 comments on commit 40388d2

Please sign in to comment.