referrerpolicy=no-referrer-when-downgrade

Module config

Source
Expand description

Service configuration.

Structs§

BasePath
The base path that is used for everything that needs to be written on disk to run a node.
Configuration
Service configuration.
ExecutorConfiguration
Runtime executor configuration.
IncomingRequest
A single request received by a peer on a request-response protocol.
Multiaddr
Multiaddr type used in Substrate. Converted to libp2p’s Multiaddr or litep2p’s Multiaddr when passed to the corresponding network backend.
MultiaddrWithPeerId
Address of a node, including its identity.
NetworkConfiguration
Network service configuration.
NonDefaultSetConfig
Extension to SetConfig for sets that aren’t the default set.
OffchainWorkerConfig
Configuration of the database of the client.
OutgoingResponse
Response for an incoming request to be send by a request protocol handler.
PrometheusConfig
Configuration of the Prometheus endpoint.
ProtocolId
Protocol name prefix, transmitted on the wire for legacy protocol names. I.e., dot in /dot/sync/2. Should be unique for each chain. Always UTF-8. Deprecated in favour of genesis hash & fork ID based protocol names.
RequestResponseConfig
Configuration for a single request-response protocol.
RpcConfiguration
RPC configuration.
RpcEndpoint
Represent a single RPC endpoint with its configuration.
SetConfig
Configuration for a set of nodes.
TelemetryEndpoints
List of telemetry servers we want to talk to. Contains the URL of the server, and the maximum verbosity level.
TransactionPoolOptions
Transaction pool options.

Enums§

BlocksPruning
Block pruning settings.
DatabaseSource
Where to find the database..
IpNetwork
Holds IPv4 or IPv6 network.
KeystoreConfig
Configuration of the client keystore.
NodeKeyConfig
The configuration of a node’s secret key, describing the type of key and how it is obtained. A node’s identity keypair is the result of the evaluation of the node key configuration.
PruningMode
Pruning mode.
Role
Role of the local node.
RpcBatchRequestConfig
Configuration for batch request handling.
RpcMethods
Available RPC methods.
SyncMode
Sync operation mode.
TaskType
Type for tasks spawned by the executor.
TransportConfig
Configuration for the transport layer.
TrieCacheWarmUpStrategy
Warmup strategy for the trie cache.
WasmExecutionMethod
Specification of different methods of executing the runtime Wasm code.
WasmtimeInstantiationStrategy
The instantiation strategy to use for the WASM executor.

Traits§

Database
RpcSubscriptionIdProvider
Trait for providing subscription IDs that can be cloned.