Type Definition tc_chain_spec::NoExtension[][src]

type NoExtension = Option<()>;

A type denoting empty extensions.

We use Option here since () is not flattenable by serde.

Trait Implementations

impl Extension for NoExtension[src]

type Forks = Self