Type Definition sc_chain_spec::NoExtension 
source · pub type NoExtension = Option<()>;Expand description
A type denoting empty extensions.
We use Option here since () is not flattenable by serde.
pub type NoExtension = Option<()>;A type denoting empty extensions.
We use Option here since () is not flattenable by serde.