We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2302b52 + ed99773 commit 9afdecaCopy full SHA for 9afdeca
1 file changed
openrpc.json
@@ -916,6 +916,20 @@
916
"$ref": "#/components/contentDescriptors/FilterId"
917
}
918
},
919
+ {
920
+ "name": "eth_pendingTransactions",
921
+ "summary": "Returns the pending transactions list",
922
+ "params": [],
923
+ "result": {
924
+ "name": "pendingTransactions",
925
+ "schema": {
926
+ "type": "array",
927
+ "items": {
928
+ "$ref": "#/components/schemas/Transaction"
929
+ }
930
931
932
+ },
933
{
934
"name": "eth_protocolVersion",
935
"summary": "Returns the current ethereum protocol version.",
0 commit comments