@superfluid-finance/sdk-core 0.5.6-dev.ccb1898.0 → 0.5.6-dev.ddbd8c9.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/CHANGELOG.md +7 -0
- package/dist/index.umd.js +1419 -3143
- package/dist/main/BatchCall.d.ts.map +1 -1
- package/dist/main/BatchCall.js +8 -26
- package/dist/main/BatchCall.js.map +1 -1
- package/dist/main/Operation.d.ts.map +1 -1
- package/dist/main/Operation.js +7 -36
- package/dist/main/Operation.js.map +1 -1
- package/dist/main/SFError.d.ts +1 -1
- package/dist/main/SFError.d.ts.map +1 -1
- package/dist/main/SFError.js +11 -17
- package/dist/main/SFError.js.map +1 -1
- package/dist/main/abi/IConstantFlowAgreementV1.json +70 -0
- package/dist/main/abi/IInstantDistributionAgreementV1.json +10 -0
- package/dist/main/abi/ISETH.json +25 -0
- package/dist/main/abi/SuperToken.json +91 -0
- package/dist/main/abi/Superfluid.json +150 -13
- package/dist/main/abi/SuperfluidGovernanceII.json +161 -17
- package/dist/main/miniSerializeError.d.ts +14 -0
- package/dist/main/miniSerializeError.d.ts.map +1 -0
- package/dist/main/miniSerializeError.js +29 -0
- package/dist/main/miniSerializeError.js.map +1 -0
- package/dist/main/typechain/Superfluid.d.ts +1 -9
- package/dist/main/typechain/Superfluid.d.ts.map +1 -1
- package/dist/main/typechain/SuperfluidGovernanceII.d.ts +104 -21
- package/dist/main/typechain/SuperfluidGovernanceII.d.ts.map +1 -1
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +7 -0
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js +70 -0
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js.map +1 -1
- package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +7 -0
- package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.js +10 -0
- package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.js.map +1 -1
- package/dist/main/typechain/factories/ISETH__factory.d.ts +7 -0
- package/dist/main/typechain/factories/ISETH__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/ISETH__factory.js +25 -0
- package/dist/main/typechain/factories/ISETH__factory.js.map +1 -1
- package/dist/main/typechain/factories/SuperToken__factory.d.ts +12 -1
- package/dist/main/typechain/factories/SuperToken__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/SuperToken__factory.js +91 -0
- package/dist/main/typechain/factories/SuperToken__factory.js.map +1 -1
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts +11 -0
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js +161 -17
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js.map +1 -1
- package/dist/main/typechain/factories/Superfluid__factory.d.ts +12 -1
- package/dist/main/typechain/factories/Superfluid__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/Superfluid__factory.js +150 -13
- package/dist/main/typechain/factories/Superfluid__factory.js.map +1 -1
- package/dist/module/BatchCall.d.ts.map +1 -1
- package/dist/module/BatchCall.js +8 -26
- package/dist/module/BatchCall.js.map +1 -1
- package/dist/module/Operation.d.ts.map +1 -1
- package/dist/module/Operation.js +7 -36
- package/dist/module/Operation.js.map +1 -1
- package/dist/module/SFError.d.ts +1 -1
- package/dist/module/SFError.d.ts.map +1 -1
- package/dist/module/SFError.js +11 -17
- package/dist/module/SFError.js.map +1 -1
- package/dist/module/abi/IConstantFlowAgreementV1.json +70 -0
- package/dist/module/abi/IInstantDistributionAgreementV1.json +10 -0
- package/dist/module/abi/ISETH.json +25 -0
- package/dist/module/abi/SuperToken.json +91 -0
- package/dist/module/abi/Superfluid.json +150 -13
- package/dist/module/abi/SuperfluidGovernanceII.json +161 -17
- package/dist/module/miniSerializeError.d.ts +14 -0
- package/dist/module/miniSerializeError.d.ts.map +1 -0
- package/dist/module/miniSerializeError.js +25 -0
- package/dist/module/miniSerializeError.js.map +1 -0
- package/dist/module/typechain/Superfluid.d.ts +1 -9
- package/dist/module/typechain/Superfluid.d.ts.map +1 -1
- package/dist/module/typechain/SuperfluidGovernanceII.d.ts +104 -21
- package/dist/module/typechain/SuperfluidGovernanceII.d.ts.map +1 -1
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +7 -0
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js +70 -0
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js.map +1 -1
- package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +7 -0
- package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.js +10 -0
- package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.js.map +1 -1
- package/dist/module/typechain/factories/ISETH__factory.d.ts +7 -0
- package/dist/module/typechain/factories/ISETH__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/ISETH__factory.js +25 -0
- package/dist/module/typechain/factories/ISETH__factory.js.map +1 -1
- package/dist/module/typechain/factories/SuperToken__factory.d.ts +12 -1
- package/dist/module/typechain/factories/SuperToken__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/SuperToken__factory.js +91 -0
- package/dist/module/typechain/factories/SuperToken__factory.js.map +1 -1
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts +11 -0
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js +161 -17
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js.map +1 -1
- package/dist/module/typechain/factories/Superfluid__factory.d.ts +12 -1
- package/dist/module/typechain/factories/Superfluid__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/Superfluid__factory.js +150 -13
- package/dist/module/typechain/factories/Superfluid__factory.js.map +1 -1
- package/package.json +2 -3
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.