@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
|
@@ -21,7 +21,27 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
21
21
|
address: string | string[];
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
|
-
output:
|
|
24
|
+
output: {
|
|
25
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
26
|
+
transactionHash: string;
|
|
27
|
+
template: "unknown" | "default" | "compilot" | "continuous-withdrawal" | "continuous-withdrawal-nid" | "lending";
|
|
28
|
+
contractAddress: string;
|
|
29
|
+
adminAddress: string;
|
|
30
|
+
wrapperAddress: string | null;
|
|
31
|
+
burnAsset: {
|
|
32
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
33
|
+
address: string;
|
|
34
|
+
type: string;
|
|
35
|
+
symbol: string;
|
|
36
|
+
name: string;
|
|
37
|
+
tokenId: string | null;
|
|
38
|
+
decimals?: number | undefined;
|
|
39
|
+
burnable?: boolean | undefined;
|
|
40
|
+
} | null;
|
|
41
|
+
feesBps: number | null;
|
|
42
|
+
createdAt: string;
|
|
43
|
+
updatedAt: string;
|
|
44
|
+
};
|
|
25
45
|
outputFormat: "json";
|
|
26
46
|
status: 200;
|
|
27
47
|
};
|
|
@@ -41,7 +61,27 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
41
61
|
};
|
|
42
62
|
};
|
|
43
63
|
};
|
|
44
|
-
output:
|
|
64
|
+
output: {
|
|
65
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
66
|
+
transactionHash: string;
|
|
67
|
+
template: "unknown" | "default" | "compilot" | "continuous-withdrawal" | "continuous-withdrawal-nid" | "lending";
|
|
68
|
+
contractAddress: string;
|
|
69
|
+
adminAddress: string;
|
|
70
|
+
wrapperAddress: string | null;
|
|
71
|
+
burnAsset: {
|
|
72
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
73
|
+
address: string;
|
|
74
|
+
type: string;
|
|
75
|
+
symbol: string;
|
|
76
|
+
name: string;
|
|
77
|
+
tokenId: string | null;
|
|
78
|
+
decimals?: number | undefined;
|
|
79
|
+
burnable?: boolean | undefined;
|
|
80
|
+
} | null;
|
|
81
|
+
feesBps: number | null;
|
|
82
|
+
createdAt: string;
|
|
83
|
+
updatedAt: string;
|
|
84
|
+
}[];
|
|
45
85
|
outputFormat: "json";
|
|
46
86
|
status: 200;
|
|
47
87
|
};
|
|
@@ -705,7 +745,40 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
705
745
|
};
|
|
706
746
|
};
|
|
707
747
|
};
|
|
708
|
-
output:
|
|
748
|
+
output: {
|
|
749
|
+
chainId: number;
|
|
750
|
+
diamondAddress: `0x${string}`;
|
|
751
|
+
createdAt: string;
|
|
752
|
+
updatedAt: string;
|
|
753
|
+
transactionHash: `0x${string}`;
|
|
754
|
+
saleId: never;
|
|
755
|
+
amount: never;
|
|
756
|
+
fractionSale: {
|
|
757
|
+
chainId: number;
|
|
758
|
+
diamondAddress: `0x${string}`;
|
|
759
|
+
createdAt: string;
|
|
760
|
+
updatedAt: string;
|
|
761
|
+
transactionHash: `0x${string}`;
|
|
762
|
+
saleId: never;
|
|
763
|
+
nftId: never;
|
|
764
|
+
creator: `0x${string}`;
|
|
765
|
+
status: string;
|
|
766
|
+
fractionPrice: never;
|
|
767
|
+
otcPrice: never;
|
|
768
|
+
discountBp: never;
|
|
769
|
+
softCap: null;
|
|
770
|
+
hardCap: null;
|
|
771
|
+
softCapPerAccount: null;
|
|
772
|
+
hardCapPerAccount: null;
|
|
773
|
+
cliffDate: string | null;
|
|
774
|
+
totalVestingPeriod: null;
|
|
775
|
+
portionPeriod: null;
|
|
776
|
+
startDate: string | null;
|
|
777
|
+
endDate: string | null;
|
|
778
|
+
fractionsCreated: never;
|
|
779
|
+
fractionsAddress: `0x${string}`;
|
|
780
|
+
};
|
|
781
|
+
}[];
|
|
709
782
|
outputFormat: "json";
|
|
710
783
|
status: 200;
|
|
711
784
|
};
|
|
@@ -919,7 +992,17 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
919
992
|
walletAddress: string;
|
|
920
993
|
};
|
|
921
994
|
};
|
|
922
|
-
output:
|
|
995
|
+
output: {
|
|
996
|
+
chainId: 1 | 11155111 | 31337 | 72080;
|
|
997
|
+
platform: `0x${string}`;
|
|
998
|
+
campaignId: never;
|
|
999
|
+
totalClaims: number;
|
|
1000
|
+
lastClaimId: null;
|
|
1001
|
+
totalClaimed: {
|
|
1002
|
+
amount: `0x${string}`;
|
|
1003
|
+
tokenAddress: `0x${string}`;
|
|
1004
|
+
}[];
|
|
1005
|
+
};
|
|
923
1006
|
outputFormat: "json";
|
|
924
1007
|
status: 200;
|
|
925
1008
|
};
|
|
@@ -961,7 +1044,72 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
961
1044
|
};
|
|
962
1045
|
};
|
|
963
1046
|
};
|
|
964
|
-
output:
|
|
1047
|
+
output: {
|
|
1048
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
1049
|
+
platform: string;
|
|
1050
|
+
campaignId: string;
|
|
1051
|
+
nftId: string;
|
|
1052
|
+
status: "finalized" | "created" | "approved" | "rejected" | "refunded";
|
|
1053
|
+
owner: string;
|
|
1054
|
+
fractions: {
|
|
1055
|
+
asset: {
|
|
1056
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
1057
|
+
address: string;
|
|
1058
|
+
type: string;
|
|
1059
|
+
symbol: string;
|
|
1060
|
+
name: string;
|
|
1061
|
+
tokenId: string | null;
|
|
1062
|
+
decimals?: number | undefined;
|
|
1063
|
+
burnable?: boolean | undefined;
|
|
1064
|
+
};
|
|
1065
|
+
totalFractions: string;
|
|
1066
|
+
price: string;
|
|
1067
|
+
};
|
|
1068
|
+
capitalization: {
|
|
1069
|
+
hardCap: string | null;
|
|
1070
|
+
hardCapPerAccount: string | null;
|
|
1071
|
+
softCap: string | null;
|
|
1072
|
+
softCapPerAccount: string | null;
|
|
1073
|
+
} | null;
|
|
1074
|
+
timeline: {
|
|
1075
|
+
startDate: string;
|
|
1076
|
+
endDate: string | null;
|
|
1077
|
+
} | null;
|
|
1078
|
+
vesting: {
|
|
1079
|
+
cliffDate: string;
|
|
1080
|
+
totalVestingPeriod: number;
|
|
1081
|
+
portionPeriod: number;
|
|
1082
|
+
} | null;
|
|
1083
|
+
wrappedAssets: {
|
|
1084
|
+
asset: {
|
|
1085
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
1086
|
+
address: string;
|
|
1087
|
+
type: string;
|
|
1088
|
+
symbol: string;
|
|
1089
|
+
name: string;
|
|
1090
|
+
tokenId: string | null;
|
|
1091
|
+
decimals?: number | undefined;
|
|
1092
|
+
burnable?: boolean | undefined;
|
|
1093
|
+
};
|
|
1094
|
+
wrappedAmount: string;
|
|
1095
|
+
}[];
|
|
1096
|
+
fundingAssets: {
|
|
1097
|
+
asset: {
|
|
1098
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
1099
|
+
address: string;
|
|
1100
|
+
type: string;
|
|
1101
|
+
symbol: string;
|
|
1102
|
+
name: string;
|
|
1103
|
+
tokenId: string | null;
|
|
1104
|
+
decimals?: number | undefined;
|
|
1105
|
+
burnable?: boolean | undefined;
|
|
1106
|
+
};
|
|
1107
|
+
amountPerPacket: string;
|
|
1108
|
+
}[];
|
|
1109
|
+
transactionHash: string;
|
|
1110
|
+
createdAt: string;
|
|
1111
|
+
updatedAt: string;
|
|
1112
|
+
}[];
|
|
965
1113
|
outputFormat: "json";
|
|
966
1114
|
status: 200;
|
|
967
1115
|
};
|
|
@@ -1274,5 +1422,5 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
1274
1422
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1275
1423
|
};
|
|
1276
1424
|
};
|
|
1277
|
-
}, "/">, "/statistics">, "/">>;
|
|
1425
|
+
}, "/">, "/statistics">, "/", "/">>;
|
|
1278
1426
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/fractions/index.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/fractions/index.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mCAavB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDeployEvent.d.ts","sourceRoot":"","sources":["../../../src/fractions/markets/getDeployEvent.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"getDeployEvent.d.ts","sourceRoot":"","sources":["../../../src/fractions/markets/getDeployEvent.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;aAsCzC,CAAC"}
|
|
@@ -21,10 +21,30 @@ export declare const GetMarketV0: import("../../../common/controller.js").IContr
|
|
|
21
21
|
address: string | string[];
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
|
-
output:
|
|
24
|
+
output: {
|
|
25
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
26
|
+
transactionHash: string;
|
|
27
|
+
template: "unknown" | "default" | "compilot" | "continuous-withdrawal" | "continuous-withdrawal-nid" | "lending";
|
|
28
|
+
contractAddress: string;
|
|
29
|
+
adminAddress: string;
|
|
30
|
+
wrapperAddress: string | null;
|
|
31
|
+
burnAsset: {
|
|
32
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
33
|
+
address: string;
|
|
34
|
+
type: string;
|
|
35
|
+
symbol: string;
|
|
36
|
+
name: string;
|
|
37
|
+
tokenId: string | null;
|
|
38
|
+
decimals?: number | undefined;
|
|
39
|
+
burnable?: boolean | undefined;
|
|
40
|
+
} | null;
|
|
41
|
+
feesBps: number | null;
|
|
42
|
+
createdAt: string;
|
|
43
|
+
updatedAt: string;
|
|
44
|
+
};
|
|
25
45
|
outputFormat: "json";
|
|
26
46
|
status: 200;
|
|
27
47
|
};
|
|
28
48
|
};
|
|
29
|
-
}, "/">>;
|
|
49
|
+
}, "/", "/">>;
|
|
30
50
|
//# sourceMappingURL=getMarket.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getMarket.d.ts","sourceRoot":"","sources":["../../../../src/fractions/markets/getMarket/getMarket.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"getMarket.d.ts","sourceRoot":"","sources":["../../../../src/fractions/markets/getMarket/getMarket.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAsEtB,CAAC"}
|
|
@@ -21,10 +21,30 @@ export declare const GetMarketController: import("../../../common/controller.js"
|
|
|
21
21
|
address: string | string[];
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
|
-
output:
|
|
24
|
+
output: {
|
|
25
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
26
|
+
transactionHash: string;
|
|
27
|
+
template: "unknown" | "default" | "compilot" | "continuous-withdrawal" | "continuous-withdrawal-nid" | "lending";
|
|
28
|
+
contractAddress: string;
|
|
29
|
+
adminAddress: string;
|
|
30
|
+
wrapperAddress: string | null;
|
|
31
|
+
burnAsset: {
|
|
32
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
33
|
+
address: string;
|
|
34
|
+
type: string;
|
|
35
|
+
symbol: string;
|
|
36
|
+
name: string;
|
|
37
|
+
tokenId: string | null;
|
|
38
|
+
decimals?: number | undefined;
|
|
39
|
+
burnable?: boolean | undefined;
|
|
40
|
+
} | null;
|
|
41
|
+
feesBps: number | null;
|
|
42
|
+
createdAt: string;
|
|
43
|
+
updatedAt: string;
|
|
44
|
+
};
|
|
25
45
|
outputFormat: "json";
|
|
26
46
|
status: 200;
|
|
27
47
|
};
|
|
28
48
|
};
|
|
29
|
-
}, "/">, "/">>;
|
|
49
|
+
}, "/">, "/", "/">>;
|
|
30
50
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/fractions/markets/getMarket/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/fractions/markets/getMarket/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAE9B,CAAC"}
|
|
@@ -21,7 +21,27 @@ export declare const MarketsController: import("../../common/controller.js").ICo
|
|
|
21
21
|
address: string | string[];
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
|
-
output:
|
|
24
|
+
output: {
|
|
25
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
26
|
+
transactionHash: string;
|
|
27
|
+
template: "unknown" | "default" | "compilot" | "continuous-withdrawal" | "continuous-withdrawal-nid" | "lending";
|
|
28
|
+
contractAddress: string;
|
|
29
|
+
adminAddress: string;
|
|
30
|
+
wrapperAddress: string | null;
|
|
31
|
+
burnAsset: {
|
|
32
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
33
|
+
address: string;
|
|
34
|
+
type: string;
|
|
35
|
+
symbol: string;
|
|
36
|
+
name: string;
|
|
37
|
+
tokenId: string | null;
|
|
38
|
+
decimals?: number | undefined;
|
|
39
|
+
burnable?: boolean | undefined;
|
|
40
|
+
} | null;
|
|
41
|
+
feesBps: number | null;
|
|
42
|
+
createdAt: string;
|
|
43
|
+
updatedAt: string;
|
|
44
|
+
};
|
|
25
45
|
outputFormat: "json";
|
|
26
46
|
status: 200;
|
|
27
47
|
};
|
|
@@ -41,7 +61,27 @@ export declare const MarketsController: import("../../common/controller.js").ICo
|
|
|
41
61
|
};
|
|
42
62
|
};
|
|
43
63
|
};
|
|
44
|
-
output:
|
|
64
|
+
output: {
|
|
65
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
66
|
+
transactionHash: string;
|
|
67
|
+
template: "unknown" | "default" | "compilot" | "continuous-withdrawal" | "continuous-withdrawal-nid" | "lending";
|
|
68
|
+
contractAddress: string;
|
|
69
|
+
adminAddress: string;
|
|
70
|
+
wrapperAddress: string | null;
|
|
71
|
+
burnAsset: {
|
|
72
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
73
|
+
address: string;
|
|
74
|
+
type: string;
|
|
75
|
+
symbol: string;
|
|
76
|
+
name: string;
|
|
77
|
+
tokenId: string | null;
|
|
78
|
+
decimals?: number | undefined;
|
|
79
|
+
burnable?: boolean | undefined;
|
|
80
|
+
} | null;
|
|
81
|
+
feesBps: number | null;
|
|
82
|
+
createdAt: string;
|
|
83
|
+
updatedAt: string;
|
|
84
|
+
}[];
|
|
45
85
|
outputFormat: "json";
|
|
46
86
|
status: 200;
|
|
47
87
|
};
|
|
@@ -64,5 +104,5 @@ export declare const MarketsController: import("../../common/controller.js").ICo
|
|
|
64
104
|
status: 200;
|
|
65
105
|
};
|
|
66
106
|
};
|
|
67
|
-
}, "/deployEvent">, "/">>;
|
|
107
|
+
}, "/deployEvent">, "/", "/">>;
|
|
68
108
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/fractions/markets/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/fractions/markets/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAO5B,CAAC"}
|
|
@@ -13,10 +13,30 @@ export declare const SearchMarketsController: import("../../../common/controller
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
|
-
output:
|
|
16
|
+
output: {
|
|
17
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
18
|
+
transactionHash: string;
|
|
19
|
+
template: "unknown" | "default" | "compilot" | "continuous-withdrawal" | "continuous-withdrawal-nid" | "lending";
|
|
20
|
+
contractAddress: string;
|
|
21
|
+
adminAddress: string;
|
|
22
|
+
wrapperAddress: string | null;
|
|
23
|
+
burnAsset: {
|
|
24
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
25
|
+
address: string;
|
|
26
|
+
type: string;
|
|
27
|
+
symbol: string;
|
|
28
|
+
name: string;
|
|
29
|
+
tokenId: string | null;
|
|
30
|
+
decimals?: number | undefined;
|
|
31
|
+
burnable?: boolean | undefined;
|
|
32
|
+
} | null;
|
|
33
|
+
feesBps: number | null;
|
|
34
|
+
createdAt: string;
|
|
35
|
+
updatedAt: string;
|
|
36
|
+
}[];
|
|
17
37
|
outputFormat: "json";
|
|
18
38
|
status: 200;
|
|
19
39
|
};
|
|
20
40
|
};
|
|
21
|
-
}, "/">, "/">>;
|
|
41
|
+
}, "/">, "/", "/">>;
|
|
22
42
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/fractions/markets/searchMarkets/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/fractions/markets/searchMarkets/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAElC,CAAC"}
|
|
@@ -13,10 +13,30 @@ export declare const SearchMarketsV0: import("../../../common/controller.js").IC
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
|
-
output:
|
|
16
|
+
output: {
|
|
17
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
18
|
+
transactionHash: string;
|
|
19
|
+
template: "unknown" | "default" | "compilot" | "continuous-withdrawal" | "continuous-withdrawal-nid" | "lending";
|
|
20
|
+
contractAddress: string;
|
|
21
|
+
adminAddress: string;
|
|
22
|
+
wrapperAddress: string | null;
|
|
23
|
+
burnAsset: {
|
|
24
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
25
|
+
address: string;
|
|
26
|
+
type: string;
|
|
27
|
+
symbol: string;
|
|
28
|
+
name: string;
|
|
29
|
+
tokenId: string | null;
|
|
30
|
+
decimals?: number | undefined;
|
|
31
|
+
burnable?: boolean | undefined;
|
|
32
|
+
} | null;
|
|
33
|
+
feesBps: number | null;
|
|
34
|
+
createdAt: string;
|
|
35
|
+
updatedAt: string;
|
|
36
|
+
}[];
|
|
17
37
|
outputFormat: "json";
|
|
18
38
|
status: 200;
|
|
19
39
|
};
|
|
20
40
|
};
|
|
21
|
-
}, "/">>;
|
|
41
|
+
}, "/", "/">>;
|
|
22
42
|
//# sourceMappingURL=searchMarkets.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"searchMarkets.d.ts","sourceRoot":"","sources":["../../../../src/fractions/markets/searchMarkets/searchMarkets.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"searchMarkets.d.ts","sourceRoot":"","sources":["../../../../src/fractions/markets/searchMarkets/searchMarkets.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAqD1B,CAAC"}
|
|
@@ -37,7 +37,7 @@ export declare const DeployMarketV0: import("../../common/controller.js").IContr
|
|
|
37
37
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
38
38
|
};
|
|
39
39
|
};
|
|
40
|
-
}, "/">>;
|
|
40
|
+
}, "/", "/">>;
|
|
41
41
|
export declare const DeployCompilotMarketV0: import("../../common/controller.js").IController<import("hono/hono-base").HonoBase<import("../../common/context.js").AppContext, {
|
|
42
42
|
"/": {
|
|
43
43
|
$post: {
|
|
@@ -75,7 +75,7 @@ export declare const DeployCompilotMarketV0: import("../../common/controller.js"
|
|
|
75
75
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
76
76
|
};
|
|
77
77
|
};
|
|
78
|
-
}, "/">>;
|
|
78
|
+
}, "/", "/">>;
|
|
79
79
|
export declare const DeployContinuousWithdrawMarketV0: import("../../common/controller.js").IController<import("hono/hono-base").HonoBase<import("../../common/context.js").AppContext, {
|
|
80
80
|
"/": {
|
|
81
81
|
$post: {
|
|
@@ -113,7 +113,7 @@ export declare const DeployContinuousWithdrawMarketV0: import("../../common/cont
|
|
|
113
113
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
114
114
|
};
|
|
115
115
|
};
|
|
116
|
-
}, "/">>;
|
|
116
|
+
}, "/", "/">>;
|
|
117
117
|
export declare const DeployContinuousWithdrawNidMarketV0: import("../../common/controller.js").IController<import("hono/hono-base").HonoBase<import("../../common/context.js").AppContext, {
|
|
118
118
|
"/": {
|
|
119
119
|
$post: {
|
|
@@ -151,7 +151,7 @@ export declare const DeployContinuousWithdrawNidMarketV0: import("../../common/c
|
|
|
151
151
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
152
152
|
};
|
|
153
153
|
};
|
|
154
|
-
}, "/">>;
|
|
154
|
+
}, "/", "/">>;
|
|
155
155
|
export declare function discountConfig(discount: z.infer<typeof DiscountConfigSchema> | undefined): {
|
|
156
156
|
burnableToken: `0x${string}`;
|
|
157
157
|
} | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deployMarket.routes.d.ts","sourceRoot":"","sources":["../../../src/fractions/platforms/deployMarket.routes.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB,OAAO,EAA6B,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAkB3F,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"deployMarket.routes.d.ts","sourceRoot":"","sources":["../../../src/fractions/platforms/deployMarket.routes.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB,OAAO,EAA6B,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAkB3F,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAezB,CAAC;AAkBH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAejC,CAAC;AAkBH,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAe3C,CAAC;AAkBH,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAiB9C,CAAC;AAEH,wBAAgB,cAAc,CAAC,QAAQ,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,GAAG,SAAS;;SAMxF"}
|
|
@@ -192,5 +192,5 @@ export declare const PlatformsController: import("../../common/controller.js").I
|
|
|
192
192
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
193
193
|
};
|
|
194
194
|
};
|
|
195
|
-
}, "/initNftFractionsCompilot">, "/">>;
|
|
195
|
+
}, "/initNftFractionsCompilot">, "/", "/">>;
|
|
196
196
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/fractions/platforms/index.ts"],"names":[],"mappings":"AASA,cAAc,0BAA0B,CAAC;AAEzC,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/fractions/platforms/index.ts"],"names":[],"mappings":"AASA,cAAc,0BAA0B,CAAC;AAEzC,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAU9B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"initCompilot.routes.d.ts","sourceRoot":"","sources":["../../../src/fractions/platforms/initCompilot.routes.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAuBxB;;GAEG;AACH,eAAO,MAAM,qCAAqC;;;iBAGhD,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"initCompilot.routes.d.ts","sourceRoot":"","sources":["../../../src/fractions/platforms/initCompilot.routes.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAuBxB;;GAEG;AACH,eAAO,MAAM,qCAAqC;;;iBAGhD,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;aASzB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"initNid.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/platforms/initNid.route.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAsBxB,eAAO,MAAM,yBAAyB;;iBAEpC,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"initNid.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/platforms/initNid.route.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAsBxB,eAAO,MAAM,yBAAyB;;iBAEpC,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;aASpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRoles.d.ts","sourceRoot":"","sources":["../../../src/fractions/roles/getRoles.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"getRoles.d.ts","sourceRoot":"","sources":["../../../src/fractions/roles/getRoles.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;aAqB9B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grantRole.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/roles/grantRole.route.ts"],"names":[],"mappings":"AAuBA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"grantRole.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/roles/grantRole.route.ts"],"names":[],"mappings":"AAuBA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;aAmB/B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/fractions/roles/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/fractions/roles/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAM1B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"approveSale.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/approveSale.route.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,wBAAwB;;;iBAGnC,CAAC;AAkBH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"approveSale.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/approveSale.route.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,wBAAwB;;;iBAGnC,CAAC;AAkBH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;aASxB,CAAC"}
|
|
@@ -6,10 +6,10 @@ export declare const FractionsSaleSchema: z.ZodObject<{
|
|
|
6
6
|
campaignId: z.core.$ZodBranded<z.ZodString, "Int256", "out">;
|
|
7
7
|
nftId: z.core.$ZodBranded<z.ZodString, "Int256", "out">;
|
|
8
8
|
status: z.ZodEnum<{
|
|
9
|
+
finalized: "finalized";
|
|
9
10
|
created: "created";
|
|
10
11
|
approved: "approved";
|
|
11
12
|
rejected: "rejected";
|
|
12
|
-
finalized: "finalized";
|
|
13
13
|
refunded: "refunded";
|
|
14
14
|
}>;
|
|
15
15
|
owner: z.ZodPipe<z.ZodString & z.ZodType<`0x${string}`, string, z.core.$ZodTypeInternals<`0x${string}`, string>>, z.ZodTransform<`0x${string}`, `0x${string}`>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"completeSale.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/completeSale.route.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,yBAAyB;;;iBAGpC,CAAC;AAkBH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"completeSale.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/completeSale.route.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,yBAAyB;;;iBAGpC,CAAC;AAkBH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;aAgBzB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createFractions.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/createFractions.route.ts"],"names":[],"mappings":"AAuBA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"createFractions.route.d.ts","sourceRoot":"","sources":["../../../src/fractions/sales/createFractions.route.ts"],"names":[],"mappings":"AAuBA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAmD5B,CAAC"}
|