diff --git a/openrpc.json b/openrpc.json index c086a1c..db12d1d 100644 --- a/openrpc.json +++ b/openrpc.json @@ -916,6 +916,20 @@ "$ref": "#/components/contentDescriptors/FilterId" } }, + { + "name": "eth_pendingTransactions", + "summary": "Returns the pending transactions list", + "params": [], + "result": { + "name": "pendingTransactions", + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Transaction" + } + } + } + }, { "name": "eth_protocolVersion", "summary": "Returns the current ethereum protocol version.",