mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 06:01:02 +00:00
committed by
GitHub
parent
b29584d93a
commit
9720a8749a
@@ -71,7 +71,6 @@
|
|||||||
//! on how to use a chain extension in order to provide new features to ink! contracts.
|
//! on how to use a chain extension in order to provide new features to ink! contracts.
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
gas::ChargedAmount,
|
|
||||||
wasm::{Runtime, RuntimeCosts},
|
wasm::{Runtime, RuntimeCosts},
|
||||||
Error,
|
Error,
|
||||||
};
|
};
|
||||||
@@ -80,7 +79,7 @@ use frame_support::weights::Weight;
|
|||||||
use sp_runtime::DispatchError;
|
use sp_runtime::DispatchError;
|
||||||
use sp_std::{marker::PhantomData, vec::Vec};
|
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 frame_system::Config as SysConfig;
|
||||||
pub use pallet_contracts_primitives::ReturnFlags;
|
pub use pallet_contracts_primitives::ReturnFlags;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user