Expand description
This module defines the HTTP routes for relayer operations. It includes handlers for listing, retrieving, updating, and managing relayer transactions. The routes are integrated with the Actix-web framework and interact with the relayer controller.
Structs§
- Cancels a specific transaction by its ID.
- Deletes all pending transactions for a specific relayer.
- Retrieves details of a specific relayer by ID.
- Retrieves the balance of a specific relayer.
- Fetches the current status of a specific relayer.
- Retrieves a specific transaction by its ID.
- Retrieves a transaction by its nonce value.
- Lists all relayers with pagination support.
- Lists all transactions for a specific relayer with pagination.
- Replaces a specific transaction with a new one.
- Performs a JSON-RPC call using the specified relayer.
- Sends a transaction through the specified relayer.
- Signs data using the specified relayer.
- Signs typed data using the specified relayer.
- Updates a relayer’s information based on the provided update request.
Functions§
- Initializes the routes for the relayer module.