Skip to content

Commit

Permalink
added additional flags for eth-rpc-calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Küchler committed Jun 14, 2021
1 parent 56b311d commit 28eae7a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions c/src/verifier/eth1/basic/rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ eth:
proof:
alias: eth_getUncleCountByBlockNumber
result:
optional: true
descr: the number of transactions in the block
type: int

Expand All @@ -397,6 +398,7 @@ eth:
proof:
alias: eth_getUncleCountByBlockNumber
result:
optional: true
descr: the number of transactions in the block
type: int

Expand All @@ -409,6 +411,7 @@ eth:
proof:
alias: eth_getUncleCountByBlockNumber
result:
optional: true
descr: the number of uncles
type: int

Expand All @@ -429,6 +432,7 @@ eth:
- `finalityBlocks`: a array of blockHeaders which were mined after the requested block. The number of blocks depends on the request-property `finality`. If this is not specified, this property will not be defined.
- `uncles`: a array of blockheaders of the uncles of the block. This is only needed if the number of uncles are requested.
result:
optional: true
descr: the number of uncles
type: int

Expand All @@ -445,6 +449,7 @@ eth:
descr: the transactionIndex
type: int
result:
optional: true
descr: the transactiondata or `null` if it does not exist
type: transactiondata
proof:
Expand Down Expand Up @@ -497,6 +502,7 @@ eth:
descr: the transactionIndex
type: int
result:
optional: true
descr: the transactiondata or `null` if it does not exist
type: transactiondata
proof:
Expand Down Expand Up @@ -546,6 +552,7 @@ eth:
descr: the transactionHash of the transaction.
type: bytes32
result:
optional: true
descr: the transactiondata or `null` if it does not exist
type: transactiondata

Expand Down

0 comments on commit 28eae7a

Please sign in to comment.