{
    "Function": "amountPostFee",
    "File": "contracts/interfaces/IAxelarForecallable.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function amountPostFee(\n        uint256 amount,\n        bytes calldata /*payload*/\n    ) public virtual returns (uint256) {\n        return amount;\n    }"
}