Versions in this module Expand all Collapse all v0 v0.0.2 Mar 31, 2023 v0.0.1 Sep 12, 2022 Changes in this version + const N1000 + const N997 + const NFIVE + const NHUNDRED + const NTEN + const NTWO + var HUNDRED decimal.Decimal = decimal.NewFromInt(NHUNDRED) + var TEN decimal.Decimal = decimal.NewFromInt(NTEN) + var TWO decimal.Decimal = decimal.NewFromInt(NTWO) + func RelevantUSDCoins(chainID ChainID) []string + type ChainID uint + const BSCMainnet + const BSCTestnet + const BTTMainnet + const BTTTestnet + const MAINNET + const NILE + const SHASTA + type Rounding int + const RoundDown + const RoundHalfUp + const RoundUp + type TradeType int + const ExactInput + const ExactOutput