Preparing search index...
The search index is not available
@perennial/sdk
@perennial/sdk
Perennial
Definitions
EstimateFeesPerGasParameters
Type alias EstimateFeesPerGasParameters<chain, chainOverride, type>
Estimate
Fees
Per
Gas
Parameters
<
chain
,
chainOverride
,
type
>
:
{
type
?:
type
|
FeeValuesType
;
}
&
GetChainParameter
<
chain
,
chainOverride
>
Type Parameters
chain
extends
Chain
|
undefined
=
Chain
|
undefined
chainOverride
extends
Chain
|
undefined
=
Chain
|
undefined
type
extends
FeeValuesType
=
FeeValuesType
Type declaration
Optional
type
?:
type
|
FeeValuesType
The type of fee values to return.
legacy
: Returns the legacy gas price.
eip1559
: Returns the max fee per gas and max priority fee per gas.
Default
'eip1559'
Copy
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@perennial/sdk
Loading...
The type of fee values to return.
legacy: Returns the legacy gas price.eip1559: Returns the max fee per gas and max priority fee per gas.