package
0.0.0-20250102200348-1af27c7ab573
Repository: https://github.com/smartcontractkit/chainlink-ccip.git
Documentation: pkg.go.dev

# Functions

CalculateUsdPerUnitGas returns: (sourceGasPrice * usdPerFeeCoin) / 1e18.
Deviates checks if x1 and x2 deviates based on the provided ppb (parts per billion) ppb is calculated based on the smaller value of the two e.g, if x1 > x2, deviation_parts_per_billion = ((x1 - x2) / x2) * 1e9.