Skip to content
Snippets Groups Projects
Commit 9720a874 authored by Piotr Mikołajczyk's avatar Piotr Mikołajczyk Committed by GitHub
Browse files

Expose `ChargedAmount` (#13488)

* Expose `ChargedAmount`

* Fix imports
parent b29584d9
No related merge requests found
......@@ -71,7 +71,6 @@
//! on how to use a chain extension in order to provide new features to ink! contracts.
use crate::{
gas::ChargedAmount,
wasm::{Runtime, RuntimeCosts},
Error,
};
......@@ -80,7 +79,7 @@ use frame_support::weights::Weight;
use sp_runtime::DispatchError;
use sp_std::{marker::PhantomData, vec::Vec};
pub use crate::{exec::Ext, Config};
pub use crate::{exec::Ext, gas::ChargedAmount, Config};
pub use frame_system::Config as SysConfig;
pub use pallet_contracts_primitives::ReturnFlags;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment