Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

getFeeHistory type problem #7135

@Jack-Works

Description

@Jack-Works

Version: [email protected], [email protected]

https://docs.web3js.org/guides/web3_upgrade_guide/x/web3_eth_migration_guide#web3ethgetfeehistory

document

Actual type:

{
    readonly oldestBlock: bigint;
    readonly baseFeePerGas: bigint; // !! Not a string[] in the document or 1.x !!
    readonly reward: bigint[][];
    readonly gasUsedRatio: bigint[];
}
document

Which one is true?

Metadata

Metadata

Labels

4.x4.0 relatedBugAddressing a bugDocumentationRelates to project wiki or documentationP3Low severity bugs

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions