@meterio/sumer-js 0.1.9 → 0.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/sumer.min.js +10 -10
- package/dist/nodejs/abi.d.ts +33 -2
- package/dist/nodejs/abi.js +228 -152
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/constants/index.js +4 -34
- package/dist/nodejs/constants/index.js.map +1 -1
- package/dist/nodejs/index.d.ts +33 -2
- package/dist/nodejs/typechain/contracts/CToken/CErc20.d.ts +33 -1
- package/dist/nodejs/typechain/contracts/CToken/SuErc20.d.ts +33 -15
- package/dist/nodejs/typechain/contracts/Comptroller/CompoundLens.d.ts +17 -1
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.d.ts +9 -21
- package/dist/nodejs/typechain/contracts/Interfaces/IComptroller.d.ts +9 -25
- package/dist/nodejs/typechain/contracts/Interfaces/IEIP712.d.ts +41 -0
- package/dist/nodejs/typechain/contracts/{CToken/Test.sol/index.js → Interfaces/IEIP712.js} +1 -1
- package/dist/nodejs/typechain/contracts/Interfaces/IEIP712.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +45 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +59 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +45 -19
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +59 -25
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/AccountLiquidity__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/AccountLiquidity__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/AccountLiquidity__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.d.ts +27 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +35 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +19 -49
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +25 -65
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.d.ts +14 -48
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js +19 -64
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IEIP712__factory.d.ts +33 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IEIP712__factory.js +53 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IEIP712__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/index.js +3 -1
- package/dist/nodejs/typechain/factories/contracts/Interfaces/index.js.map +1 -1
- package/dist/nodejs/typechain/hardhat.d.ts +18 -0
- package/dist/nodejs/typechain/index.d.ts +2 -0
- package/dist/nodejs/typechain/index.js +3 -1
- package/dist/nodejs/typechain/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/nodejs/typechain/contracts/CToken/Interfaces/index.d.ts +0 -4
- package/dist/nodejs/typechain/contracts/CToken/Interfaces/index.js +0 -3
- package/dist/nodejs/typechain/contracts/CToken/Interfaces/index.js.map +0 -1
- package/dist/nodejs/typechain/contracts/CToken/Test.sol/index.d.ts +0 -1
- package/dist/nodejs/typechain/contracts/CToken/Test.sol/index.js.map +0 -1
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.sol/Comptroller.d.ts +0 -1446
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.sol/Comptroller.js +0 -3
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.sol/Comptroller.js.map +0 -1
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.sol/index.d.ts +0 -3
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.sol/index.js +0 -3
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.sol/index.js.map +0 -1
- package/dist/nodejs/typechain/contracts/Comptroller/Interfaces/index.d.ts +0 -6
- package/dist/nodejs/typechain/contracts/Comptroller/Interfaces/index.js +0 -3
- package/dist/nodejs/typechain/contracts/Comptroller/Interfaces/index.js.map +0 -1
- package/dist/nodejs/typechain/contracts/Oracle/Interfaces/index.d.ts +0 -4
- package/dist/nodejs/typechain/contracts/Oracle/Interfaces/index.js +0 -3
- package/dist/nodejs/typechain/contracts/Oracle/Interfaces/index.js.map +0 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/Interfaces/index.d.ts +0 -4
- package/dist/nodejs/typechain/factories/contracts/CToken/Interfaces/index.js +0 -15
- package/dist/nodejs/typechain/factories/contracts/CToken/Interfaces/index.js.map +0 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/Test.sol/index.d.ts +0 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/Test.sol/index.js +0 -9
- package/dist/nodejs/typechain/factories/contracts/CToken/Test.sol/index.js.map +0 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/Comptroller__factory.d.ts +0 -2066
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/Comptroller__factory.js +0 -2689
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/Comptroller__factory.js.map +0 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/index.d.ts +0 -3
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/index.js +0 -13
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/index.js.map +0 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Interfaces/index.d.ts +0 -6
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Interfaces/index.js +0 -19
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Interfaces/index.js.map +0 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/Interfaces/index.d.ts +0 -4
- package/dist/nodejs/typechain/factories/contracts/Oracle/Interfaces/index.js +0 -15
- package/dist/nodejs/typechain/factories/contracts/Oracle/Interfaces/index.js.map +0 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.