Type alias EstimateFeesPerGasParameters<chain, chainOverride, type>
EstimateFeesPerGasParameters<chain, chainOverride, type>: { type?: type | FeeValuesType; } & GetChain<chain, chainOverride> Type Parameters
chain extends Chain | undefined = Chain | undefined
chainOverride extends Chain | undefined = Chain | undefined
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.