Module relayer_api

Source
Expand description

This module is responsible for handling the requests to the relayer API.

It manages an internal API that mirrors the HTTP external API of the relayer.

Supported methods:

  • sendTransaction - sends a transaction to the relayer.

Structs§

GetTransactionRequest
RelayerApi
Request
Response

Enums§

PluginMethod

Traits§

RelayerApiTrait