Module relayer

Source
Expand description

§Relayer Controller

Handles HTTP endpoints for relayer operations including:

  • Listing relayers
  • Getting relayer details
  • Creating relayers
  • Updating relayers
  • Deleting relayers
  • Submitting transactions
  • Signing messages
  • JSON-RPC proxy

Functions§

cancel_transaction
Cancels a specific transaction for a relayer.
create_relayer
Creates a new relayer.
delete_pending_transactions
Deletes all pending transactions for a specific relayer.
delete_relayer
Deletes a relayer by ID.
get_relayer
Retrieves details of a specific relayer by its ID.
get_relayer_balance
Retrieves the balance of a specific relayer.
get_relayer_status
Retrieves the status of a specific relayer.
get_transaction_by_id
Retrieves a transaction by its ID for a specific relayer.
get_transaction_by_nonce
Retrieves a transaction by its nonce for a specific relayer.
list_relayers
Lists all relayers with pagination support.
list_transactions
Lists all transactions for a specific relayer with pagination support.
relayer_rpc
Performs a JSON-RPC call through a specific relayer.
replace_transaction
Replaces a specific transaction for a relayer.
send_transaction
Sends a transaction through a specified relayer.
sign_data
Signs data using a specific relayer.
sign_transaction
Signs a transaction using a specific relayer
sign_typed_data
Signs typed data using a specific relayer.
update_relayer
Updates a relayer’s information.