referrerpolicy=no-referrer-when-downgrade

Crate relay_substrate_client

source ·
Expand description

Tools to interact with Substrate node using RPC methods.

Modules§

  • Basic runtime calls.
  • Pallet provides a set of guard functions that are running in background threads and are aborting process if some condition fails.
  • Contains several Substrate-specific metrics that may be exposed by relay.
  • Pallet provides a set of guard functions that are running in background threads and are aborting process if some condition fails. Test chain implementation to use in tests.

Structs§

Enums§

Constants§

  • The difference between best block number and number of its ancestor, that is enough for us to consider that ancestor an “ancient” block with dropped state.

Traits§

  • Block with justification.
  • Substrate-based chain from minimal relay-client point of view.
  • Minimal Substrate-based chain representation that may be used from no_std environment.
  • Substrate-based chain with AccountData generic argument of frame_system::AccountInfo set to the pallet_balances::AccountData<Balance>.
  • Substrate-based chain that is using direct GRANDPA finality from minimal relay-client point of view.
  • Substrate-based chain with messaging support from minimal relay-client point of view.
  • Bridge-supported network definition.
  • Substrate-based chain transactions signing scheme.
  • Substrate-based chain that uses pallet-utility.
  • Relay uses the Client to communicate with the node, connected to Substrate chain C.
  • Substrate-based parachain from minimal relay-client point of view.
  • Minimal parachain representation that may be used from no_std environment.
  • Substrate-based relay chain that supports parachains.
  • A trait that provides the type of the underlying chain.
  • Trait that provides functionality defined inside pallet-utility

Functions§

Type Aliases§