Skip to content

Commit

Permalink
Merge pull request #45 from etclabscore/fix/add-pending-transactions
Browse files Browse the repository at this point in the history
fix: add eth_pendingTransactions
  • Loading branch information
shanejonas authored Aug 29, 2019
2 parents 2302b52 + ed99773 commit 9afdeca
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 9afdeca

Please sign in to comment.