@evergonlabs/tmi-protocol-api 0.8.0 → 0.9.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/app.d.ts +462 -67
- package/dist/app.d.ts.map +1 -1
- package/dist/client.d.ts +591 -180
- package/dist/client.d.ts.map +1 -1
- package/dist/common/blockchain.d.ts +63 -63
- package/dist/common/middleware/indexer.d.ts +1 -1
- package/dist/common/middleware/indexer.d.ts.map +1 -1
- package/dist/common/models/chainId.d.ts +3 -0
- package/dist/common/models/chainId.d.ts.map +1 -1
- package/dist/common/models/chainId.js +10 -16
- package/dist/common/models/platform.d.ts +1 -1
- package/dist/factory.d.ts +1 -3
- package/dist/factory.d.ts.map +1 -1
- package/dist/fractions/fractions/approveWrapper.route.d.ts +3 -3
- package/dist/fractions/fractions/approveWrapper.route.d.ts.map +1 -1
- package/dist/fractions/fractions/index.d.ts +1 -1
- package/dist/fractions/fractions/index.d.ts.map +1 -1
- package/dist/fractions/index.d.ts +154 -6
- package/dist/fractions/index.d.ts.map +1 -1
- package/dist/fractions/markets/getDeployEvent.d.ts +1 -1
- package/dist/fractions/markets/getDeployEvent.d.ts.map +1 -1
- package/dist/fractions/markets/getMarket/getMarket.d.ts +22 -2
- package/dist/fractions/markets/getMarket/getMarket.d.ts.map +1 -1
- package/dist/fractions/markets/getMarket/index.d.ts +22 -2
- package/dist/fractions/markets/getMarket/index.d.ts.map +1 -1
- package/dist/fractions/markets/index.d.ts +43 -3
- package/dist/fractions/markets/index.d.ts.map +1 -1
- package/dist/fractions/markets/searchMarkets/index.d.ts +22 -2
- package/dist/fractions/markets/searchMarkets/index.d.ts.map +1 -1
- package/dist/fractions/markets/searchMarkets/searchMarkets.d.ts +22 -2
- package/dist/fractions/markets/searchMarkets/searchMarkets.d.ts.map +1 -1
- package/dist/fractions/platforms/deployMarket.routes.d.ts +4 -4
- package/dist/fractions/platforms/deployMarket.routes.d.ts.map +1 -1
- package/dist/fractions/platforms/index.d.ts +1 -1
- package/dist/fractions/platforms/index.d.ts.map +1 -1
- package/dist/fractions/platforms/initCompilot.routes.d.ts +1 -1
- package/dist/fractions/platforms/initCompilot.routes.d.ts.map +1 -1
- package/dist/fractions/platforms/initNid.route.d.ts +1 -1
- package/dist/fractions/platforms/initNid.route.d.ts.map +1 -1
- package/dist/fractions/roles/getRoles.d.ts +1 -1
- package/dist/fractions/roles/getRoles.d.ts.map +1 -1
- package/dist/fractions/roles/grantRole.route.d.ts +1 -1
- package/dist/fractions/roles/grantRole.route.d.ts.map +1 -1
- package/dist/fractions/roles/index.d.ts +1 -1
- package/dist/fractions/roles/index.d.ts.map +1 -1
- package/dist/fractions/sales/approveSale.route.d.ts +1 -1
- package/dist/fractions/sales/approveSale.route.d.ts.map +1 -1
- package/dist/fractions/sales/common/fractionsSale.d.ts +1 -1
- package/dist/fractions/sales/completeSale.route.d.ts +1 -1
- package/dist/fractions/sales/completeSale.route.d.ts.map +1 -1
- package/dist/fractions/sales/createFractions.route.d.ts +1 -1
- package/dist/fractions/sales/createFractions.route.d.ts.map +1 -1
- package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts +1 -1
- package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts.map +1 -1
- package/dist/fractions/sales/getVaultAddress.d.ts +1 -1
- package/dist/fractions/sales/getVaultAddress.d.ts.map +1 -1
- package/dist/fractions/sales/getWithdrawEvent.d.ts +1 -1
- package/dist/fractions/sales/getWithdrawEvent.d.ts.map +1 -1
- package/dist/fractions/sales/index.d.ts +112 -4
- package/dist/fractions/sales/index.d.ts.map +1 -1
- package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts +1 -1
- package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts.map +1 -1
- package/dist/fractions/sales/purchase.route.d.ts +1 -1
- package/dist/fractions/sales/purchase.route.d.ts.map +1 -1
- package/dist/fractions/sales/purchaseStatistics.route.d.ts +1 -1
- package/dist/fractions/sales/purchaseStatistics.route.d.ts.map +1 -1
- package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts +2 -2
- package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts.map +1 -1
- package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts +1 -1
- package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts.map +1 -1
- package/dist/fractions/sales/recoverFractions.d.ts +1 -1
- package/dist/fractions/sales/recoverFractions.d.ts.map +1 -1
- package/dist/fractions/sales/rejectFractions.d.ts +1 -1
- package/dist/fractions/sales/rejectFractions.d.ts.map +1 -1
- package/dist/fractions/sales/searchActivity.route.d.ts +1 -1
- package/dist/fractions/sales/searchActivity.route.d.ts.map +1 -1
- package/dist/fractions/sales/searchSales/searchSales.d.ts +67 -2
- package/dist/fractions/sales/searchSales/searchSales.d.ts.map +1 -1
- package/dist/fractions/sales/searchWithdrawal.route.d.ts +35 -2
- package/dist/fractions/sales/searchWithdrawal.route.d.ts.map +1 -1
- package/dist/fractions/sales/setFeeCapLimit.d.ts +1 -1
- package/dist/fractions/sales/setFeeCapLimit.d.ts.map +1 -1
- package/dist/fractions/sales/unlockWrappedAssets.route.d.ts +1 -1
- package/dist/fractions/sales/unlockWrappedAssets.route.d.ts.map +1 -1
- package/dist/fractions/sales/vesting/claimStatistics.route.d.ts +12 -2
- package/dist/fractions/sales/vesting/claimStatistics.route.d.ts.map +1 -1
- package/dist/fractions/sales/vesting/claimVestedTokens.route.d.ts +1 -1
- package/dist/fractions/sales/vesting/claimVestedTokens.route.d.ts.map +1 -1
- package/dist/fractions/sales/vesting/editCliff.route.d.ts +1 -1
- package/dist/fractions/sales/vesting/editCliff.route.d.ts.map +1 -1
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts +1 -1
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts.map +1 -1
- package/dist/fractions/sales/withdraw.route.d.ts +1 -1
- package/dist/fractions/sales/withdraw.route.d.ts.map +1 -1
- package/dist/fractions/sig/getAuthData.d.ts +1 -1
- package/dist/fractions/sig/getAuthData.d.ts.map +1 -1
- package/dist/fractions/sig/getNonce.route.d.ts +1 -1
- package/dist/fractions/sig/getNonce.route.d.ts.map +1 -1
- package/dist/fractions/sig/index.d.ts +1 -1
- package/dist/fractions/sig/index.d.ts.map +1 -1
- package/dist/fractions/statistics/index.d.ts +1 -1
- package/dist/fractions/statistics/index.d.ts.map +1 -1
- package/dist/fractions/statistics/networkStatistics.route.d.ts +4 -4
- package/dist/fractions/statistics/networkStatistics.route.d.ts.map +1 -1
- package/dist/general/estimateGas.d.ts +1 -1
- package/dist/general/estimateGas.d.ts.map +1 -1
- package/dist/general/getBalance.d.ts +1 -1
- package/dist/general/getBalance.d.ts.map +1 -1
- package/dist/general/getBalancesBatch.d.ts +1 -1
- package/dist/general/getBalancesBatch.d.ts.map +1 -1
- package/dist/general/index.d.ts +1 -1
- package/dist/general/index.d.ts.map +1 -1
- package/dist/general/searchBalances.d.ts +1 -1
- package/dist/general/searchBalances.d.ts.map +1 -1
- package/dist/issuance/common/exports.d.ts +1 -1
- package/dist/issuance/common/exports.d.ts.map +1 -1
- package/dist/issuance/common/exports.js +1 -1
- package/dist/issuance/common/factories.base.d.ts +167 -0
- package/dist/issuance/common/factories.base.d.ts.map +1 -0
- package/dist/issuance/common/factories.base.js +15 -0
- package/dist/issuance/common/factories.d.ts +2 -166
- package/dist/issuance/common/factories.d.ts.map +1 -1
- package/dist/issuance/common/factories.js +4 -15
- package/dist/issuance/erc20/approve.d.ts +1 -1
- package/dist/issuance/erc20/approve.d.ts.map +1 -1
- package/dist/issuance/erc20/burn.d.ts +1 -1
- package/dist/issuance/erc20/burn.d.ts.map +1 -1
- package/dist/issuance/erc20/default/deploy.d.ts +38 -0
- package/dist/issuance/erc20/default/deploy.d.ts.map +1 -0
- package/dist/issuance/erc20/default/deploy.js +54 -0
- package/dist/issuance/erc20/default/initialize.d.ts +38 -0
- package/dist/issuance/erc20/default/initialize.d.ts.map +1 -0
- package/dist/issuance/erc20/default/initialize.js +43 -0
- package/dist/issuance/erc20/default/parseDeployEvent.d.ts +23 -0
- package/dist/issuance/erc20/default/parseDeployEvent.d.ts.map +1 -0
- package/dist/issuance/erc20/default/parseDeployEvent.js +79 -0
- package/dist/issuance/erc20/gated/deploy.d.ts +40 -0
- package/dist/issuance/erc20/gated/deploy.d.ts.map +1 -0
- package/dist/issuance/erc20/gated/deploy.js +60 -0
- package/dist/issuance/erc20/gated/initialize.d.ts +40 -0
- package/dist/issuance/erc20/gated/initialize.d.ts.map +1 -0
- package/dist/issuance/erc20/gated/initialize.js +45 -0
- package/dist/issuance/erc20/gated/parseDeployEvent.d.ts +23 -0
- package/dist/issuance/erc20/gated/parseDeployEvent.d.ts.map +1 -0
- package/dist/issuance/erc20/gated/parseDeployEvent.js +79 -0
- package/dist/issuance/erc20/gatedSimple/deploy.d.ts +15 -0
- package/dist/issuance/erc20/gatedSimple/deploy.d.ts.map +1 -0
- package/dist/issuance/erc20/gatedSimple/deploy.js +28 -0
- package/dist/issuance/erc20/gatedSimple/getInitData.d.ts +32 -0
- package/dist/issuance/erc20/gatedSimple/getInitData.d.ts.map +1 -0
- package/dist/issuance/erc20/gatedSimple/getInitData.js +51 -0
- package/dist/issuance/erc20/gatedSimple/parseDeployEvent.d.ts +18 -0
- package/dist/issuance/erc20/gatedSimple/parseDeployEvent.d.ts.map +1 -0
- package/dist/issuance/erc20/gatedSimple/parseDeployEvent.js +63 -0
- package/dist/issuance/erc20/grantRole.d.ts +1 -1
- package/dist/issuance/erc20/grantRole.d.ts.map +1 -1
- package/dist/issuance/erc20/index.d.ts +126 -30
- package/dist/issuance/erc20/index.d.ts.map +1 -1
- package/dist/issuance/erc20/index.js +21 -7
- package/dist/issuance/erc20/mint.d.ts +1 -1
- package/dist/issuance/erc20/mint.d.ts.map +1 -1
- package/dist/issuance/erc20/parseErc20DeployEvent.js +2 -2
- package/dist/issuance/erc20/recover.d.ts +1 -1
- package/dist/issuance/erc20/recover.d.ts.map +1 -1
- package/dist/issuance/erc20/renounceRole.d.ts +1 -1
- package/dist/issuance/erc20/renounceRole.d.ts.map +1 -1
- package/dist/issuance/erc20/revokeRole.d.ts +1 -1
- package/dist/issuance/erc20/revokeRole.d.ts.map +1 -1
- package/dist/issuance/erc20/transfer.d.ts +1 -1
- package/dist/issuance/erc20/transfer.d.ts.map +1 -1
- package/dist/issuance/erc20/transferFrom.d.ts +1 -1
- package/dist/issuance/erc20/transferFrom.d.ts.map +1 -1
- package/dist/issuance/erc721/approve.d.ts +1 -1
- package/dist/issuance/erc721/approve.d.ts.map +1 -1
- package/dist/issuance/erc721/burn.d.ts +1 -1
- package/dist/issuance/erc721/burn.d.ts.map +1 -1
- package/dist/issuance/erc721/default/deploy.d.ts +38 -0
- package/dist/issuance/erc721/default/deploy.d.ts.map +1 -0
- package/dist/issuance/erc721/default/deploy.js +53 -0
- package/dist/issuance/erc721/default/initialize.d.ts +38 -0
- package/dist/issuance/erc721/default/initialize.d.ts.map +1 -0
- package/dist/issuance/erc721/default/initialize.js +40 -0
- package/dist/issuance/erc721/default/parseDeployEvent.d.ts +23 -0
- package/dist/issuance/erc721/default/parseDeployEvent.d.ts.map +1 -0
- package/dist/issuance/erc721/default/parseDeployEvent.js +78 -0
- package/dist/issuance/erc721/gated/deploy.d.ts +40 -0
- package/dist/issuance/erc721/gated/deploy.d.ts.map +1 -0
- package/dist/issuance/erc721/gated/deploy.js +60 -0
- package/dist/issuance/erc721/gated/initialize.d.ts +40 -0
- package/dist/issuance/erc721/gated/initialize.d.ts.map +1 -0
- package/dist/issuance/erc721/gated/initialize.js +44 -0
- package/dist/issuance/erc721/gated/parseDeployEvent.d.ts +23 -0
- package/dist/issuance/erc721/gated/parseDeployEvent.d.ts.map +1 -0
- package/dist/issuance/erc721/gated/parseDeployEvent.js +78 -0
- package/dist/issuance/erc721/grantRole.d.ts +1 -1
- package/dist/issuance/erc721/grantRole.d.ts.map +1 -1
- package/dist/issuance/erc721/index.d.ts +78 -29
- package/dist/issuance/erc721/index.d.ts.map +1 -1
- package/dist/issuance/erc721/index.js +14 -7
- package/dist/issuance/erc721/mint.d.ts +1 -1
- package/dist/issuance/erc721/mint.d.ts.map +1 -1
- package/dist/issuance/erc721/parseErc721DeployEvent.js +2 -2
- package/dist/issuance/erc721/recover.d.ts +1 -1
- package/dist/issuance/erc721/recover.d.ts.map +1 -1
- package/dist/issuance/erc721/renounceRole.d.ts +1 -1
- package/dist/issuance/erc721/renounceRole.d.ts.map +1 -1
- package/dist/issuance/erc721/revokeRole.d.ts +1 -1
- package/dist/issuance/erc721/revokeRole.d.ts.map +1 -1
- package/dist/issuance/erc721/setBaseURI.d.ts +1 -1
- package/dist/issuance/erc721/setBaseURI.d.ts.map +1 -1
- package/dist/issuance/erc721/setTokenURI.d.ts +1 -1
- package/dist/issuance/erc721/setTokenURI.d.ts.map +1 -1
- package/dist/issuance/erc721/transferFrom.d.ts +1 -1
- package/dist/issuance/erc721/transferFrom.d.ts.map +1 -1
- package/dist/issuance/index.d.ts +186 -41
- package/dist/issuance/index.d.ts.map +1 -1
- package/dist/issuance/proxy/deploy.d.ts +2 -2
- package/dist/issuance/proxy/deploy.d.ts.map +1 -1
- package/dist/issuance/proxy/index.d.ts +1 -1
- package/dist/issuance/proxy/index.d.ts.map +1 -1
- package/dist/issuance/proxy/upgrade.d.ts +1 -1
- package/dist/issuance/proxy/upgrade.d.ts.map +1 -1
- package/dist/next/fractions/index.d.ts +1 -1
- package/dist/next/fractions/index.d.ts.map +1 -1
- package/dist/next/fractions/lending/buyback/buyback.routes.d.ts +1 -1
- package/dist/next/fractions/lending/buyback/buyback.routes.d.ts.map +1 -1
- package/dist/next/fractions/lending/createLendingSale.d.ts +1 -1
- package/dist/next/fractions/lending/createLendingSale.d.ts.map +1 -1
- package/dist/next/fractions/lending/deployMarket/lending.routes.d.ts +1 -1
- package/dist/next/fractions/lending/deployMarket/lending.routes.d.ts.map +1 -1
- package/dist/next/fractions/lending/index.d.ts +1 -1
- package/dist/next/fractions/lending/index.d.ts.map +1 -1
- package/dist/next/fractions/lending/purchase/directPurchase.route.d.ts +1 -1
- package/dist/next/fractions/lending/purchase/directPurchase.route.d.ts.map +1 -1
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.routes.d.ts +1 -1
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.routes.d.ts.map +1 -1
- package/dist/next/fractions/platforms/deployNftFractionsMarket.routes.d.ts +1 -1
- package/dist/next/fractions/platforms/deployNftFractionsMarket.routes.d.ts.map +1 -1
- package/dist/next/fractions/platforms/index.d.ts +1 -1
- package/dist/next/fractions/platforms/index.d.ts.map +1 -1
- package/dist/next/fractions/sales/createNftFractions.routes.d.ts +1 -1
- package/dist/next/fractions/sales/createNftFractions.routes.d.ts.map +1 -1
- package/dist/next/fractions/sales/index.d.ts +1 -1
- package/dist/next/fractions/sales/index.d.ts.map +1 -1
- package/dist/staking/index.d.ts +76 -8
- package/dist/staking/index.d.ts.map +1 -1
- package/dist/staking/platforms/getPlatform/index.d.ts +1 -1
- package/dist/staking/platforms/getPlatform/index.d.ts.map +1 -1
- package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts +1 -1
- package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts.map +1 -1
- package/dist/staking/platforms/index.d.ts +1 -1
- package/dist/staking/platforms/index.d.ts.map +1 -1
- package/dist/staking/platforms/searchPlatforms/index.d.ts +1 -1
- package/dist/staking/platforms/searchPlatforms/index.d.ts.map +1 -1
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts +1 -1
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts.map +1 -1
- package/dist/staking/pools/getPool/index.d.ts +10 -2
- package/dist/staking/pools/getPool/index.d.ts.map +1 -1
- package/dist/staking/pools/getPool/v0/getPool.d.ts +11 -2
- package/dist/staking/pools/getPool/v0/getPool.d.ts.map +1 -1
- package/dist/staking/pools/index.d.ts +19 -3
- package/dist/staking/pools/index.d.ts.map +1 -1
- package/dist/staking/pools/searchPools/index.d.ts +10 -2
- package/dist/staking/pools/searchPools/index.d.ts.map +1 -1
- package/dist/staking/pools/searchPools/v0/searchPools.d.ts +11 -2
- package/dist/staking/pools/searchPools/v0/searchPools.d.ts.map +1 -1
- package/dist/staking/roles/getRoles/index.d.ts +1 -1
- package/dist/staking/roles/getRoles/index.d.ts.map +1 -1
- package/dist/staking/roles/getRoles/v0/getRoles.d.ts +1 -1
- package/dist/staking/roles/getRoles/v0/getRoles.d.ts.map +1 -1
- package/dist/staking/roles/grantRole/index.d.ts +1 -1
- package/dist/staking/roles/grantRole/index.d.ts.map +1 -1
- package/dist/staking/roles/grantRole/v0/grantRole.d.ts +1 -1
- package/dist/staking/roles/grantRole/v0/grantRole.d.ts.map +1 -1
- package/dist/staking/roles/index.d.ts +20 -3
- package/dist/staking/roles/index.d.ts.map +1 -1
- package/dist/staking/roles/searchRoleEvents/index.d.ts +11 -2
- package/dist/staking/roles/searchRoleEvents/index.d.ts.map +1 -1
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts +11 -2
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts.map +1 -1
- package/dist/staking/roles/searchRoles/index.d.ts +10 -2
- package/dist/staking/roles/searchRoles/index.d.ts.map +1 -1
- package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts +11 -2
- package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts.map +1 -1
- package/dist/staking/stakes/getStake/index.d.ts +15 -2
- package/dist/staking/stakes/getStake/index.d.ts.map +1 -1
- package/dist/staking/stakes/getStake/v0/getStake.d.ts +15 -2
- package/dist/staking/stakes/getStake/v0/getStake.d.ts.map +1 -1
- package/dist/staking/stakes/index.d.ts +39 -4
- package/dist/staking/stakes/index.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakeEvents/index.d.ts +11 -2
- package/dist/staking/stakes/searchStakeEvents/index.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts +12 -2
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakes/index.d.ts +15 -2
- package/dist/staking/stakes/searchStakes/index.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts +15 -2
- package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts.map +1 -1
- package/dist/stakingTemplates/index.d.ts +43 -7
- package/dist/stakingTemplates/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts +6 -2
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts +1 -1
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getReward.d.ts +1 -1
- package/dist/stakingTemplates/templates/common/getReward.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts +10 -2
- package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/partialUnstake.d.ts +1 -1
- package/dist/stakingTemplates/templates/common/partialUnstake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/unstake.d.ts +1 -1
- package/dist/stakingTemplates/templates/common/unstake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/index.d.ts +15 -3
- package/dist/stakingTemplates/templates/reputation/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/createPlatform.d.ts +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/createPlatform.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/createPool.d.ts +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/createPool.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/index.d.ts +15 -3
- package/dist/stakingTemplates/templates/reputation/v0/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/stake.d.ts +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/stake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/index.d.ts +15 -3
- package/dist/stakingTemplates/templates/reputationLock/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/createPlatform.d.ts +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/createPlatform.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/createPool.d.ts +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/createPool.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts +15 -3
- package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/index.d.ts +15 -3
- package/dist/stakingTemplates/templates/rwa/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/createPlatform.d.ts +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/createPlatform.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/createPool.d.ts +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/createPool.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/index.d.ts +15 -3
- package/dist/stakingTemplates/templates/rwa/v0/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/restake.d.ts +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/restake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts.map +1 -1
- package/package.json +12 -12
|
@@ -8,10 +8,23 @@ export declare const GetStakeV0: import("../../../../common/controller.js").ICon
|
|
|
8
8
|
stakeId: string | string[];
|
|
9
9
|
};
|
|
10
10
|
};
|
|
11
|
-
output:
|
|
11
|
+
output: {
|
|
12
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
13
|
+
platform: string;
|
|
14
|
+
owner: string;
|
|
15
|
+
stakeId: string;
|
|
16
|
+
activePackets: string;
|
|
17
|
+
rewardsClaimed: string;
|
|
18
|
+
isActive: boolean;
|
|
19
|
+
unlockTimestamp: string;
|
|
20
|
+
startTimestamp: string;
|
|
21
|
+
createdAt: string;
|
|
22
|
+
updatedAt: string;
|
|
23
|
+
poolId?: string | undefined;
|
|
24
|
+
};
|
|
12
25
|
outputFormat: "json";
|
|
13
26
|
status: 200;
|
|
14
27
|
};
|
|
15
28
|
};
|
|
16
|
-
}, "/">>;
|
|
29
|
+
}, "/", "/">>;
|
|
17
30
|
//# sourceMappingURL=getStake.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getStake.d.ts","sourceRoot":"","sources":["../../../../../src/staking/stakes/getStake/v0/getStake.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"getStake.d.ts","sourceRoot":"","sources":["../../../../../src/staking/stakes/getStake/v0/getStake.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA+ErB,CAAC"}
|
|
@@ -15,7 +15,20 @@ export declare const StakesController: import("../../common/controller.js").ICon
|
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
|
-
output:
|
|
18
|
+
output: {
|
|
19
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
20
|
+
platform: string;
|
|
21
|
+
owner: string;
|
|
22
|
+
stakeId: string;
|
|
23
|
+
activePackets: string;
|
|
24
|
+
rewardsClaimed: string;
|
|
25
|
+
isActive: boolean;
|
|
26
|
+
unlockTimestamp: string;
|
|
27
|
+
startTimestamp: string;
|
|
28
|
+
createdAt: string;
|
|
29
|
+
updatedAt: string;
|
|
30
|
+
poolId?: string | undefined;
|
|
31
|
+
}[];
|
|
19
32
|
outputFormat: "json";
|
|
20
33
|
status: 200;
|
|
21
34
|
};
|
|
@@ -37,7 +50,16 @@ export declare const StakesController: import("../../common/controller.js").ICon
|
|
|
37
50
|
};
|
|
38
51
|
};
|
|
39
52
|
};
|
|
40
|
-
output:
|
|
53
|
+
output: {
|
|
54
|
+
id: string;
|
|
55
|
+
chainId: 11155111 | 31337;
|
|
56
|
+
platform: `0x${string}`;
|
|
57
|
+
owner: `0x${string}`;
|
|
58
|
+
stakeId: never;
|
|
59
|
+
createdAt: string & import("zod").$brand<"ISO">;
|
|
60
|
+
txHash: `0x${string}`;
|
|
61
|
+
poolId?: undefined;
|
|
62
|
+
}[];
|
|
41
63
|
outputFormat: "json";
|
|
42
64
|
status: 200;
|
|
43
65
|
};
|
|
@@ -52,10 +74,23 @@ export declare const StakesController: import("../../common/controller.js").ICon
|
|
|
52
74
|
stakeId: string | string[];
|
|
53
75
|
};
|
|
54
76
|
};
|
|
55
|
-
output:
|
|
77
|
+
output: {
|
|
78
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
79
|
+
platform: string;
|
|
80
|
+
owner: string;
|
|
81
|
+
stakeId: string;
|
|
82
|
+
activePackets: string;
|
|
83
|
+
rewardsClaimed: string;
|
|
84
|
+
isActive: boolean;
|
|
85
|
+
unlockTimestamp: string;
|
|
86
|
+
startTimestamp: string;
|
|
87
|
+
createdAt: string;
|
|
88
|
+
updatedAt: string;
|
|
89
|
+
poolId?: string | undefined;
|
|
90
|
+
};
|
|
56
91
|
outputFormat: "json";
|
|
57
92
|
status: 200;
|
|
58
93
|
};
|
|
59
94
|
};
|
|
60
|
-
}, "/v0">, "/getStake">, "/">>;
|
|
95
|
+
}, "/v0">, "/getStake">, "/", "/">>;
|
|
61
96
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/staking/stakes/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/staking/stakes/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mCAO3B,CAAC"}
|
|
@@ -15,10 +15,19 @@ export declare const SearchStakeEventsController: import("../../../common/contro
|
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
|
-
output:
|
|
18
|
+
output: {
|
|
19
|
+
id: string;
|
|
20
|
+
chainId: 11155111 | 31337;
|
|
21
|
+
platform: `0x${string}`;
|
|
22
|
+
owner: `0x${string}`;
|
|
23
|
+
stakeId: never;
|
|
24
|
+
createdAt: string & import("zod").$brand<"ISO">;
|
|
25
|
+
txHash: `0x${string}`;
|
|
26
|
+
poolId?: undefined;
|
|
27
|
+
}[];
|
|
19
28
|
outputFormat: "json";
|
|
20
29
|
status: 200;
|
|
21
30
|
};
|
|
22
31
|
};
|
|
23
|
-
}, "/v0">, "/">>;
|
|
32
|
+
}, "/v0">, "/", "/">>;
|
|
24
33
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/staking/stakes/searchStakeEvents/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/staking/stakes/searchStakeEvents/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAEtC,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
1
2
|
export declare const SearchStakeEventsV0: import("../../../../common/controller.js").IController<import("hono/hono-base").HonoBase<import("../../../../common/context.js").AppContext, {
|
|
2
3
|
"/": {
|
|
3
4
|
$post: {
|
|
@@ -15,10 +16,19 @@ export declare const SearchStakeEventsV0: import("../../../../common/controller.
|
|
|
15
16
|
};
|
|
16
17
|
};
|
|
17
18
|
};
|
|
18
|
-
output:
|
|
19
|
+
output: {
|
|
20
|
+
id: string;
|
|
21
|
+
chainId: 11155111 | 31337;
|
|
22
|
+
platform: `0x${string}`;
|
|
23
|
+
owner: `0x${string}`;
|
|
24
|
+
stakeId: never;
|
|
25
|
+
createdAt: string & z.core.$brand<"ISO">;
|
|
26
|
+
txHash: `0x${string}`;
|
|
27
|
+
poolId?: undefined;
|
|
28
|
+
}[];
|
|
19
29
|
outputFormat: "json";
|
|
20
30
|
status: 200;
|
|
21
31
|
};
|
|
22
32
|
};
|
|
23
|
-
}, "/">>;
|
|
33
|
+
}, "/", "/">>;
|
|
24
34
|
//# sourceMappingURL=searchStakeEvents.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"searchStakeEvents.d.ts","sourceRoot":"","sources":["../../../../../src/staking/stakes/searchStakeEvents/v0/searchStakeEvents.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"searchStakeEvents.d.ts","sourceRoot":"","sources":["../../../../../src/staking/stakes/searchStakeEvents/v0/searchStakeEvents.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAYxB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAyD9B,CAAC"}
|
|
@@ -15,10 +15,23 @@ export declare const SearchStakesController: import("../../../common/controller.
|
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
|
-
output:
|
|
18
|
+
output: {
|
|
19
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
20
|
+
platform: string;
|
|
21
|
+
owner: string;
|
|
22
|
+
stakeId: string;
|
|
23
|
+
activePackets: string;
|
|
24
|
+
rewardsClaimed: string;
|
|
25
|
+
isActive: boolean;
|
|
26
|
+
unlockTimestamp: string;
|
|
27
|
+
startTimestamp: string;
|
|
28
|
+
createdAt: string;
|
|
29
|
+
updatedAt: string;
|
|
30
|
+
poolId?: string | undefined;
|
|
31
|
+
}[];
|
|
19
32
|
outputFormat: "json";
|
|
20
33
|
status: 200;
|
|
21
34
|
};
|
|
22
35
|
};
|
|
23
|
-
}, "/v0">, "/">>;
|
|
36
|
+
}, "/v0">, "/", "/">>;
|
|
24
37
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/staking/stakes/searchStakes/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/staking/stakes/searchStakes/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAEjC,CAAC"}
|
|
@@ -15,10 +15,23 @@ export declare const SearchStakesV0: import("../../../../common/controller.js").
|
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
|
-
output:
|
|
18
|
+
output: {
|
|
19
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
20
|
+
platform: string;
|
|
21
|
+
owner: string;
|
|
22
|
+
stakeId: string;
|
|
23
|
+
activePackets: string;
|
|
24
|
+
rewardsClaimed: string;
|
|
25
|
+
isActive: boolean;
|
|
26
|
+
unlockTimestamp: string;
|
|
27
|
+
startTimestamp: string;
|
|
28
|
+
createdAt: string;
|
|
29
|
+
updatedAt: string;
|
|
30
|
+
poolId?: string | undefined;
|
|
31
|
+
}[];
|
|
19
32
|
outputFormat: "json";
|
|
20
33
|
status: 200;
|
|
21
34
|
};
|
|
22
35
|
};
|
|
23
|
-
}, "/">>;
|
|
36
|
+
}, "/", "/">>;
|
|
24
37
|
//# sourceMappingURL=searchStakes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"searchStakes.d.ts","sourceRoot":"","sources":["../../../../../src/staking/stakes/searchStakes/v0/searchStakes.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"searchStakes.d.ts","sourceRoot":"","sources":["../../../../../src/staking/stakes/searchStakes/v0/searchStakes.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAuDzB,CAAC"}
|
|
@@ -24,7 +24,15 @@ export declare const StakingTemplatesApi: import("../common/controller.js").IApi
|
|
|
24
24
|
hash: string | string[];
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
|
-
output:
|
|
27
|
+
output: {
|
|
28
|
+
poolId: never;
|
|
29
|
+
stakeId: never;
|
|
30
|
+
operator: `0x${string}`;
|
|
31
|
+
owner: `0x${string}`;
|
|
32
|
+
inputPacketsStaked: never;
|
|
33
|
+
stakeStartActiveTimestamp: never;
|
|
34
|
+
unlockTimestamp: never;
|
|
35
|
+
};
|
|
28
36
|
outputFormat: "json";
|
|
29
37
|
status: 200;
|
|
30
38
|
};
|
|
@@ -38,7 +46,11 @@ export declare const StakingTemplatesApi: import("../common/controller.js").IApi
|
|
|
38
46
|
hash: string | string[];
|
|
39
47
|
};
|
|
40
48
|
};
|
|
41
|
-
output:
|
|
49
|
+
output: {
|
|
50
|
+
poolId: never;
|
|
51
|
+
inputAssetKeeper: `0x${string}`;
|
|
52
|
+
rewardAssetHandler: `0x${string}`;
|
|
53
|
+
};
|
|
42
54
|
outputFormat: "json";
|
|
43
55
|
status: 200;
|
|
44
56
|
};
|
|
@@ -253,7 +265,15 @@ export declare const StakingTemplatesApi: import("../common/controller.js").IApi
|
|
|
253
265
|
hash: string | string[];
|
|
254
266
|
};
|
|
255
267
|
};
|
|
256
|
-
output:
|
|
268
|
+
output: {
|
|
269
|
+
poolId: never;
|
|
270
|
+
stakeId: never;
|
|
271
|
+
operator: `0x${string}`;
|
|
272
|
+
owner: `0x${string}`;
|
|
273
|
+
inputPacketsStaked: never;
|
|
274
|
+
stakeStartActiveTimestamp: never;
|
|
275
|
+
unlockTimestamp: never;
|
|
276
|
+
};
|
|
257
277
|
outputFormat: "json";
|
|
258
278
|
status: 200;
|
|
259
279
|
};
|
|
@@ -267,7 +287,11 @@ export declare const StakingTemplatesApi: import("../common/controller.js").IApi
|
|
|
267
287
|
hash: string | string[];
|
|
268
288
|
};
|
|
269
289
|
};
|
|
270
|
-
output:
|
|
290
|
+
output: {
|
|
291
|
+
poolId: never;
|
|
292
|
+
inputAssetKeeper: `0x${string}`;
|
|
293
|
+
rewardAssetHandler: `0x${string}`;
|
|
294
|
+
};
|
|
271
295
|
outputFormat: "json";
|
|
272
296
|
status: 200;
|
|
273
297
|
};
|
|
@@ -493,7 +517,15 @@ export declare const StakingTemplatesApi: import("../common/controller.js").IApi
|
|
|
493
517
|
hash: string | string[];
|
|
494
518
|
};
|
|
495
519
|
};
|
|
496
|
-
output:
|
|
520
|
+
output: {
|
|
521
|
+
poolId: never;
|
|
522
|
+
stakeId: never;
|
|
523
|
+
operator: `0x${string}`;
|
|
524
|
+
owner: `0x${string}`;
|
|
525
|
+
inputPacketsStaked: never;
|
|
526
|
+
stakeStartActiveTimestamp: never;
|
|
527
|
+
unlockTimestamp: never;
|
|
528
|
+
};
|
|
497
529
|
outputFormat: "json";
|
|
498
530
|
status: 200;
|
|
499
531
|
};
|
|
@@ -507,7 +539,11 @@ export declare const StakingTemplatesApi: import("../common/controller.js").IApi
|
|
|
507
539
|
hash: string | string[];
|
|
508
540
|
};
|
|
509
541
|
};
|
|
510
|
-
output:
|
|
542
|
+
output: {
|
|
543
|
+
poolId: never;
|
|
544
|
+
inputAssetKeeper: `0x${string}`;
|
|
545
|
+
rewardAssetHandler: `0x${string}`;
|
|
546
|
+
};
|
|
511
547
|
outputFormat: "json";
|
|
512
548
|
status: 200;
|
|
513
549
|
};
|
|
@@ -719,5 +755,5 @@ export declare const StakingTemplatesApi: import("../common/controller.js").IApi
|
|
|
719
755
|
status: 200;
|
|
720
756
|
};
|
|
721
757
|
};
|
|
722
|
-
}, "/distributeRewards">, "/v0">, "/rwa">, "/">>;
|
|
758
|
+
}, "/distributeRewards">, "/v0">, "/rwa">, "/", "/">>;
|
|
723
759
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/stakingTemplates/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/stakingTemplates/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAS9B,CAAC"}
|
|
@@ -8,10 +8,14 @@ export declare function createGetCreatePoolEventController(template: ITemplateHe
|
|
|
8
8
|
hash: string | string[];
|
|
9
9
|
};
|
|
10
10
|
};
|
|
11
|
-
output:
|
|
11
|
+
output: {
|
|
12
|
+
poolId: never;
|
|
13
|
+
inputAssetKeeper: `0x${string}`;
|
|
14
|
+
rewardAssetHandler: `0x${string}`;
|
|
15
|
+
};
|
|
12
16
|
outputFormat: "json";
|
|
13
17
|
status: 200;
|
|
14
18
|
};
|
|
15
19
|
};
|
|
16
|
-
}, "/">>;
|
|
20
|
+
}, "/", "/">>;
|
|
17
21
|
//# sourceMappingURL=getCreatePoolEvent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCreatePoolEvent.d.ts","sourceRoot":"","sources":["../../../../src/stakingTemplates/templates/common/getCreatePoolEvent.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,wBAAgB,kCAAkC,CAAC,QAAQ,EAAE,eAAe
|
|
1
|
+
{"version":3,"file":"getCreatePoolEvent.d.ts","sourceRoot":"","sources":["../../../../src/stakingTemplates/templates/common/getCreatePoolEvent.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,wBAAgB,kCAAkC,CAAC,QAAQ,EAAE,eAAe;;;;;;;;;;;;;;;;;;cAwC3E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPlatformDeployEvent.d.ts","sourceRoot":"","sources":["../../../../src/stakingTemplates/templates/common/getPlatformDeployEvent.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,wBAAgB,sCAAsC,CAAC,QAAQ,EAAE,eAAe;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"getPlatformDeployEvent.d.ts","sourceRoot":"","sources":["../../../../src/stakingTemplates/templates/common/getPlatformDeployEvent.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,wBAAgB,sCAAsC,CAAC,QAAQ,EAAE,eAAe;;;;;;;;;;;;;;;;;cAuC/E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getReward.d.ts","sourceRoot":"","sources":["../../../../src/stakingTemplates/templates/common/getReward.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,wBAAgB,yBAAyB,CAAC,QAAQ,EAAE,eAAe;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"getReward.d.ts","sourceRoot":"","sources":["../../../../src/stakingTemplates/templates/common/getReward.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,wBAAgB,yBAAyB,CAAC,QAAQ,EAAE,eAAe;;;;;;;;;;;;;;;;;;;;;;;cAuClE"}
|
|
@@ -8,10 +8,18 @@ export declare function createGetStakeEventController(template: ITemplateHelper)
|
|
|
8
8
|
hash: string | string[];
|
|
9
9
|
};
|
|
10
10
|
};
|
|
11
|
-
output:
|
|
11
|
+
output: {
|
|
12
|
+
poolId: never;
|
|
13
|
+
stakeId: never;
|
|
14
|
+
operator: `0x${string}`;
|
|
15
|
+
owner: `0x${string}`;
|
|
16
|
+
inputPacketsStaked: never;
|
|
17
|
+
stakeStartActiveTimestamp: never;
|
|
18
|
+
unlockTimestamp: never;
|
|
19
|
+
};
|
|
12
20
|
outputFormat: "json";
|
|
13
21
|
status: 200;
|
|
14
22
|
};
|
|
15
23
|
};
|
|
16
|
-
}, "/">>;
|
|
24
|
+
}, "/", "/">>;
|
|
17
25
|
//# sourceMappingURL=getStakeEvent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getStakeEvent.d.ts","sourceRoot":"","sources":["../../../../src/stakingTemplates/templates/common/getStakeEvent.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,wBAAgB,6BAA6B,CAAC,QAAQ,EAAE,eAAe
|
|
1
|
+
{"version":3,"file":"getStakeEvent.d.ts","sourceRoot":"","sources":["../../../../src/stakingTemplates/templates/common/getStakeEvent.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,wBAAgB,6BAA6B,CAAC,QAAQ,EAAE,eAAe;;;;;;;;;;;;;;;;;;;;;;cA4CtE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"partialUnstake.d.ts","sourceRoot":"","sources":["../../../../src/stakingTemplates/templates/common/partialUnstake.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,wBAAgB,8BAA8B,CAAC,QAAQ,EAAE,eAAe;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"partialUnstake.d.ts","sourceRoot":"","sources":["../../../../src/stakingTemplates/templates/common/partialUnstake.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,wBAAgB,8BAA8B,CAAC,QAAQ,EAAE,eAAe;;;;;;;;;;;;;;;;;;;;;;;;cA2CvE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unstake.d.ts","sourceRoot":"","sources":["../../../../src/stakingTemplates/templates/common/unstake.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,wBAAgB,uBAAuB,CAAC,QAAQ,EAAE,eAAe;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"unstake.d.ts","sourceRoot":"","sources":["../../../../src/stakingTemplates/templates/common/unstake.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,wBAAgB,uBAAuB,CAAC,QAAQ,EAAE,eAAe;;;;;;;;;;;;;;;;;;;;;;;cAuChE"}
|
|
@@ -24,7 +24,15 @@ export declare const ReputationTemplateController: import("../../../common/contr
|
|
|
24
24
|
hash: string | string[];
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
|
-
output:
|
|
27
|
+
output: {
|
|
28
|
+
poolId: never;
|
|
29
|
+
stakeId: never;
|
|
30
|
+
operator: `0x${string}`;
|
|
31
|
+
owner: `0x${string}`;
|
|
32
|
+
inputPacketsStaked: never;
|
|
33
|
+
stakeStartActiveTimestamp: never;
|
|
34
|
+
unlockTimestamp: never;
|
|
35
|
+
};
|
|
28
36
|
outputFormat: "json";
|
|
29
37
|
status: 200;
|
|
30
38
|
};
|
|
@@ -38,7 +46,11 @@ export declare const ReputationTemplateController: import("../../../common/contr
|
|
|
38
46
|
hash: string | string[];
|
|
39
47
|
};
|
|
40
48
|
};
|
|
41
|
-
output:
|
|
49
|
+
output: {
|
|
50
|
+
poolId: never;
|
|
51
|
+
inputAssetKeeper: `0x${string}`;
|
|
52
|
+
rewardAssetHandler: `0x${string}`;
|
|
53
|
+
};
|
|
42
54
|
outputFormat: "json";
|
|
43
55
|
status: 200;
|
|
44
56
|
};
|
|
@@ -227,5 +239,5 @@ export declare const ReputationTemplateController: import("../../../common/contr
|
|
|
227
239
|
status: 200;
|
|
228
240
|
};
|
|
229
241
|
};
|
|
230
|
-
}, "/createPlatform">, "/v0">, "/">>;
|
|
242
|
+
}, "/createPlatform">, "/v0">, "/", "/">>;
|
|
231
243
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/stakingTemplates/templates/reputation/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/stakingTemplates/templates/reputation/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAEvC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createPlatform.d.ts","sourceRoot":"","sources":["../../../../../src/stakingTemplates/templates/reputation/v0/createPlatform.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"createPlatform.d.ts","sourceRoot":"","sources":["../../../../../src/stakingTemplates/templates/reputation/v0/createPlatform.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAwDrC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createPool.d.ts","sourceRoot":"","sources":["../../../../../src/stakingTemplates/templates/reputation/v0/createPool.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"createPool.d.ts","sourceRoot":"","sources":["../../../../../src/stakingTemplates/templates/reputation/v0/createPool.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAgFjC,CAAC"}
|
|
@@ -24,7 +24,15 @@ export declare const ReputationTemplateV0: import("../../../../common/controller
|
|
|
24
24
|
hash: string | string[];
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
|
-
output:
|
|
27
|
+
output: {
|
|
28
|
+
poolId: never;
|
|
29
|
+
stakeId: never;
|
|
30
|
+
operator: `0x${string}`;
|
|
31
|
+
owner: `0x${string}`;
|
|
32
|
+
inputPacketsStaked: never;
|
|
33
|
+
stakeStartActiveTimestamp: never;
|
|
34
|
+
unlockTimestamp: never;
|
|
35
|
+
};
|
|
28
36
|
outputFormat: "json";
|
|
29
37
|
status: 200;
|
|
30
38
|
};
|
|
@@ -38,7 +46,11 @@ export declare const ReputationTemplateV0: import("../../../../common/controller
|
|
|
38
46
|
hash: string | string[];
|
|
39
47
|
};
|
|
40
48
|
};
|
|
41
|
-
output:
|
|
49
|
+
output: {
|
|
50
|
+
poolId: never;
|
|
51
|
+
inputAssetKeeper: `0x${string}`;
|
|
52
|
+
rewardAssetHandler: `0x${string}`;
|
|
53
|
+
};
|
|
42
54
|
outputFormat: "json";
|
|
43
55
|
status: 200;
|
|
44
56
|
};
|
|
@@ -227,5 +239,5 @@ export declare const ReputationTemplateV0: import("../../../../common/controller
|
|
|
227
239
|
status: 200;
|
|
228
240
|
};
|
|
229
241
|
};
|
|
230
|
-
}, "/createPlatform">, "/">>;
|
|
242
|
+
}, "/createPlatform">, "/", "/">>;
|
|
231
243
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/stakingTemplates/templates/reputation/v0/index.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/stakingTemplates/templates/reputation/v0/index.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAc/B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"restake.d.ts","sourceRoot":"","sources":["../../../../../src/stakingTemplates/templates/reputation/v0/restake.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"restake.d.ts","sourceRoot":"","sources":["../../../../../src/stakingTemplates/templates/reputation/v0/restake.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;aAyC9B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stake.d.ts","sourceRoot":"","sources":["../../../../../src/stakingTemplates/templates/reputation/v0/stake.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"stake.d.ts","sourceRoot":"","sources":["../../../../../src/stakingTemplates/templates/reputation/v0/stake.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;aA6C5B,CAAC"}
|
|
@@ -24,7 +24,15 @@ export declare const ReputationLockTemplateController: import("../../../common/c
|
|
|
24
24
|
hash: string | string[];
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
|
-
output:
|
|
27
|
+
output: {
|
|
28
|
+
poolId: never;
|
|
29
|
+
stakeId: never;
|
|
30
|
+
operator: `0x${string}`;
|
|
31
|
+
owner: `0x${string}`;
|
|
32
|
+
inputPacketsStaked: never;
|
|
33
|
+
stakeStartActiveTimestamp: never;
|
|
34
|
+
unlockTimestamp: never;
|
|
35
|
+
};
|
|
28
36
|
outputFormat: "json";
|
|
29
37
|
status: 200;
|
|
30
38
|
};
|
|
@@ -38,7 +46,11 @@ export declare const ReputationLockTemplateController: import("../../../common/c
|
|
|
38
46
|
hash: string | string[];
|
|
39
47
|
};
|
|
40
48
|
};
|
|
41
|
-
output:
|
|
49
|
+
output: {
|
|
50
|
+
poolId: never;
|
|
51
|
+
inputAssetKeeper: `0x${string}`;
|
|
52
|
+
rewardAssetHandler: `0x${string}`;
|
|
53
|
+
};
|
|
42
54
|
outputFormat: "json";
|
|
43
55
|
status: 200;
|
|
44
56
|
};
|
|
@@ -238,5 +250,5 @@ export declare const ReputationLockTemplateController: import("../../../common/c
|
|
|
238
250
|
status: 200;
|
|
239
251
|
};
|
|
240
252
|
};
|
|
241
|
-
}, "/createPlatform">, "/v0">, "/">>;
|
|
253
|
+
}, "/createPlatform">, "/v0">, "/", "/">>;
|
|
242
254
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/stakingTemplates/templates/reputationLock/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gCAAgC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/stakingTemplates/templates/reputationLock/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAE3C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createPlatform.d.ts","sourceRoot":"","sources":["../../../../../src/stakingTemplates/templates/reputationLock/v0/createPlatform.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"createPlatform.d.ts","sourceRoot":"","sources":["../../../../../src/stakingTemplates/templates/reputationLock/v0/createPlatform.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAwDzC,CAAC"}
|