Expand description
Substrate client libraries.
Modulesยง
- block_
builder - Substrate block builder
- blockchain
- Substrate blockchain traits and primitives.
- client_
api - Substrate client interfaces.
- consensus
- Common utilities for building and using consensus engines in substrate.
- db
- Client backend that is backed by a database.
- executor
- A crate that provides means of executing/dispatching calls into the runtime.
- import
- Client-side block import and import queue primitives.
- keystore
- Keystore (and session key management) for ed25519 based chains like Polkadot.
- maybe_
compressed_ blob - Handling of blobs that may be compressed, based on an 8-byte magic identifier at the head.
- storage_
monitor - tracing
- Instrumentation implementation for substrate.
- transaction_
pool - Transaction pool client facing API.
- utils
- Utilities Primitives for Substrate