macro_rules! assert_chain_types { ( runtime: $r:path, this_chain: $this:path ) => { ... }; }
Expand description
Macro that ensures that the runtime configuration and chain primitives crate are sharing the same types (nonce, block number, hash, hasher, account id and header).