pub type LightSyncStateExtension = Option<Value>;
Expand description

The light sync state extension.

This represents a JSON serialized LightSyncState. It is required to be added to the chain-spec as an extension.

Aliased Type§

enum LightSyncStateExtension {
    None,
    Some(Value),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Value)

Some value of type T.