Skip to content

Commit

Permalink
eth: blockReceipts
Browse files Browse the repository at this point in the history
Signed-off-by: jsvisa <delweng@gmail.com>
  • Loading branch information
jsvisa authored and lightclient committed Jul 20, 2023
1 parent 71e747b commit a59ab1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 3 additions & 2 deletions src/eth/block.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,6 @@
$ref: '#/components/schemas/BlockNumberOrTagOrHash'
result:
name: Receipts information
schema:
$ref: '#/components/schemas/ReceiptsInfo'
type: array
items:
$ref: '#/components/schemas/ReceiptInfo'
6 changes: 0 additions & 6 deletions src/schemas/receipt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,3 @@ ReceiptInfo:
title: effective gas price
description: The actual value per gas deducted from the senders account. Before EIP-1559, this is equal to the transaction's gas price. After, it is equal to baseFeePerGas + min(maxFeePerGas - baseFeePerGas, maxPriorityFeePerGas).
$ref: '#/components/schemas/uint'

ReceiptsInfo:
type: array
title: Receipts info
items:
$ref: '#/components/schemas/ReceiptInfo'

0 comments on commit a59ab1b

Please sign in to comment.