We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ChargedAmount
1 parent 88953b9 commit 720d953Copy full SHA for 720d953
frame/contracts/src/chain_extension.rs
@@ -71,7 +71,6 @@
71
//! on how to use a chain extension in order to provide new features to ink! contracts.
72
73
use crate::{
74
- gas::ChargedAmount,
75
wasm::{Runtime, RuntimeCosts},
76
Error,
77
};
@@ -80,7 +79,7 @@ use frame_support::weights::Weight;
80
79
use sp_runtime::DispatchError;
81
use sp_std::{marker::PhantomData, vec::Vec};
82
83
-pub use crate::{exec::Ext, Config};
+pub use crate::{exec::Ext, gas::ChargedAmount, Config};
84
pub use frame_system::Config as SysConfig;
85
pub use pallet_contracts_primitives::ReturnFlags;
86
0 commit comments