Crate fuel_core_relayer
Source Expand description
- ports
- Ports used by the relayer to access the outside world
- storage
- The module provides definition and implementation of the relayer storage.
- Config
- Configuration settings for the Relayer.
- H160
- Fixed-size uninterpreted hash type with 20 bytes (160 bits) size.
- H256
- Fixed-size uninterpreted hash type with 32 bytes (256 bits) size.
- SharedState
- The shared state of the relayer task.
- new_service
- Creates an instance of runnable relayer service.
- Service
- The alias of runnable relayer service.