Types that is shared by clients and substrate nodes, i.e. messages sent from one to the other and structs contained in those messages
This helps ensures those structs are synced among clients and nodes.
pub use constants::*;
pub use types::*;