UNPKG

@owlprotocol/contracts-account-abstraction

Version:

ERC4337 Account Abstraction support for deploying relevant smart contracts and interacting with UserOps.

11 lines (10 loc) 151 B
const minBigInt = (a, b) => { return a < b ? a : b; }; const maxBigInt = (a, b) => { return a > b ? a : b; }; export { maxBigInt, minBigInt };