@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
package/dist/app.d.ts
CHANGED
|
@@ -64,7 +64,15 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
64
64
|
};
|
|
65
65
|
};
|
|
66
66
|
};
|
|
67
|
-
output:
|
|
67
|
+
output: {
|
|
68
|
+
chainId: 11155111 | 31337;
|
|
69
|
+
platform: `0x${string}`;
|
|
70
|
+
rewardsHandler: `0x${string}`;
|
|
71
|
+
assetHandler: `0x${string}`;
|
|
72
|
+
txHash: `0x${string}`;
|
|
73
|
+
poolId: never;
|
|
74
|
+
createdAt: string & import("zod").$brand<"ISO">;
|
|
75
|
+
}[];
|
|
68
76
|
outputFormat: "json";
|
|
69
77
|
status: 200;
|
|
70
78
|
};
|
|
@@ -79,7 +87,15 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
79
87
|
platform: string | string[];
|
|
80
88
|
};
|
|
81
89
|
};
|
|
82
|
-
output:
|
|
90
|
+
output: {
|
|
91
|
+
chainId: 11155111 | 31337;
|
|
92
|
+
platform: `0x${string}`;
|
|
93
|
+
rewardsHandler: `0x${string}`;
|
|
94
|
+
assetHandler: `0x${string}`;
|
|
95
|
+
txHash: `0x${string}`;
|
|
96
|
+
poolId: never;
|
|
97
|
+
createdAt: string & import("zod").$brand<"ISO">;
|
|
98
|
+
};
|
|
83
99
|
outputFormat: "json";
|
|
84
100
|
status: 200;
|
|
85
101
|
};
|
|
@@ -101,7 +117,20 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
101
117
|
};
|
|
102
118
|
};
|
|
103
119
|
};
|
|
104
|
-
output:
|
|
120
|
+
output: {
|
|
121
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
122
|
+
platform: string;
|
|
123
|
+
owner: string;
|
|
124
|
+
stakeId: string;
|
|
125
|
+
activePackets: string;
|
|
126
|
+
rewardsClaimed: string;
|
|
127
|
+
isActive: boolean;
|
|
128
|
+
unlockTimestamp: string;
|
|
129
|
+
startTimestamp: string;
|
|
130
|
+
createdAt: string;
|
|
131
|
+
updatedAt: string;
|
|
132
|
+
poolId?: string | undefined;
|
|
133
|
+
}[];
|
|
105
134
|
outputFormat: "json";
|
|
106
135
|
status: 200;
|
|
107
136
|
};
|
|
@@ -123,7 +152,16 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
123
152
|
};
|
|
124
153
|
};
|
|
125
154
|
};
|
|
126
|
-
output:
|
|
155
|
+
output: {
|
|
156
|
+
id: string;
|
|
157
|
+
chainId: 11155111 | 31337;
|
|
158
|
+
platform: `0x${string}`;
|
|
159
|
+
owner: `0x${string}`;
|
|
160
|
+
stakeId: never;
|
|
161
|
+
createdAt: string & import("zod").$brand<"ISO">;
|
|
162
|
+
txHash: `0x${string}`;
|
|
163
|
+
poolId?: undefined;
|
|
164
|
+
}[];
|
|
127
165
|
outputFormat: "json";
|
|
128
166
|
status: 200;
|
|
129
167
|
};
|
|
@@ -138,7 +176,20 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
138
176
|
stakeId: string | string[];
|
|
139
177
|
};
|
|
140
178
|
};
|
|
141
|
-
output:
|
|
179
|
+
output: {
|
|
180
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
181
|
+
platform: string;
|
|
182
|
+
owner: string;
|
|
183
|
+
stakeId: string;
|
|
184
|
+
activePackets: string;
|
|
185
|
+
rewardsClaimed: string;
|
|
186
|
+
isActive: boolean;
|
|
187
|
+
unlockTimestamp: string;
|
|
188
|
+
startTimestamp: string;
|
|
189
|
+
createdAt: string;
|
|
190
|
+
updatedAt: string;
|
|
191
|
+
poolId?: string | undefined;
|
|
192
|
+
};
|
|
142
193
|
outputFormat: "json";
|
|
143
194
|
status: 200;
|
|
144
195
|
};
|
|
@@ -205,7 +256,15 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
205
256
|
};
|
|
206
257
|
};
|
|
207
258
|
};
|
|
208
|
-
output:
|
|
259
|
+
output: {
|
|
260
|
+
chainId: 11155111 | 31337;
|
|
261
|
+
platform: `0x${string}`;
|
|
262
|
+
roleId: `0x${string}`;
|
|
263
|
+
owner: `0x${string}`;
|
|
264
|
+
createdAt: string & import("zod").$brand<"ISO">;
|
|
265
|
+
updatedAt: string & import("zod").$brand<"ISO">;
|
|
266
|
+
poolId?: undefined;
|
|
267
|
+
}[];
|
|
209
268
|
outputFormat: "json";
|
|
210
269
|
status: 200;
|
|
211
270
|
};
|
|
@@ -227,12 +286,21 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
227
286
|
};
|
|
228
287
|
};
|
|
229
288
|
};
|
|
230
|
-
output:
|
|
289
|
+
output: {
|
|
290
|
+
id: string;
|
|
291
|
+
roleId: `0x${string}`;
|
|
292
|
+
chainId: 11155111 | 31337;
|
|
293
|
+
platform: `0x${string}`;
|
|
294
|
+
txHash: `0x${string}`;
|
|
295
|
+
owner: `0x${string}`;
|
|
296
|
+
isRevoked: boolean;
|
|
297
|
+
poolId?: undefined;
|
|
298
|
+
}[];
|
|
231
299
|
outputFormat: "json";
|
|
232
300
|
status: 200;
|
|
233
301
|
};
|
|
234
302
|
};
|
|
235
|
-
}, "/v0">, "/searchRoleEvents">, "/roles">, "/">;
|
|
303
|
+
}, "/v0">, "/searchRoleEvents">, "/roles">, "/", "/">;
|
|
236
304
|
stakingTemplates: import("hono/hono-base").HonoBase<import("./common/context.js").AppContext, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
237
305
|
"/": {
|
|
238
306
|
$get: {
|
|
@@ -259,7 +327,15 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
259
327
|
hash: string | string[];
|
|
260
328
|
};
|
|
261
329
|
};
|
|
262
|
-
output:
|
|
330
|
+
output: {
|
|
331
|
+
poolId: never;
|
|
332
|
+
stakeId: never;
|
|
333
|
+
operator: `0x${string}`;
|
|
334
|
+
owner: `0x${string}`;
|
|
335
|
+
inputPacketsStaked: never;
|
|
336
|
+
stakeStartActiveTimestamp: never;
|
|
337
|
+
unlockTimestamp: never;
|
|
338
|
+
};
|
|
263
339
|
outputFormat: "json";
|
|
264
340
|
status: 200;
|
|
265
341
|
};
|
|
@@ -273,7 +349,11 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
273
349
|
hash: string | string[];
|
|
274
350
|
};
|
|
275
351
|
};
|
|
276
|
-
output:
|
|
352
|
+
output: {
|
|
353
|
+
poolId: never;
|
|
354
|
+
inputAssetKeeper: `0x${string}`;
|
|
355
|
+
rewardAssetHandler: `0x${string}`;
|
|
356
|
+
};
|
|
277
357
|
outputFormat: "json";
|
|
278
358
|
status: 200;
|
|
279
359
|
};
|
|
@@ -488,7 +568,15 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
488
568
|
hash: string | string[];
|
|
489
569
|
};
|
|
490
570
|
};
|
|
491
|
-
output:
|
|
571
|
+
output: {
|
|
572
|
+
poolId: never;
|
|
573
|
+
stakeId: never;
|
|
574
|
+
operator: `0x${string}`;
|
|
575
|
+
owner: `0x${string}`;
|
|
576
|
+
inputPacketsStaked: never;
|
|
577
|
+
stakeStartActiveTimestamp: never;
|
|
578
|
+
unlockTimestamp: never;
|
|
579
|
+
};
|
|
492
580
|
outputFormat: "json";
|
|
493
581
|
status: 200;
|
|
494
582
|
};
|
|
@@ -502,7 +590,11 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
502
590
|
hash: string | string[];
|
|
503
591
|
};
|
|
504
592
|
};
|
|
505
|
-
output:
|
|
593
|
+
output: {
|
|
594
|
+
poolId: never;
|
|
595
|
+
inputAssetKeeper: `0x${string}`;
|
|
596
|
+
rewardAssetHandler: `0x${string}`;
|
|
597
|
+
};
|
|
506
598
|
outputFormat: "json";
|
|
507
599
|
status: 200;
|
|
508
600
|
};
|
|
@@ -728,7 +820,15 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
728
820
|
hash: string | string[];
|
|
729
821
|
};
|
|
730
822
|
};
|
|
731
|
-
output:
|
|
823
|
+
output: {
|
|
824
|
+
poolId: never;
|
|
825
|
+
stakeId: never;
|
|
826
|
+
operator: `0x${string}`;
|
|
827
|
+
owner: `0x${string}`;
|
|
828
|
+
inputPacketsStaked: never;
|
|
829
|
+
stakeStartActiveTimestamp: never;
|
|
830
|
+
unlockTimestamp: never;
|
|
831
|
+
};
|
|
732
832
|
outputFormat: "json";
|
|
733
833
|
status: 200;
|
|
734
834
|
};
|
|
@@ -742,7 +842,11 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
742
842
|
hash: string | string[];
|
|
743
843
|
};
|
|
744
844
|
};
|
|
745
|
-
output:
|
|
845
|
+
output: {
|
|
846
|
+
poolId: never;
|
|
847
|
+
inputAssetKeeper: `0x${string}`;
|
|
848
|
+
rewardAssetHandler: `0x${string}`;
|
|
849
|
+
};
|
|
746
850
|
outputFormat: "json";
|
|
747
851
|
status: 200;
|
|
748
852
|
};
|
|
@@ -954,7 +1058,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
954
1058
|
status: 200;
|
|
955
1059
|
};
|
|
956
1060
|
};
|
|
957
|
-
}, "/distributeRewards">, "/v0">, "/rwa">, "/">;
|
|
1061
|
+
}, "/distributeRewards">, "/v0">, "/rwa">, "/", "/">;
|
|
958
1062
|
fractions: import("hono/hono-base").HonoBase<import("./common/context.js").AppContext, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
959
1063
|
"/": {
|
|
960
1064
|
$get: {
|
|
@@ -978,7 +1082,27 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
978
1082
|
address: string | string[];
|
|
979
1083
|
};
|
|
980
1084
|
};
|
|
981
|
-
output:
|
|
1085
|
+
output: {
|
|
1086
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
1087
|
+
transactionHash: string;
|
|
1088
|
+
template: "unknown" | "default" | "compilot" | "continuous-withdrawal" | "continuous-withdrawal-nid" | "lending";
|
|
1089
|
+
contractAddress: string;
|
|
1090
|
+
adminAddress: string;
|
|
1091
|
+
wrapperAddress: string | null;
|
|
1092
|
+
burnAsset: {
|
|
1093
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
1094
|
+
address: string;
|
|
1095
|
+
type: string;
|
|
1096
|
+
symbol: string;
|
|
1097
|
+
name: string;
|
|
1098
|
+
tokenId: string | null;
|
|
1099
|
+
decimals?: number | undefined;
|
|
1100
|
+
burnable?: boolean | undefined;
|
|
1101
|
+
} | null;
|
|
1102
|
+
feesBps: number | null;
|
|
1103
|
+
createdAt: string;
|
|
1104
|
+
updatedAt: string;
|
|
1105
|
+
};
|
|
982
1106
|
outputFormat: "json";
|
|
983
1107
|
status: 200;
|
|
984
1108
|
};
|
|
@@ -998,7 +1122,27 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
998
1122
|
};
|
|
999
1123
|
};
|
|
1000
1124
|
};
|
|
1001
|
-
output:
|
|
1125
|
+
output: {
|
|
1126
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
1127
|
+
transactionHash: string;
|
|
1128
|
+
template: "unknown" | "default" | "compilot" | "continuous-withdrawal" | "continuous-withdrawal-nid" | "lending";
|
|
1129
|
+
contractAddress: string;
|
|
1130
|
+
adminAddress: string;
|
|
1131
|
+
wrapperAddress: string | null;
|
|
1132
|
+
burnAsset: {
|
|
1133
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
1134
|
+
address: string;
|
|
1135
|
+
type: string;
|
|
1136
|
+
symbol: string;
|
|
1137
|
+
name: string;
|
|
1138
|
+
tokenId: string | null;
|
|
1139
|
+
decimals?: number | undefined;
|
|
1140
|
+
burnable?: boolean | undefined;
|
|
1141
|
+
} | null;
|
|
1142
|
+
feesBps: number | null;
|
|
1143
|
+
createdAt: string;
|
|
1144
|
+
updatedAt: string;
|
|
1145
|
+
}[];
|
|
1002
1146
|
outputFormat: "json";
|
|
1003
1147
|
status: 200;
|
|
1004
1148
|
};
|
|
@@ -1662,7 +1806,40 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1662
1806
|
};
|
|
1663
1807
|
};
|
|
1664
1808
|
};
|
|
1665
|
-
output:
|
|
1809
|
+
output: {
|
|
1810
|
+
chainId: number;
|
|
1811
|
+
diamondAddress: `0x${string}`;
|
|
1812
|
+
createdAt: string;
|
|
1813
|
+
updatedAt: string;
|
|
1814
|
+
transactionHash: `0x${string}`;
|
|
1815
|
+
saleId: never;
|
|
1816
|
+
amount: never;
|
|
1817
|
+
fractionSale: {
|
|
1818
|
+
chainId: number;
|
|
1819
|
+
diamondAddress: `0x${string}`;
|
|
1820
|
+
createdAt: string;
|
|
1821
|
+
updatedAt: string;
|
|
1822
|
+
transactionHash: `0x${string}`;
|
|
1823
|
+
saleId: never;
|
|
1824
|
+
nftId: never;
|
|
1825
|
+
creator: `0x${string}`;
|
|
1826
|
+
status: string;
|
|
1827
|
+
fractionPrice: never;
|
|
1828
|
+
otcPrice: never;
|
|
1829
|
+
discountBp: never;
|
|
1830
|
+
softCap: null;
|
|
1831
|
+
hardCap: null;
|
|
1832
|
+
softCapPerAccount: null;
|
|
1833
|
+
hardCapPerAccount: null;
|
|
1834
|
+
cliffDate: string | null;
|
|
1835
|
+
totalVestingPeriod: null;
|
|
1836
|
+
portionPeriod: null;
|
|
1837
|
+
startDate: string | null;
|
|
1838
|
+
endDate: string | null;
|
|
1839
|
+
fractionsCreated: never;
|
|
1840
|
+
fractionsAddress: `0x${string}`;
|
|
1841
|
+
};
|
|
1842
|
+
}[];
|
|
1666
1843
|
outputFormat: "json";
|
|
1667
1844
|
status: 200;
|
|
1668
1845
|
};
|
|
@@ -1876,7 +2053,17 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1876
2053
|
walletAddress: string;
|
|
1877
2054
|
};
|
|
1878
2055
|
};
|
|
1879
|
-
output:
|
|
2056
|
+
output: {
|
|
2057
|
+
chainId: 1 | 11155111 | 31337 | 72080;
|
|
2058
|
+
platform: `0x${string}`;
|
|
2059
|
+
campaignId: never;
|
|
2060
|
+
totalClaims: number;
|
|
2061
|
+
lastClaimId: null;
|
|
2062
|
+
totalClaimed: {
|
|
2063
|
+
amount: `0x${string}`;
|
|
2064
|
+
tokenAddress: `0x${string}`;
|
|
2065
|
+
}[];
|
|
2066
|
+
};
|
|
1880
2067
|
outputFormat: "json";
|
|
1881
2068
|
status: 200;
|
|
1882
2069
|
};
|
|
@@ -1918,7 +2105,72 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1918
2105
|
};
|
|
1919
2106
|
};
|
|
1920
2107
|
};
|
|
1921
|
-
output:
|
|
2108
|
+
output: {
|
|
2109
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
2110
|
+
platform: string;
|
|
2111
|
+
campaignId: string;
|
|
2112
|
+
nftId: string;
|
|
2113
|
+
status: "finalized" | "created" | "approved" | "rejected" | "refunded";
|
|
2114
|
+
owner: string;
|
|
2115
|
+
fractions: {
|
|
2116
|
+
asset: {
|
|
2117
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
2118
|
+
address: string;
|
|
2119
|
+
type: string;
|
|
2120
|
+
symbol: string;
|
|
2121
|
+
name: string;
|
|
2122
|
+
tokenId: string | null;
|
|
2123
|
+
decimals?: number | undefined;
|
|
2124
|
+
burnable?: boolean | undefined;
|
|
2125
|
+
};
|
|
2126
|
+
totalFractions: string;
|
|
2127
|
+
price: string;
|
|
2128
|
+
};
|
|
2129
|
+
capitalization: {
|
|
2130
|
+
hardCap: string | null;
|
|
2131
|
+
hardCapPerAccount: string | null;
|
|
2132
|
+
softCap: string | null;
|
|
2133
|
+
softCapPerAccount: string | null;
|
|
2134
|
+
} | null;
|
|
2135
|
+
timeline: {
|
|
2136
|
+
startDate: string;
|
|
2137
|
+
endDate: string | null;
|
|
2138
|
+
} | null;
|
|
2139
|
+
vesting: {
|
|
2140
|
+
cliffDate: string;
|
|
2141
|
+
totalVestingPeriod: number;
|
|
2142
|
+
portionPeriod: number;
|
|
2143
|
+
} | null;
|
|
2144
|
+
wrappedAssets: {
|
|
2145
|
+
asset: {
|
|
2146
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
2147
|
+
address: string;
|
|
2148
|
+
type: string;
|
|
2149
|
+
symbol: string;
|
|
2150
|
+
name: string;
|
|
2151
|
+
tokenId: string | null;
|
|
2152
|
+
decimals?: number | undefined;
|
|
2153
|
+
burnable?: boolean | undefined;
|
|
2154
|
+
};
|
|
2155
|
+
wrappedAmount: string;
|
|
2156
|
+
}[];
|
|
2157
|
+
fundingAssets: {
|
|
2158
|
+
asset: {
|
|
2159
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
2160
|
+
address: string;
|
|
2161
|
+
type: string;
|
|
2162
|
+
symbol: string;
|
|
2163
|
+
name: string;
|
|
2164
|
+
tokenId: string | null;
|
|
2165
|
+
decimals?: number | undefined;
|
|
2166
|
+
burnable?: boolean | undefined;
|
|
2167
|
+
};
|
|
2168
|
+
amountPerPacket: string;
|
|
2169
|
+
}[];
|
|
2170
|
+
transactionHash: string;
|
|
2171
|
+
createdAt: string;
|
|
2172
|
+
updatedAt: string;
|
|
2173
|
+
}[];
|
|
1922
2174
|
outputFormat: "json";
|
|
1923
2175
|
status: 200;
|
|
1924
2176
|
};
|
|
@@ -2231,7 +2483,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2231
2483
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2232
2484
|
};
|
|
2233
2485
|
};
|
|
2234
|
-
}, "/">, "/statistics">, "/">;
|
|
2486
|
+
}, "/">, "/statistics">, "/", "/">;
|
|
2235
2487
|
general: import("hono/hono-base").HonoBase<import("./common/context.js").AppContext, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
2236
2488
|
"/": {
|
|
2237
2489
|
$post: {
|
|
@@ -2318,7 +2570,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2318
2570
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2319
2571
|
};
|
|
2320
2572
|
};
|
|
2321
|
-
}, "/searchBalances">, "/">;
|
|
2573
|
+
}, "/searchBalances">, "/", "/">;
|
|
2322
2574
|
issuance: import("hono/hono-base").HonoBase<import("./common/context.js").AppContext, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
2323
2575
|
"/": {
|
|
2324
2576
|
$post: {
|
|
@@ -2347,6 +2599,54 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2347
2599
|
};
|
|
2348
2600
|
};
|
|
2349
2601
|
}, "/deploy"> | import("hono/types").MergeSchemaPath<{
|
|
2602
|
+
"/": {
|
|
2603
|
+
$post: {
|
|
2604
|
+
input: {
|
|
2605
|
+
json: {
|
|
2606
|
+
tokenAddress: string;
|
|
2607
|
+
name: string;
|
|
2608
|
+
symbol: string;
|
|
2609
|
+
cap: string;
|
|
2610
|
+
defaultAdmin: string;
|
|
2611
|
+
minter: string;
|
|
2612
|
+
};
|
|
2613
|
+
};
|
|
2614
|
+
output: {
|
|
2615
|
+
data: `0x${string}`;
|
|
2616
|
+
to: `0x${string}`;
|
|
2617
|
+
details: {
|
|
2618
|
+
functionName: string;
|
|
2619
|
+
address: `0x${string}`;
|
|
2620
|
+
abi: any[];
|
|
2621
|
+
args: any[];
|
|
2622
|
+
};
|
|
2623
|
+
};
|
|
2624
|
+
outputFormat: "json";
|
|
2625
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2626
|
+
};
|
|
2627
|
+
};
|
|
2628
|
+
}, "/initialize"> | import("hono/types").MergeSchemaPath<{
|
|
2629
|
+
"/": {
|
|
2630
|
+
$get: {
|
|
2631
|
+
input: {
|
|
2632
|
+
query: {
|
|
2633
|
+
chainId: string | string[];
|
|
2634
|
+
hash: string | string[];
|
|
2635
|
+
};
|
|
2636
|
+
};
|
|
2637
|
+
output: {
|
|
2638
|
+
proxy: `0x${string}`;
|
|
2639
|
+
admin: `0x${string}`;
|
|
2640
|
+
minter: `0x${string}`;
|
|
2641
|
+
supplyCap: string;
|
|
2642
|
+
name: string;
|
|
2643
|
+
symbol: string;
|
|
2644
|
+
};
|
|
2645
|
+
outputFormat: "json";
|
|
2646
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2647
|
+
};
|
|
2648
|
+
};
|
|
2649
|
+
}, "/getDeployEvent"> | import("hono/types").MergeSchemaPath<{
|
|
2350
2650
|
"/": {
|
|
2351
2651
|
$post: {
|
|
2352
2652
|
input: {
|
|
@@ -2375,6 +2675,34 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2375
2675
|
};
|
|
2376
2676
|
};
|
|
2377
2677
|
}, "/deployGated"> | import("hono/types").MergeSchemaPath<{
|
|
2678
|
+
"/": {
|
|
2679
|
+
$post: {
|
|
2680
|
+
input: {
|
|
2681
|
+
json: {
|
|
2682
|
+
tokenAddress: string;
|
|
2683
|
+
name: string;
|
|
2684
|
+
symbol: string;
|
|
2685
|
+
cap: string;
|
|
2686
|
+
defaultAdmin: string;
|
|
2687
|
+
minter: string;
|
|
2688
|
+
gatingSigner?: string | undefined;
|
|
2689
|
+
};
|
|
2690
|
+
};
|
|
2691
|
+
output: {
|
|
2692
|
+
data: `0x${string}`;
|
|
2693
|
+
to: `0x${string}`;
|
|
2694
|
+
details: {
|
|
2695
|
+
functionName: string;
|
|
2696
|
+
address: `0x${string}`;
|
|
2697
|
+
abi: any[];
|
|
2698
|
+
args: any[];
|
|
2699
|
+
};
|
|
2700
|
+
};
|
|
2701
|
+
outputFormat: "json";
|
|
2702
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2703
|
+
};
|
|
2704
|
+
};
|
|
2705
|
+
}, "/initializeGated"> | import("hono/types").MergeSchemaPath<{
|
|
2378
2706
|
"/": {
|
|
2379
2707
|
$get: {
|
|
2380
2708
|
input: {
|
|
@@ -2395,7 +2723,55 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2395
2723
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2396
2724
|
};
|
|
2397
2725
|
};
|
|
2398
|
-
}, "/
|
|
2726
|
+
}, "/getDeployEventGated"> | import("hono/types").MergeSchemaPath<{
|
|
2727
|
+
"/": {
|
|
2728
|
+
$get: {
|
|
2729
|
+
input: {};
|
|
2730
|
+
output: {
|
|
2731
|
+
bytecode: `0x${string}`;
|
|
2732
|
+
abi: any[];
|
|
2733
|
+
args?: any[] | undefined;
|
|
2734
|
+
};
|
|
2735
|
+
outputFormat: "json";
|
|
2736
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2737
|
+
};
|
|
2738
|
+
};
|
|
2739
|
+
}, "/deployGatedSimple"> | import("hono/types").MergeSchemaPath<{
|
|
2740
|
+
"/": {
|
|
2741
|
+
$post: {
|
|
2742
|
+
input: {
|
|
2743
|
+
json: {
|
|
2744
|
+
tokenName: string;
|
|
2745
|
+
tokenSymbol: string;
|
|
2746
|
+
cap: string;
|
|
2747
|
+
defaultAdmin: string;
|
|
2748
|
+
minter: string;
|
|
2749
|
+
};
|
|
2750
|
+
};
|
|
2751
|
+
output: {
|
|
2752
|
+
data: `0x${string}`;
|
|
2753
|
+
};
|
|
2754
|
+
outputFormat: "json";
|
|
2755
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2756
|
+
};
|
|
2757
|
+
};
|
|
2758
|
+
}, "/getInitData"> | import("hono/types").MergeSchemaPath<{
|
|
2759
|
+
"/": {
|
|
2760
|
+
$get: {
|
|
2761
|
+
input: {
|
|
2762
|
+
query: {
|
|
2763
|
+
chainId: string | string[];
|
|
2764
|
+
hash: string | string[];
|
|
2765
|
+
};
|
|
2766
|
+
};
|
|
2767
|
+
output: {
|
|
2768
|
+
contractAddress: `0x${string}`;
|
|
2769
|
+
};
|
|
2770
|
+
outputFormat: "json";
|
|
2771
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2772
|
+
};
|
|
2773
|
+
};
|
|
2774
|
+
}, "/getDeployEventGatedSimple"> | import("hono/types").MergeSchemaPath<{
|
|
2399
2775
|
"/": {
|
|
2400
2776
|
$post: {
|
|
2401
2777
|
input: {
|
|
@@ -2613,7 +2989,34 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2613
2989
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2614
2990
|
};
|
|
2615
2991
|
};
|
|
2616
|
-
}, "/renounceRole"> | import("hono/types").MergeSchemaPath<{
|
|
2992
|
+
}, "/renounceRole">, "/erc20"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
2993
|
+
"/": {
|
|
2994
|
+
$post: {
|
|
2995
|
+
input: {
|
|
2996
|
+
json: {
|
|
2997
|
+
chainId: 11155111 | 72080;
|
|
2998
|
+
tokenName: string;
|
|
2999
|
+
tokenSymbol: string;
|
|
3000
|
+
baseURI: string;
|
|
3001
|
+
defaultTokenAdmin: string;
|
|
3002
|
+
minter: string;
|
|
3003
|
+
};
|
|
3004
|
+
};
|
|
3005
|
+
output: {
|
|
3006
|
+
data: `0x${string}`;
|
|
3007
|
+
to: `0x${string}`;
|
|
3008
|
+
details: {
|
|
3009
|
+
functionName: string;
|
|
3010
|
+
address: `0x${string}`;
|
|
3011
|
+
abi: any[];
|
|
3012
|
+
args: any[];
|
|
3013
|
+
};
|
|
3014
|
+
};
|
|
3015
|
+
outputFormat: "json";
|
|
3016
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3017
|
+
};
|
|
3018
|
+
};
|
|
3019
|
+
}, "/deploy"> | import("hono/types").MergeSchemaPath<{
|
|
2617
3020
|
"/": {
|
|
2618
3021
|
$post: {
|
|
2619
3022
|
input: {
|
|
@@ -2621,10 +3024,9 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2621
3024
|
tokenAddress: string;
|
|
2622
3025
|
name: string;
|
|
2623
3026
|
symbol: string;
|
|
2624
|
-
|
|
3027
|
+
baseURI: string;
|
|
2625
3028
|
defaultAdmin: string;
|
|
2626
3029
|
minter: string;
|
|
2627
|
-
gatingSigner?: string | undefined;
|
|
2628
3030
|
};
|
|
2629
3031
|
};
|
|
2630
3032
|
output: {
|
|
@@ -2641,7 +3043,28 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2641
3043
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2642
3044
|
};
|
|
2643
3045
|
};
|
|
2644
|
-
}, "/initialize"
|
|
3046
|
+
}, "/initialize"> | import("hono/types").MergeSchemaPath<{
|
|
3047
|
+
"/": {
|
|
3048
|
+
$get: {
|
|
3049
|
+
input: {
|
|
3050
|
+
query: {
|
|
3051
|
+
chainId: string | string[];
|
|
3052
|
+
hash: string | string[];
|
|
3053
|
+
};
|
|
3054
|
+
};
|
|
3055
|
+
output: {
|
|
3056
|
+
proxy: `0x${string}`;
|
|
3057
|
+
admin: `0x${string}`;
|
|
3058
|
+
minter: `0x${string}`;
|
|
3059
|
+
name: string;
|
|
3060
|
+
symbol: string;
|
|
3061
|
+
baseURI: string;
|
|
3062
|
+
};
|
|
3063
|
+
outputFormat: "json";
|
|
3064
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3065
|
+
};
|
|
3066
|
+
};
|
|
3067
|
+
}, "/getDeployEvent"> | import("hono/types").MergeSchemaPath<{
|
|
2645
3068
|
"/": {
|
|
2646
3069
|
$post: {
|
|
2647
3070
|
input: {
|
|
@@ -2652,6 +3075,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2652
3075
|
baseURI: string;
|
|
2653
3076
|
defaultTokenAdmin: string;
|
|
2654
3077
|
minter: string;
|
|
3078
|
+
gatingSigner?: string | undefined;
|
|
2655
3079
|
};
|
|
2656
3080
|
};
|
|
2657
3081
|
output: {
|
|
@@ -2668,16 +3092,16 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2668
3092
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2669
3093
|
};
|
|
2670
3094
|
};
|
|
2671
|
-
}, "/
|
|
3095
|
+
}, "/deployGated"> | import("hono/types").MergeSchemaPath<{
|
|
2672
3096
|
"/": {
|
|
2673
3097
|
$post: {
|
|
2674
3098
|
input: {
|
|
2675
3099
|
json: {
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
3100
|
+
tokenAddress: string;
|
|
3101
|
+
name: string;
|
|
3102
|
+
symbol: string;
|
|
2679
3103
|
baseURI: string;
|
|
2680
|
-
|
|
3104
|
+
defaultAdmin: string;
|
|
2681
3105
|
minter: string;
|
|
2682
3106
|
gatingSigner?: string | undefined;
|
|
2683
3107
|
};
|
|
@@ -2696,7 +3120,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2696
3120
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2697
3121
|
};
|
|
2698
3122
|
};
|
|
2699
|
-
}, "/
|
|
3123
|
+
}, "/initializeGated"> | import("hono/types").MergeSchemaPath<{
|
|
2700
3124
|
"/": {
|
|
2701
3125
|
$get: {
|
|
2702
3126
|
input: {
|
|
@@ -2717,7 +3141,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2717
3141
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2718
3142
|
};
|
|
2719
3143
|
};
|
|
2720
|
-
}, "/
|
|
3144
|
+
}, "/getDeployEventGated"> | import("hono/types").MergeSchemaPath<{
|
|
2721
3145
|
"/": {
|
|
2722
3146
|
$post: {
|
|
2723
3147
|
input: {
|
|
@@ -2957,34 +3381,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2957
3381
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2958
3382
|
};
|
|
2959
3383
|
};
|
|
2960
|
-
}, "/setTokenURI"> | import("hono/types").MergeSchemaPath<{
|
|
2961
|
-
"/": {
|
|
2962
|
-
$post: {
|
|
2963
|
-
input: {
|
|
2964
|
-
json: {
|
|
2965
|
-
tokenAddress: string;
|
|
2966
|
-
name: string;
|
|
2967
|
-
symbol: string;
|
|
2968
|
-
baseURI: string;
|
|
2969
|
-
defaultAdmin: string;
|
|
2970
|
-
minter: string;
|
|
2971
|
-
};
|
|
2972
|
-
};
|
|
2973
|
-
output: {
|
|
2974
|
-
data: `0x${string}`;
|
|
2975
|
-
to: `0x${string}`;
|
|
2976
|
-
details: {
|
|
2977
|
-
functionName: string;
|
|
2978
|
-
address: `0x${string}`;
|
|
2979
|
-
abi: any[];
|
|
2980
|
-
args: any[];
|
|
2981
|
-
};
|
|
2982
|
-
};
|
|
2983
|
-
outputFormat: "json";
|
|
2984
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2985
|
-
};
|
|
2986
|
-
};
|
|
2987
|
-
}, "/initialize">, "/erc721"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
3384
|
+
}, "/setTokenURI">, "/erc721"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
2988
3385
|
"/": {
|
|
2989
3386
|
$get: {
|
|
2990
3387
|
input: {};
|
|
@@ -3041,7 +3438,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3041
3438
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3042
3439
|
};
|
|
3043
3440
|
};
|
|
3044
|
-
}, "/upgradeTransparentProxy">, "/proxy">, "/">;
|
|
3441
|
+
}, "/upgradeTransparentProxy">, "/proxy">, "/", "/">;
|
|
3045
3442
|
};
|
|
3046
3443
|
nextApps: {
|
|
3047
3444
|
fractions: import("hono/hono-base").HonoBase<import("./common/context.js").AppContext, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
@@ -3317,11 +3714,9 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3317
3714
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3318
3715
|
};
|
|
3319
3716
|
};
|
|
3320
|
-
}, "/buyback">, "/lending">, "/">;
|
|
3717
|
+
}, "/buyback">, "/lending">, "/", "/">;
|
|
3321
3718
|
};
|
|
3322
|
-
composite: import("hono/hono-base").HonoBase<import("./common/context.js").AppContext,
|
|
3323
|
-
"/*": {};
|
|
3324
|
-
}, "/">;
|
|
3719
|
+
composite: import("hono/hono-base").HonoBase<import("./common/context.js").AppContext, import("hono/types").BlankSchema, "/", "/*">;
|
|
3325
3720
|
};
|
|
3326
3721
|
export type IApps = ReturnType<typeof buildApps>["apps"];
|
|
3327
3722
|
export type INextApps = ReturnType<typeof buildApps>["nextApps"];
|