Crate fuel_core_relayer

Source
Expand description

§Fuel Relayer

Modules§

ports
Ports used by the relayer to access the outside world
storage
The module provides definition and implementation of the relayer storage.

Structs§

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.

Functions§

new_service
Creates an instance of runnable relayer service.

Type Aliases§

Service
The alias of runnable relayer service.