mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 18:01:03 +00:00
Make weights::WeightInfo pub (#1886)
This commit is contained in:
committed by
Bastian Köcher
parent
c6c39be967
commit
6a2ef74707
@@ -26,10 +26,10 @@ use bp_runtime::StorageDoubleMapKeyProvider;
|
|||||||
use frame_support::sp_runtime::Saturating;
|
use frame_support::sp_runtime::Saturating;
|
||||||
use sp_arithmetic::traits::{AtLeast32BitUnsigned, Zero};
|
use sp_arithmetic::traits::{AtLeast32BitUnsigned, Zero};
|
||||||
use sp_std::marker::PhantomData;
|
use sp_std::marker::PhantomData;
|
||||||
use weights::WeightInfo;
|
|
||||||
|
|
||||||
pub use pallet::*;
|
pub use pallet::*;
|
||||||
pub use payment_adapter::DeliveryConfirmationPaymentsAdapter;
|
pub use payment_adapter::DeliveryConfirmationPaymentsAdapter;
|
||||||
|
pub use weights::WeightInfo;
|
||||||
|
|
||||||
pub mod benchmarking;
|
pub mod benchmarking;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user