1
2
3
4
5
6
7
8
9
10
//! Implementation of mocks for context, host chain, and client.

#[cfg(any(test, feature = "mocks", feature = "mocks-no-std"))]
pub mod client_state;
#[cfg(any(test, feature = "mocks", feature = "mocks-no-std"))]
pub mod consensus_state;
#[cfg(any(test, feature = "mocks", feature = "mocks-no-std"))]
pub mod header;
#[cfg(any(test, feature = "mocks", feature = "mocks-no-std"))]
pub mod misbehaviour;