UNPKG

@hyperlane-xyz/core

Version:

Core solidity contracts for Hyperlane

7 lines (4 loc) 291 B
# `Burn.Gas` Invariants ## `gas(uint256)` always burns at least the amount of gas passed. **Test:** [`Burn.Gas.t.sol#L68`](../contracts/test/invariants/Burn.Gas.t.sol#L68) Asserts that when `Burn.gas(uint256)` is called, it always burns at least the amount of gas passed to the function.