@superfluid-finance/sdk-core 0.4.5-dev.6cf4191.0 → 0.4.5-dev.ab7dc19.0
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/index.umd.js +44451 -37460
- package/dist/main/Framework.d.ts +1 -1
- package/dist/main/Framework.d.ts.map +1 -1
- package/dist/main/Host.d.ts +4 -4
- package/dist/main/Host.d.ts.map +1 -1
- package/dist/main/abi/SuperToken.json +13 -0
- package/dist/main/abi/Superfluid.json +13 -0
- package/dist/main/abi/SuperfluidGovernanceII.json +13 -0
- package/dist/main/subgraph/subgraphQueryHandler.js +3 -3
- package/dist/main/subgraph/subgraphQueryHandler.js.map +1 -1
- package/dist/main/typechain/ERC20WithTokenInfo.d.ts +67 -60
- package/dist/main/typechain/ERC20WithTokenInfo.d.ts.map +1 -1
- package/dist/main/typechain/IConstantFlowAgreementV1.d.ts +251 -185
- package/dist/main/typechain/IConstantFlowAgreementV1.d.ts.map +1 -1
- package/dist/main/typechain/IInstantDistributionAgreementV1.d.ts +256 -185
- package/dist/main/typechain/IInstantDistributionAgreementV1.d.ts.map +1 -1
- package/dist/main/typechain/IResolver.d.ts +26 -27
- package/dist/main/typechain/IResolver.d.ts.map +1 -1
- package/dist/main/typechain/ISETH.d.ts +609 -527
- package/dist/main/typechain/ISETH.d.ts.map +1 -1
- package/dist/main/typechain/SuperToken.d.ts +612 -520
- package/dist/main/typechain/SuperToken.d.ts.map +1 -1
- package/dist/main/typechain/Superfluid.d.ts +458 -402
- package/dist/main/typechain/Superfluid.d.ts.map +1 -1
- package/dist/main/typechain/SuperfluidGovernanceII.d.ts +396 -315
- package/dist/main/typechain/SuperfluidGovernanceII.d.ts.map +1 -1
- package/dist/main/typechain/SuperfluidLoader.d.ts +28 -23
- package/dist/main/typechain/SuperfluidLoader.d.ts.map +1 -1
- package/dist/main/typechain/TestToken.d.ts +97 -90
- package/dist/main/typechain/TestToken.d.ts.map +1 -1
- package/dist/main/typechain/common.d.ts +1 -0
- package/dist/main/typechain/common.d.ts.map +1 -1
- package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.d.ts +1 -1
- package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +1 -1
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +1 -1
- package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/IResolver__factory.d.ts +1 -1
- package/dist/main/typechain/factories/IResolver__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/ISETH__factory.d.ts +1 -1
- package/dist/main/typechain/factories/ISETH__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/SuperToken__factory.d.ts +1 -1
- package/dist/main/typechain/factories/SuperToken__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/SuperToken__factory.js +13 -0
- package/dist/main/typechain/factories/SuperToken__factory.js.map +1 -1
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts +1 -1
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js +13 -0
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js.map +1 -1
- package/dist/main/typechain/factories/SuperfluidLoader__factory.d.ts +1 -1
- package/dist/main/typechain/factories/SuperfluidLoader__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/Superfluid__factory.d.ts +1 -1
- package/dist/main/typechain/factories/Superfluid__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/Superfluid__factory.js +13 -0
- package/dist/main/typechain/factories/Superfluid__factory.js.map +1 -1
- package/dist/main/typechain/factories/TestToken__factory.d.ts +1 -1
- package/dist/main/typechain/factories/TestToken__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/index.d.ts +11 -0
- package/dist/main/typechain/factories/index.d.ts.map +1 -0
- package/dist/main/typechain/factories/index.js +27 -0
- package/dist/main/typechain/factories/index.js.map +1 -0
- package/dist/main/typechain/index.d.ts +2 -1
- package/dist/main/typechain/index.d.ts.map +1 -1
- package/dist/main/typechain/index.js +25 -1
- package/dist/main/typechain/index.js.map +1 -1
- package/dist/main/utils.d.ts +9 -8
- package/dist/main/utils.d.ts.map +1 -1
- package/dist/main/utils.js +24 -21
- package/dist/main/utils.js.map +1 -1
- package/dist/module/Framework.d.ts +1 -1
- package/dist/module/Framework.d.ts.map +1 -1
- package/dist/module/Host.d.ts +4 -4
- package/dist/module/Host.d.ts.map +1 -1
- package/dist/module/abi/SuperToken.json +13 -0
- package/dist/module/abi/Superfluid.json +13 -0
- package/dist/module/abi/SuperfluidGovernanceII.json +13 -0
- package/dist/module/subgraph/subgraphQueryHandler.js +3 -3
- package/dist/module/subgraph/subgraphQueryHandler.js.map +1 -1
- package/dist/module/typechain/ERC20WithTokenInfo.d.ts +67 -60
- package/dist/module/typechain/ERC20WithTokenInfo.d.ts.map +1 -1
- package/dist/module/typechain/IConstantFlowAgreementV1.d.ts +251 -185
- package/dist/module/typechain/IConstantFlowAgreementV1.d.ts.map +1 -1
- package/dist/module/typechain/IInstantDistributionAgreementV1.d.ts +256 -185
- package/dist/module/typechain/IInstantDistributionAgreementV1.d.ts.map +1 -1
- package/dist/module/typechain/IResolver.d.ts +26 -27
- package/dist/module/typechain/IResolver.d.ts.map +1 -1
- package/dist/module/typechain/ISETH.d.ts +609 -527
- package/dist/module/typechain/ISETH.d.ts.map +1 -1
- package/dist/module/typechain/SuperToken.d.ts +612 -520
- package/dist/module/typechain/SuperToken.d.ts.map +1 -1
- package/dist/module/typechain/Superfluid.d.ts +458 -402
- package/dist/module/typechain/Superfluid.d.ts.map +1 -1
- package/dist/module/typechain/SuperfluidGovernanceII.d.ts +396 -315
- package/dist/module/typechain/SuperfluidGovernanceII.d.ts.map +1 -1
- package/dist/module/typechain/SuperfluidLoader.d.ts +28 -23
- package/dist/module/typechain/SuperfluidLoader.d.ts.map +1 -1
- package/dist/module/typechain/TestToken.d.ts +97 -90
- package/dist/module/typechain/TestToken.d.ts.map +1 -1
- package/dist/module/typechain/common.d.ts +1 -0
- package/dist/module/typechain/common.d.ts.map +1 -1
- package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.d.ts +1 -1
- package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +1 -1
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +1 -1
- package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/IResolver__factory.d.ts +1 -1
- package/dist/module/typechain/factories/IResolver__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/ISETH__factory.d.ts +1 -1
- package/dist/module/typechain/factories/ISETH__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/SuperToken__factory.d.ts +1 -1
- package/dist/module/typechain/factories/SuperToken__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/SuperToken__factory.js +13 -0
- package/dist/module/typechain/factories/SuperToken__factory.js.map +1 -1
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts +1 -1
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js +13 -0
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js.map +1 -1
- package/dist/module/typechain/factories/SuperfluidLoader__factory.d.ts +1 -1
- package/dist/module/typechain/factories/SuperfluidLoader__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/Superfluid__factory.d.ts +1 -1
- package/dist/module/typechain/factories/Superfluid__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/Superfluid__factory.js +13 -0
- package/dist/module/typechain/factories/Superfluid__factory.js.map +1 -1
- package/dist/module/typechain/factories/TestToken__factory.d.ts +1 -1
- package/dist/module/typechain/factories/TestToken__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/index.d.ts +11 -0
- package/dist/module/typechain/factories/index.d.ts.map +1 -0
- package/dist/module/typechain/factories/index.js +14 -0
- package/dist/module/typechain/factories/index.js.map +1 -0
- package/dist/module/typechain/index.d.ts +2 -1
- package/dist/module/typechain/index.d.ts.map +1 -1
- package/dist/module/typechain/index.js +1 -0
- package/dist/module/typechain/index.js.map +1 -1
- package/dist/module/utils.d.ts +9 -8
- package/dist/module/utils.d.ts.map +1 -1
- package/dist/module/utils.js +21 -19
- package/dist/module/utils.js.map +1 -1
- package/package.json +13 -9
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.