Replies: 1 comment
-
The response could potentially include more information about its status in the relay. For example:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A commonly requested feature is for the relay to provide an api which allows searchers to query the status of their bundles.
Here is a sample api request:
eth_callBundle
andeth_sendBundle
endpoints. This is calculated by taking the hash of the concatenated transaction hashes in the bundle:Example response:
Beta Was this translation helpful? Give feedback.
All reactions