openzeppelin_relayer::api::controllers::relayerFunction replace_transaction
Source pub async fn replace_transaction(
relayer_id: String,
transaction_id: String,
state: ThinData<AppState<JobProducer>>,
) -> Result<HttpResponse, ApiError>
Expand description
Replaces a specific transaction for a relayer.
§Arguments
relayer_id
- The ID of the relayer.
transaction_id
- The ID of the transaction to replace.
state
- The application state containing the transaction repository.
§Returns
The details of the replaced transaction.