Type Alias sc_sync_state_rpc::LightSyncStateExtension
source · 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),
}