docs.rs failed to build sc-sync-state-rpc-0.28.0-dev.6
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
sc-sync-state-rpc-0.58.0
A RPC handler to create sync states for light clients.
Currently only usable with BABE + GRANDPA.
Usage
To use the light sync state, it needs to be added as an extension to the chain spec:
use LightSyncStateExtension;
type ChainSpec = GenericChainSpec;
If the [LightSyncStateExtension] is not added as an extension to the chain spec,
the [SyncState] will fail at instantiation.