mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 20:21:03 +00:00
Adds a mock provider for the parachain inherent (#484)
* Bring in code from moonbeam
* move it to mock.rs
* Actually build it 🤦
This commit is contained in:
@@ -38,6 +38,10 @@ use sp_std::{collections::btree_map::BTreeMap, vec::Vec};
|
||||
mod client_side;
|
||||
#[cfg(feature = "std")]
|
||||
pub use client_side::*;
|
||||
#[cfg(feature = "std")]
|
||||
mod mock;
|
||||
#[cfg(feature = "std")]
|
||||
pub use mock::MockValidationDataInherentDataProvider;
|
||||
|
||||
/// The identifier for the parachain inherent.
|
||||
pub const INHERENT_IDENTIFIER: InherentIdentifier = *b"sysi1337";
|
||||
|
||||
Reference in New Issue
Block a user