fix: got everything to compile

This commit is contained in:
Andrew Rioux
2025-02-15 19:01:37 -05:00
parent 4e0944e4c1
commit 118d56fc36
13 changed files with 123 additions and 70 deletions

View File

@@ -11,6 +11,10 @@ pub mod adapter;
pub mod error;
pub use error::BeaconError;
pub fn install_rustls() {
}
pub async fn run_beacon_step<A>(
host_adapter: A,
params: Parameters,