rundler_dropLocalUserOperation
Drops a local userOperation from the bundler mempool when it has not yet been bundled.
To authorize the drop, submit a signed replacement userOperation with the same sender and nonce. The replacement must set preVerificationGas, callGasLimit, and maxFeePerGas to 0x0, set callData to 0x, keep the original initCode if one was used (otherwise 0x), and include enough verificationGasLimit for account validation. The signature must be valid for that replacement userOperation. This only removes the operation from the local mempool and does not cancel an operation that has already been bundled or propagated elsewhere.
Path Parameters
docs-demoFor higher throughput, create your own API key
Request
The UserOperation object. This can be a v0.6, v0.7, or v0.8 user operation, but MUST match the version of the entry point at the address of the second parameter.
format: "^0x[0-9a-fA-F]*$"requiredThe EntryPoint address the request should be sent through. This MUST be one of the EntryPoints returned by the supportedEntryPoints RPC call.
Responses
200
The dropped userOpHash, or null if no matching local userOperation was dropped.