Skip to content

Commit

Permalink
Expose structs used for invocation metering.
Browse files Browse the repository at this point in the history
These are meant to be public.
  • Loading branch information
dmkozh committed Dec 11, 2024
1 parent 25f8d3a commit 8ff0067
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soroban-env-host/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ pub use vm::Vm;
pub mod storage;
pub use budget::{DEFAULT_HOST_DEPTH_LIMIT, DEFAULT_XDR_RW_LIMITS};
pub use host::{
invocation_metering::FeeEstimate, invocation_metering::InvocationResources,
metered_map::MeteredOrdMap, metered_vector::MeteredVector, Host, HostError, Seed, SEED_BYTES,
};
pub use soroban_env_common::*;
Expand Down

0 comments on commit 8ff0067

Please sign in to comment.