IGasFeesHelper
Title: IGasFeesHelper
Author: Merge Layers Inc.
Interface for retrieving per-chain gas fee configuration
Functions
gasFees
Returns the gas fee for a destination chain
function gasFees(uint32 dstChainId) external view returns (uint256 fee);
Parameters
| Name | Type | Description |
|---|---|---|
dstChainId | uint32 | Destination chain identifier |
Returns
| Name | Type | Description |
|---|---|---|
fee | uint256 | Gas fee amount |