core/utils/index library

Functions

invariant(dynamic condition, String message) → dynamic
sqrt(BigInt value) BigInt
Computes round(sqrt(value)) @param value the value for which to compute the square root, rounded down
validateAndParseAddress(String address) → EthereumAddress