Constructors
new FeeData()
gasPrice.
Parameters
Returns
FeeData
Source
providers/provider.ts:106Properties
Methods
toJSON()
Returns
any
The JSON-friendly value.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
new FeeData(gasPrice?): FeeData
gasPrice.
| Parameter | Type | Description |
|---|---|---|
gasPrice? | null | bigint | The gas price. |
FeeData
| Property | Modifier | Type | Description |
|---|---|---|---|
gasPrice | readonly | null | bigint | The gas price for legacy networks. |
toJSON(): any
any
The JSON-friendly value.
Was this page helpful?
