mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 09:21:02 +00:00
Contracts: expose charge_storage to chain_extension (#14712)
* Contracts: expose charge_storage to chain_extension * fix typo * export Diff
This commit is contained in:
@@ -79,7 +79,7 @@ use frame_support::weights::Weight;
|
||||
use sp_runtime::DispatchError;
|
||||
use sp_std::{marker::PhantomData, vec::Vec};
|
||||
|
||||
pub use crate::{exec::Ext, gas::ChargedAmount, Config};
|
||||
pub use crate::{exec::Ext, gas::ChargedAmount, storage::meter::Diff, Config};
|
||||
pub use frame_system::Config as SysConfig;
|
||||
pub use pallet_contracts_primitives::ReturnFlags;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user