-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Comment out the broken blob base fee test
- Loading branch information
William Cory
authored and
William Cory
committed
May 22, 2024
1 parent
eb3e7c9
commit de5c707
Showing
5 changed files
with
97 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
import type { Hex } from './Hex.js' | ||
|
||
/** | ||
* The type returned by transaction related | ||
* json rpc procedures | ||
*/ | ||
* The type returned by transaction related | ||
* json rpc procedures | ||
*/ | ||
export type TransactionResult = { | ||
readonly blockHash: Hex | ||
readonly blockNumber: Hex | ||
readonly from: Hex | ||
readonly gas: Hex | ||
readonly gasPrice: Hex | ||
readonly hash: Hex | ||
readonly data: Hex | ||
readonly nonce: Hex | ||
readonly to: Hex | ||
readonly transactionIndex: Hex | ||
readonly value: Hex | ||
readonly v: Hex | ||
readonly r: Hex | ||
readonly s: Hex | ||
readonly blockHash: Hex | ||
readonly blockNumber: Hex | ||
readonly from: Hex | ||
readonly gas: Hex | ||
readonly gasPrice: Hex | ||
readonly hash: Hex | ||
readonly data: Hex | ||
readonly nonce: Hex | ||
readonly to: Hex | ||
readonly transactionIndex: Hex | ||
readonly value: Hex | ||
readonly v: Hex | ||
readonly r: Hex | ||
readonly s: Hex | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters