@evergonlabs/tmi-protocol-api 0.11.0-rc.0 → 0.11.0-rc.2
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 +253 -878
- package/dist/app.d.ts.map +1 -1
- package/dist/app.js +1 -10
- package/dist/apps.d.ts +0 -6
- package/dist/apps.d.ts.map +1 -1
- package/dist/apps.js +0 -3
- package/dist/client.d.ts +260 -927
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +1 -9
- package/dist/common/blockchain.d.ts +173 -173
- package/dist/common/blockchain.d.ts.map +1 -1
- package/dist/common/config.d.ts +1 -1
- package/dist/common/config.d.ts.map +1 -1
- package/dist/common/config.js +1 -1
- package/dist/common/models/asset.d.ts +2 -2
- package/dist/common/models/asset.d.ts.map +1 -1
- package/dist/common/models/asset.js +2 -2
- package/dist/common/models/chainId.d.ts +6 -9
- package/dist/common/models/chainId.d.ts.map +1 -1
- package/dist/common/models/chainId.js +7 -17
- package/dist/common/models/deployTransaction.d.ts +1 -1
- package/dist/common/models/deployTransaction.d.ts.map +1 -1
- package/dist/common/models/deployTransaction.js +2 -2
- package/dist/common/models/erc721.d.ts +1 -1
- package/dist/common/models/erc721.d.ts.map +1 -1
- package/dist/common/models/erc721.js +1 -1
- package/dist/common/models/exports.d.ts +5 -5
- package/dist/common/models/exports.d.ts.map +1 -1
- package/dist/common/models/exports.js +5 -5
- package/dist/common/models/index.d.ts +1 -4
- package/dist/common/models/index.d.ts.map +1 -1
- package/dist/common/models/index.js +1 -4
- package/dist/common/models/page.d.ts +1 -1
- package/dist/common/models/page.d.ts.map +1 -1
- package/dist/common/models/page.js +1 -1
- package/dist/common/models/platform.d.ts +5 -5
- package/dist/common/models/platform.d.ts.map +1 -1
- package/dist/common/models/platform.js +6 -6
- package/dist/common/models/routes.d.ts +1 -1
- package/dist/common/models/routes.d.ts.map +1 -1
- package/dist/common/models/routes.js +1 -1
- package/dist/common/models/transaction.d.ts +2 -2
- package/dist/common/models/transaction.d.ts.map +1 -1
- package/dist/common/models/transaction.js +2 -2
- package/dist/fractions/index.d.ts +159 -111
- package/dist/fractions/index.d.ts.map +1 -1
- package/dist/fractions/index.js +0 -2
- package/dist/fractions/markets/{deployMarket.routes.d.ts → deployMarket.d.ts} +11 -11
- package/dist/fractions/markets/deployMarket.d.ts.map +1 -0
- package/dist/fractions/markets/{deployMarket.routes.js → deployMarket.js} +3 -2
- package/dist/fractions/markets/getDeployEvent.d.ts +2 -2
- package/dist/fractions/markets/getDeployEvent.d.ts.map +1 -1
- package/dist/fractions/markets/getDeployEvent.js +3 -2
- package/dist/fractions/markets/{getMarket/getMarket.d.ts → getMarket.d.ts} +8 -8
- package/dist/fractions/markets/getMarket.d.ts.map +1 -0
- package/dist/fractions/markets/{getMarket/getMarket.js → getMarket.js} +6 -8
- package/dist/fractions/markets/index.d.ts +187 -16
- package/dist/fractions/markets/index.d.ts.map +1 -1
- package/dist/fractions/markets/index.js +13 -6
- package/dist/fractions/markets/initCompilot.d.ts +28 -0
- package/dist/fractions/markets/initCompilot.d.ts.map +1 -0
- package/dist/fractions/markets/{initCompilot.routes.js → initCompilot.js} +7 -13
- package/dist/fractions/markets/{searchMarkets/searchMarkets.d.ts → searchMarkets.d.ts} +4 -4
- package/dist/fractions/markets/searchMarkets.d.ts.map +1 -0
- package/dist/fractions/markets/{searchMarkets/searchMarkets.js → searchMarkets.js} +7 -9
- package/dist/fractions/markets/{common/platform.d.ts → utils.d.ts} +10 -7
- package/dist/fractions/markets/utils.d.ts.map +1 -0
- package/dist/fractions/markets/{common/platform.js → utils.js} +7 -5
- package/dist/fractions/roles/getRoles.d.ts +1 -1
- package/dist/fractions/roles/getRoles.d.ts.map +1 -1
- package/dist/fractions/roles/getRoles.js +1 -1
- package/dist/fractions/roles/{grantRole.route.d.ts → grantRole.d.ts} +1 -2
- package/dist/fractions/roles/grantRole.d.ts.map +1 -0
- package/dist/fractions/roles/{grantRole.route.js → grantRole.js} +1 -1
- package/dist/fractions/roles/index.d.ts +0 -1
- package/dist/fractions/roles/index.d.ts.map +1 -1
- package/dist/fractions/roles/index.js +2 -2
- package/dist/fractions/sales/activityUtils.d.ts +4 -4
- package/dist/fractions/sales/activityUtils.d.ts.map +1 -1
- package/dist/fractions/sales/activityUtils.js +2 -2
- package/dist/fractions/sales/approveSale.route.d.ts +4 -7
- package/dist/fractions/sales/approveSale.route.d.ts.map +1 -1
- package/dist/fractions/sales/approveSale.route.js +4 -9
- package/dist/fractions/sales/approveWrapper.route.d.ts +2 -7
- package/dist/fractions/sales/approveWrapper.route.d.ts.map +1 -1
- package/dist/fractions/sales/approveWrapper.route.js +5 -9
- package/dist/fractions/sales/common/fractionsSale.d.ts +11 -11
- package/dist/fractions/sales/common/fractionsSale.d.ts.map +1 -1
- package/dist/fractions/sales/common/fractionsSale.js +3 -3
- package/dist/fractions/sales/completeSale.route.d.ts +4 -7
- package/dist/fractions/sales/completeSale.route.d.ts.map +1 -1
- package/dist/fractions/sales/completeSale.route.js +5 -10
- package/dist/fractions/sales/createFractions.route.d.ts +2 -3
- package/dist/fractions/sales/createFractions.route.d.ts.map +1 -1
- package/dist/fractions/sales/createFractions.route.js +2 -3
- package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts +5 -5
- package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts.map +1 -1
- package/dist/fractions/sales/getFractionSaleStatistics.route.js +1 -1
- package/dist/fractions/sales/getVaultAddress.d.ts +8 -8
- package/dist/fractions/sales/getVaultAddress.d.ts.map +1 -1
- package/dist/fractions/sales/getVaultAddress.js +3 -3
- package/dist/fractions/sales/getWithdrawEvent.d.ts +3 -3
- package/dist/fractions/sales/getWithdrawEvent.d.ts.map +1 -1
- package/dist/fractions/sales/getWithdrawEvent.js +1 -1
- package/dist/fractions/sales/index.d.ts +119 -70
- package/dist/fractions/sales/index.d.ts.map +1 -1
- package/dist/fractions/sales/index.js +5 -4
- package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts +3 -3
- package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts.map +1 -1
- package/dist/fractions/sales/parseFractionsCreatedEvent.js +1 -1
- package/dist/fractions/sales/purchase.route.d.ts +7 -12
- package/dist/fractions/sales/purchase.route.d.ts.map +1 -1
- package/dist/fractions/sales/purchase.route.js +4 -16
- package/dist/fractions/sales/purchaseStatistics.route.d.ts +2 -2
- package/dist/fractions/sales/purchaseStatistics.route.d.ts.map +1 -1
- package/dist/fractions/sales/purchaseStatistics.route.js +2 -2
- package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts +36 -14
- package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts.map +1 -1
- package/dist/fractions/sales/receiveFundsAfterNonFunded.route.js +35 -20
- package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts +5 -3
- package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts.map +1 -1
- package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.js +6 -5
- package/dist/fractions/sales/recoverFractions.d.ts +12 -15
- package/dist/fractions/sales/recoverFractions.d.ts.map +1 -1
- package/dist/fractions/sales/recoverFractions.js +5 -16
- package/dist/fractions/sales/rejectFractions.d.ts +3 -8
- package/dist/fractions/sales/rejectFractions.d.ts.map +1 -1
- package/dist/fractions/sales/rejectFractions.js +5 -10
- package/dist/fractions/sales/searchActivity.route.d.ts +5 -5
- package/dist/fractions/sales/searchActivity.route.d.ts.map +1 -1
- package/dist/fractions/sales/searchActivity.route.js +2 -2
- package/dist/fractions/sales/searchSales/searchSales.d.ts +6 -6
- package/dist/fractions/sales/searchSales/searchSales.d.ts.map +1 -1
- package/dist/fractions/sales/searchSales/searchSales.js +2 -2
- package/dist/fractions/sales/searchWithdrawal.route.d.ts +1 -1
- package/dist/fractions/sales/searchWithdrawal.route.d.ts.map +1 -1
- package/dist/fractions/sales/searchWithdrawal.route.js +2 -2
- package/dist/fractions/sales/setFeeCapLimit.d.ts +4 -8
- package/dist/fractions/sales/setFeeCapLimit.d.ts.map +1 -1
- package/dist/fractions/sales/setFeeCapLimit.js +5 -11
- package/dist/fractions/sales/unlockWrappedAssets.route.d.ts +4 -6
- package/dist/fractions/sales/unlockWrappedAssets.route.d.ts.map +1 -1
- package/dist/fractions/sales/unlockWrappedAssets.route.js +5 -5
- package/dist/fractions/sales/vesting/claimStatistics.route.d.ts +8 -8
- package/dist/fractions/sales/vesting/claimStatistics.route.d.ts.map +1 -1
- package/dist/fractions/sales/vesting/claimStatistics.route.js +2 -2
- package/dist/fractions/sales/vesting/claimVestedTokens.route.d.ts +1 -8
- package/dist/fractions/sales/vesting/claimVestedTokens.route.d.ts.map +1 -1
- package/dist/fractions/sales/vesting/claimVestedTokens.route.js +2 -10
- package/dist/fractions/sales/vesting/editCliff.route.d.ts +4 -10
- package/dist/fractions/sales/vesting/editCliff.route.d.ts.map +1 -1
- package/dist/fractions/sales/vesting/editCliff.route.js +5 -12
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts +3 -3
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts.map +1 -1
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.js +1 -1
- package/dist/fractions/sales/withdraw.route.d.ts +4 -6
- package/dist/fractions/sales/withdraw.route.d.ts.map +1 -1
- package/dist/fractions/sales/withdraw.route.js +5 -5
- package/dist/fractions/schemas.d.ts +6 -0
- package/dist/fractions/schemas.d.ts.map +1 -0
- package/dist/fractions/schemas.js +6 -0
- package/dist/fractions/sig/getAuthData.d.ts +6 -6
- package/dist/fractions/sig/getAuthData.d.ts.map +1 -1
- package/dist/fractions/sig/getAuthData.js +4 -5
- package/dist/fractions/sig/getNonce.route.d.ts +4 -4
- package/dist/fractions/sig/getNonce.route.d.ts.map +1 -1
- package/dist/fractions/sig/getNonce.route.js +1 -1
- package/dist/fractions/sig/index.d.ts +2 -2
- package/dist/fractions/sig/index.d.ts.map +1 -1
- package/dist/fractions/sig/index.js +1 -1
- package/dist/fractions/statistics/index.d.ts +12 -12
- package/dist/fractions/statistics/index.d.ts.map +1 -1
- package/dist/fractions/statistics/index.js +1 -1
- package/dist/fractions/statistics/networkStatistics.route.d.ts +13 -13
- package/dist/fractions/statistics/networkStatistics.route.d.ts.map +1 -1
- package/dist/fractions/statistics/networkStatistics.route.js +6 -6
- package/dist/general/balanceClient.d.ts +1 -1
- package/dist/general/balanceClient.d.ts.map +1 -1
- package/dist/general/balanceClient.js +1 -1
- package/dist/general/common.d.ts +1 -1
- package/dist/general/common.d.ts.map +1 -1
- package/dist/general/common.js +1 -1
- package/dist/general/estimateGas.d.ts +1 -1
- package/dist/general/estimateGas.d.ts.map +1 -1
- package/dist/general/estimateGas.js +2 -3
- package/dist/general/getBalance.d.ts +2 -2
- package/dist/general/getBalance.d.ts.map +1 -1
- package/dist/general/getBalance.js +2 -3
- package/dist/general/getBalancesBatch.d.ts +1 -1
- package/dist/general/getBalancesBatch.d.ts.map +1 -1
- package/dist/general/getBalancesBatch.js +6 -5
- package/dist/general/index.d.ts +5 -5
- package/dist/general/searchBalances.d.ts +2 -2
- package/dist/general/searchBalances.d.ts.map +1 -1
- package/dist/general/searchBalances.js +6 -5
- package/dist/general/tag.d.ts +4 -0
- package/dist/general/tag.d.ts.map +1 -0
- package/dist/general/tag.js +2 -0
- package/dist/general/utils/tokenBalance/tokenBalance.d.ts +1 -1
- package/dist/general/utils/tokenBalance/tokenBalance.d.ts.map +1 -1
- package/dist/general/utils/tokenBalance/tokenBalance.js +1 -1
- package/dist/issuance/common/factories.base.d.ts +17 -23
- package/dist/issuance/common/factories.base.d.ts.map +1 -1
- package/dist/issuance/common/factories.base.js +3 -2
- package/dist/issuance/common/factories.d.ts +2 -1
- package/dist/issuance/common/factories.d.ts.map +1 -1
- package/dist/issuance/common/factories.js +8 -2
- package/dist/issuance/erc1155/burn.d.ts +3 -3
- package/dist/issuance/erc1155/burn.d.ts.map +1 -1
- package/dist/issuance/erc1155/burn.js +5 -5
- package/dist/issuance/erc1155/default/deploy.d.ts +3 -3
- package/dist/issuance/erc1155/default/deploy.d.ts.map +1 -1
- package/dist/issuance/erc1155/default/deploy.js +3 -3
- package/dist/issuance/erc1155/default/initialize.d.ts +1 -1
- package/dist/issuance/erc1155/default/initialize.d.ts.map +1 -1
- package/dist/issuance/erc1155/default/initialize.js +2 -2
- package/dist/issuance/erc1155/default/parseDeployEvent.d.ts +2 -2
- package/dist/issuance/erc1155/default/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc1155/default/parseDeployEvent.js +5 -15
- package/dist/issuance/erc1155/gated/deploy.d.ts +3 -3
- package/dist/issuance/erc1155/gated/deploy.d.ts.map +1 -1
- package/dist/issuance/erc1155/gated/deploy.js +3 -3
- package/dist/issuance/erc1155/gated/initialize.d.ts +1 -1
- package/dist/issuance/erc1155/gated/initialize.d.ts.map +1 -1
- package/dist/issuance/erc1155/gated/initialize.js +2 -2
- package/dist/issuance/erc1155/gated/parseDeployEvent.d.ts +2 -2
- package/dist/issuance/erc1155/gated/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc1155/gated/parseDeployEvent.js +5 -15
- package/dist/issuance/erc1155/getMintedTokenId.d.ts +2 -2
- package/dist/issuance/erc1155/getMintedTokenId.d.ts.map +1 -1
- package/dist/issuance/erc1155/getMintedTokenId.js +5 -15
- package/dist/issuance/erc1155/grantRole.d.ts +1 -1
- package/dist/issuance/erc1155/grantRole.d.ts.map +1 -1
- package/dist/issuance/erc1155/grantRole.js +2 -2
- package/dist/issuance/erc1155/index.d.ts +8 -8
- package/dist/issuance/erc1155/index.d.ts.map +1 -1
- package/dist/issuance/erc1155/index.js +1 -1
- package/dist/issuance/erc1155/mint.d.ts +2 -2
- package/dist/issuance/erc1155/mint.d.ts.map +1 -1
- package/dist/issuance/erc1155/mint.js +4 -4
- package/dist/issuance/erc1155/recover.d.ts +3 -3
- package/dist/issuance/erc1155/recover.d.ts.map +1 -1
- package/dist/issuance/erc1155/recover.js +5 -5
- package/dist/issuance/erc1155/renounceRole.d.ts +1 -1
- package/dist/issuance/erc1155/renounceRole.d.ts.map +1 -1
- package/dist/issuance/erc1155/renounceRole.js +2 -2
- package/dist/issuance/erc1155/revokeRole.d.ts +1 -1
- package/dist/issuance/erc1155/revokeRole.d.ts.map +1 -1
- package/dist/issuance/erc1155/revokeRole.js +2 -2
- package/dist/issuance/erc1155/setApprovalForAll.d.ts +1 -1
- package/dist/issuance/erc1155/setApprovalForAll.d.ts.map +1 -1
- package/dist/issuance/erc1155/setApprovalForAll.js +2 -2
- package/dist/issuance/erc1155/setBaseURI.d.ts +1 -1
- package/dist/issuance/erc1155/setBaseURI.d.ts.map +1 -1
- package/dist/issuance/erc1155/setBaseURI.js +2 -2
- package/dist/issuance/erc1155/setTokenURI.d.ts +2 -2
- package/dist/issuance/erc1155/setTokenURI.d.ts.map +1 -1
- package/dist/issuance/erc1155/setTokenURI.js +4 -4
- package/dist/issuance/erc20/approve.d.ts +2 -2
- package/dist/issuance/erc20/approve.d.ts.map +1 -1
- package/dist/issuance/erc20/approve.js +4 -4
- package/dist/issuance/erc20/burn.d.ts +2 -2
- package/dist/issuance/erc20/burn.d.ts.map +1 -1
- package/dist/issuance/erc20/burn.js +4 -4
- package/dist/issuance/erc20/default/deploy.d.ts +4 -4
- package/dist/issuance/erc20/default/deploy.d.ts.map +1 -1
- package/dist/issuance/erc20/default/deploy.js +5 -5
- package/dist/issuance/erc20/default/initialize.d.ts +2 -2
- package/dist/issuance/erc20/default/initialize.d.ts.map +1 -1
- package/dist/issuance/erc20/default/initialize.js +4 -4
- package/dist/issuance/erc20/default/parseDeployEvent.d.ts +2 -2
- package/dist/issuance/erc20/default/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc20/default/parseDeployEvent.js +5 -15
- package/dist/issuance/erc20/gated/deploy.d.ts +4 -4
- package/dist/issuance/erc20/gated/deploy.d.ts.map +1 -1
- package/dist/issuance/erc20/gated/deploy.js +5 -5
- package/dist/issuance/erc20/gated/initialize.d.ts +2 -2
- package/dist/issuance/erc20/gated/initialize.d.ts.map +1 -1
- package/dist/issuance/erc20/gated/initialize.js +4 -4
- package/dist/issuance/erc20/gated/parseDeployEvent.d.ts +2 -2
- package/dist/issuance/erc20/gated/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc20/gated/parseDeployEvent.js +5 -15
- package/dist/issuance/erc20/gatedSimple/deploy.d.ts.map +1 -1
- package/dist/issuance/erc20/gatedSimple/deploy.js +1 -1
- package/dist/issuance/erc20/gatedSimple/getInitData.d.ts +2 -2
- package/dist/issuance/erc20/gatedSimple/getInitData.d.ts.map +1 -1
- package/dist/issuance/erc20/gatedSimple/getInitData.js +4 -4
- package/dist/issuance/erc20/gatedSimple/parseDeployEvent.d.ts +2 -2
- package/dist/issuance/erc20/gatedSimple/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc20/gatedSimple/parseDeployEvent.js +5 -15
- package/dist/issuance/erc20/grantRole.d.ts +1 -1
- package/dist/issuance/erc20/grantRole.d.ts.map +1 -1
- package/dist/issuance/erc20/grantRole.js +2 -2
- package/dist/issuance/erc20/index.d.ts +8 -8
- package/dist/issuance/erc20/index.d.ts.map +1 -1
- package/dist/issuance/erc20/index.js +1 -1
- package/dist/issuance/erc20/mint.d.ts +2 -2
- package/dist/issuance/erc20/mint.d.ts.map +1 -1
- package/dist/issuance/erc20/mint.js +4 -4
- package/dist/issuance/erc20/recover.d.ts +2 -2
- package/dist/issuance/erc20/recover.d.ts.map +1 -1
- package/dist/issuance/erc20/recover.js +4 -4
- package/dist/issuance/erc20/renounceRole.d.ts +1 -1
- package/dist/issuance/erc20/renounceRole.d.ts.map +1 -1
- package/dist/issuance/erc20/renounceRole.js +2 -2
- package/dist/issuance/erc20/revokeRole.d.ts +1 -1
- package/dist/issuance/erc20/revokeRole.d.ts.map +1 -1
- package/dist/issuance/erc20/revokeRole.js +2 -2
- package/dist/issuance/erc20/transfer.d.ts +2 -2
- package/dist/issuance/erc20/transfer.d.ts.map +1 -1
- package/dist/issuance/erc20/transfer.js +4 -4
- package/dist/issuance/erc20/transferFrom.d.ts +2 -2
- package/dist/issuance/erc20/transferFrom.d.ts.map +1 -1
- package/dist/issuance/erc20/transferFrom.js +4 -4
- package/dist/issuance/erc721/approve.d.ts +2 -2
- package/dist/issuance/erc721/approve.d.ts.map +1 -1
- package/dist/issuance/erc721/approve.js +4 -4
- package/dist/issuance/erc721/burn.d.ts +2 -2
- package/dist/issuance/erc721/burn.d.ts.map +1 -1
- package/dist/issuance/erc721/burn.js +4 -4
- package/dist/issuance/erc721/default/deploy.d.ts +3 -3
- package/dist/issuance/erc721/default/deploy.d.ts.map +1 -1
- package/dist/issuance/erc721/default/deploy.js +3 -3
- package/dist/issuance/erc721/default/initialize.d.ts +1 -1
- package/dist/issuance/erc721/default/initialize.d.ts.map +1 -1
- package/dist/issuance/erc721/default/initialize.js +2 -2
- package/dist/issuance/erc721/default/parseDeployEvent.d.ts +2 -2
- package/dist/issuance/erc721/default/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc721/default/parseDeployEvent.js +5 -15
- package/dist/issuance/erc721/gated/deploy.d.ts +3 -3
- package/dist/issuance/erc721/gated/deploy.d.ts.map +1 -1
- package/dist/issuance/erc721/gated/deploy.js +3 -3
- package/dist/issuance/erc721/gated/initialize.d.ts +1 -1
- package/dist/issuance/erc721/gated/initialize.d.ts.map +1 -1
- package/dist/issuance/erc721/gated/initialize.js +2 -2
- package/dist/issuance/erc721/gated/parseDeployEvent.d.ts +2 -2
- package/dist/issuance/erc721/gated/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc721/gated/parseDeployEvent.js +5 -15
- package/dist/issuance/erc721/getMintedTokenId.d.ts +2 -2
- package/dist/issuance/erc721/getMintedTokenId.d.ts.map +1 -1
- package/dist/issuance/erc721/getMintedTokenId.js +5 -15
- package/dist/issuance/erc721/grantRole.d.ts +1 -1
- package/dist/issuance/erc721/grantRole.d.ts.map +1 -1
- package/dist/issuance/erc721/grantRole.js +2 -2
- package/dist/issuance/erc721/index.d.ts +8 -8
- package/dist/issuance/erc721/index.d.ts.map +1 -1
- package/dist/issuance/erc721/index.js +1 -1
- package/dist/issuance/erc721/mint.d.ts +1 -1
- package/dist/issuance/erc721/mint.d.ts.map +1 -1
- package/dist/issuance/erc721/mint.js +2 -2
- package/dist/issuance/erc721/recover.d.ts +2 -2
- package/dist/issuance/erc721/recover.d.ts.map +1 -1
- package/dist/issuance/erc721/recover.js +4 -4
- package/dist/issuance/erc721/renounceRole.d.ts +1 -1
- package/dist/issuance/erc721/renounceRole.d.ts.map +1 -1
- package/dist/issuance/erc721/renounceRole.js +2 -2
- package/dist/issuance/erc721/revokeRole.d.ts +1 -1
- package/dist/issuance/erc721/revokeRole.d.ts.map +1 -1
- package/dist/issuance/erc721/revokeRole.js +2 -2
- package/dist/issuance/erc721/setBaseURI.d.ts +1 -1
- package/dist/issuance/erc721/setBaseURI.d.ts.map +1 -1
- package/dist/issuance/erc721/setBaseURI.js +2 -2
- package/dist/issuance/erc721/setTokenURI.d.ts +2 -2
- package/dist/issuance/erc721/setTokenURI.d.ts.map +1 -1
- package/dist/issuance/erc721/setTokenURI.js +4 -4
- package/dist/issuance/erc721/transferFrom.d.ts +2 -2
- package/dist/issuance/erc721/transferFrom.d.ts.map +1 -1
- package/dist/issuance/erc721/transferFrom.js +4 -4
- package/dist/issuance/index.d.ts +24 -24
- package/dist/issuance/proxy/deploy.d.ts +1 -1
- package/dist/issuance/proxy/deploy.d.ts.map +1 -1
- package/dist/issuance/proxy/deploy.js +2 -2
- package/dist/issuance/proxy/index.d.ts.map +1 -1
- package/dist/issuance/proxy/index.js +1 -1
- package/dist/issuance/proxy/upgrade.d.ts +1 -1
- package/dist/issuance/proxy/upgrade.d.ts.map +1 -1
- package/dist/issuance/proxy/upgrade.js +2 -2
- package/dist/issuance/schemas.d.ts +43 -0
- package/dist/issuance/schemas.d.ts.map +1 -0
- package/dist/issuance/schemas.js +46 -0
- package/dist/next/app.d.ts +708 -0
- package/dist/next/{fractions/index.d.ts.map → app.d.ts.map} +1 -1
- package/dist/next/app.js +33 -0
- package/dist/next/apps.d.ts +18 -0
- package/dist/next/apps.d.ts.map +1 -0
- package/dist/next/apps.js +11 -0
- package/dist/next/client.d.ts +704 -0
- package/dist/next/client.d.ts.map +1 -0
- package/dist/next/client.js +13 -0
- package/dist/next/lending/buyback.d.ts +28 -0
- package/dist/next/lending/buyback.d.ts.map +1 -0
- package/dist/next/{fractions/lending/buyback/buyback.routes.js → lending/buyback.js} +8 -7
- package/dist/next/lending/createSale.d.ts +71 -0
- package/dist/next/lending/createSale.d.ts.map +1 -0
- package/dist/next/lending/createSale.js +31 -0
- package/dist/next/{fractions/lending/deployMarket/lending.routes.d.ts → lending/deployMarket.d.ts} +4 -4
- package/dist/next/lending/deployMarket.d.ts.map +1 -0
- package/dist/next/{fractions/lending/deployMarket/lending.routes.js → lending/deployMarket.js} +8 -5
- package/dist/next/{fractions/lending → lending}/index.d.ts +23 -18
- package/dist/next/{fractions/lending → lending}/index.d.ts.map +1 -1
- package/dist/next/lending/index.js +17 -0
- package/dist/next/lending/schemas.d.ts +2 -0
- package/dist/next/lending/schemas.d.ts.map +1 -0
- package/dist/next/lending/schemas.js +3 -0
- package/dist/next/{fractions/vestingRedemptionDynamic/approveCampaign.routes.d.ts → lending/setCollateralPrice.d.ts} +7 -4
- package/dist/next/lending/setCollateralPrice.d.ts.map +1 -0
- package/dist/next/{fractions/lending/setCollateralPrice/setCollateralPrice.routes.js → lending/setCollateralPrice.js} +10 -7
- package/dist/next/lending/tag.d.ts +4 -0
- package/dist/next/lending/tag.d.ts.map +1 -0
- package/dist/next/lending/tag.js +2 -0
- package/dist/next/{fractions/sales/createNftFractions.routes.d.ts → nftFractions/createNftFractions.d.ts} +3 -3
- package/dist/next/nftFractions/createNftFractions.d.ts.map +1 -0
- package/dist/next/{fractions/sales/createNftFractions.routes.js → nftFractions/createNftFractions.js} +8 -18
- package/dist/next/{fractions/platforms/default/deployNftFractionsMarket.routes.d.ts → nftFractions/deployNftFractionsMarket.d.ts} +4 -4
- package/dist/next/nftFractions/deployNftFractionsMarket.d.ts.map +1 -0
- package/dist/next/{fractions/platforms/default/deployNftFractionsMarket.routes.js → nftFractions/deployNftFractionsMarket.js} +5 -4
- package/dist/next/{fractions/platforms/gated/deployNftFractionsMarket.routes.d.ts → nftFractions/deployNftFractionsMarketGated.d.ts} +5 -5
- package/dist/next/nftFractions/deployNftFractionsMarketGated.d.ts.map +1 -0
- package/dist/next/{fractions/platforms/gated/deployNftFractionsMarket.routes.js → nftFractions/deployNftFractionsMarketGated.js} +5 -4
- package/dist/next/nftFractions/index.d.ts +182 -0
- package/dist/{fractions/platforms → next/nftFractions}/index.d.ts.map +1 -1
- package/dist/next/nftFractions/index.js +17 -0
- package/dist/next/nftFractions/parseNftFractionsCreatedEvent.d.ts +23 -0
- package/dist/next/nftFractions/parseNftFractionsCreatedEvent.d.ts.map +1 -0
- package/dist/next/{fractions/sales/parseFractionsCreatedEvent.js → nftFractions/parseNftFractionsCreatedEvent.js} +15 -18
- package/dist/next/nftFractions/schemas.d.ts +2 -0
- package/dist/next/nftFractions/schemas.d.ts.map +1 -0
- package/dist/next/nftFractions/schemas.js +1 -0
- package/dist/next/nftFractions/tag.d.ts +4 -0
- package/dist/next/nftFractions/tag.d.ts.map +1 -0
- package/dist/next/nftFractions/tag.js +2 -0
- package/dist/next/schemas.d.ts +4 -0
- package/dist/next/schemas.d.ts.map +1 -0
- package/dist/next/schemas.js +3 -0
- package/dist/next/{fractions/vestingRedemptionDynamic/setEpochPrice.routes.d.ts → vestingRedemptionDynamic/approveCampaign.d.ts} +6 -5
- package/dist/next/vestingRedemptionDynamic/approveCampaign.d.ts.map +1 -0
- package/dist/next/{fractions/vestingRedemptionDynamic/approveCampaign.routes.js → vestingRedemptionDynamic/approveCampaign.js} +10 -14
- package/dist/next/{fractions/vestingRedemptionDynamic/createCampaign.routes.d.ts → vestingRedemptionDynamic/createCampaign.d.ts} +3 -3
- package/dist/next/vestingRedemptionDynamic/createCampaign.d.ts.map +1 -0
- package/dist/next/{fractions/vestingRedemptionDynamic/createCampaign.routes.js → vestingRedemptionDynamic/createCampaign.js} +8 -25
- package/dist/next/{fractions/vestingRedemptionDynamic/deployMarket.routes.d.ts → vestingRedemptionDynamic/deployMarket.d.ts} +3 -3
- package/dist/next/vestingRedemptionDynamic/deployMarket.d.ts.map +1 -0
- package/dist/next/{fractions/vestingRedemptionDynamic/deployMarket.routes.js → vestingRedemptionDynamic/deployMarket.js} +9 -13
- package/dist/next/vestingRedemptionDynamic/epochPurchase.d.ts +28 -0
- package/dist/next/vestingRedemptionDynamic/epochPurchase.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/epochPurchase.js +34 -0
- package/dist/next/vestingRedemptionDynamic/exchangeNftForFractions.d.ts +28 -0
- package/dist/next/vestingRedemptionDynamic/exchangeNftForFractions.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/exchangeNftForFractions.js +34 -0
- package/dist/next/vestingRedemptionDynamic/getCurrentEpoch.d.ts +21 -0
- package/dist/next/vestingRedemptionDynamic/getCurrentEpoch.d.ts.map +1 -0
- package/dist/next/{fractions/vestingRedemptionDynamic/getCurrentEpoch.routes.js → vestingRedemptionDynamic/getCurrentEpoch.js} +16 -25
- package/dist/next/vestingRedemptionDynamic/getEpochPurchaseEvent.d.ts +24 -0
- package/dist/next/vestingRedemptionDynamic/getEpochPurchaseEvent.d.ts.map +1 -0
- package/dist/next/{fractions/vestingRedemptionDynamic/getEpochPurchaseEvent.routes.js → vestingRedemptionDynamic/getEpochPurchaseEvent.js} +23 -24
- package/dist/next/vestingRedemptionDynamic/getPurchasePriceForEpoch.d.ts +22 -0
- package/dist/next/vestingRedemptionDynamic/getPurchasePriceForEpoch.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/getPurchasePriceForEpoch.js +45 -0
- package/dist/next/vestingRedemptionDynamic/getWithdrawalRequestedEvent.d.ts +22 -0
- package/dist/next/vestingRedemptionDynamic/getWithdrawalRequestedEvent.d.ts.map +1 -0
- package/dist/next/{fractions/vestingRedemptionDynamic/getWithdrawalRequestedEvent.routes.js → vestingRedemptionDynamic/getWithdrawalRequestedEvent.js} +21 -22
- package/dist/next/{fractions/vestingRedemptionDynamic → vestingRedemptionDynamic}/index.d.ts +62 -46
- package/dist/next/{fractions/vestingRedemptionDynamic → vestingRedemptionDynamic}/index.d.ts.map +1 -1
- package/dist/next/{fractions/vestingRedemptionDynamic → vestingRedemptionDynamic}/index.js +16 -12
- package/dist/next/vestingRedemptionDynamic/requestWithdrawal.d.ts +28 -0
- package/dist/next/vestingRedemptionDynamic/requestWithdrawal.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/requestWithdrawal.js +33 -0
- package/dist/next/vestingRedemptionDynamic/schemas.d.ts +2 -0
- package/dist/next/vestingRedemptionDynamic/schemas.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/schemas.js +1 -0
- package/dist/next/{fractions/lending/buyback/buyback.routes.d.ts → vestingRedemptionDynamic/setEpochPrice.d.ts} +7 -6
- package/dist/next/vestingRedemptionDynamic/setEpochPrice.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/setEpochPrice.js +34 -0
- package/dist/next/vestingRedemptionDynamic/tag.d.ts +4 -0
- package/dist/next/vestingRedemptionDynamic/tag.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/tag.js +2 -0
- package/dist/next/{fractions/lending/setCollateralPrice/setCollateralPrice.routes.d.ts → vestingRedemptionDynamic/withdrawFunds.d.ts} +7 -5
- package/dist/next/vestingRedemptionDynamic/withdrawFunds.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/withdrawFunds.js +34 -0
- package/dist/schemas.d.ts +3 -0
- package/dist/schemas.d.ts.map +1 -0
- package/dist/schemas.js +2 -0
- package/dist/staking/index.d.ts +38 -38
- package/dist/staking/platforms/common/platform.d.ts +4 -4
- package/dist/staking/platforms/common/platform.d.ts.map +1 -1
- package/dist/staking/platforms/common/platform.js +3 -3
- package/dist/staking/platforms/getPlatform/index.d.ts +5 -5
- package/dist/staking/platforms/getPlatform/index.d.ts.map +1 -1
- package/dist/staking/platforms/getPlatform/index.js +1 -1
- package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts +7 -7
- package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts.map +1 -1
- package/dist/staking/platforms/getPlatform/v0/getPlatform.js +2 -2
- package/dist/staking/platforms/index.d.ts +9 -9
- package/dist/staking/platforms/index.d.ts.map +1 -1
- package/dist/staking/platforms/index.js +1 -1
- package/dist/staking/platforms/searchPlatforms/index.d.ts +4 -4
- package/dist/staking/platforms/searchPlatforms/index.d.ts.map +1 -1
- package/dist/staking/platforms/searchPlatforms/index.js +1 -1
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts +6 -6
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts.map +1 -1
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.js +2 -2
- package/dist/staking/pools/common/pool.d.ts +4 -4
- package/dist/staking/pools/common/pool.d.ts.map +1 -1
- package/dist/staking/pools/common/pool.js +6 -5
- package/dist/staking/pools/getPool/index.d.ts +6 -6
- package/dist/staking/pools/getPool/index.d.ts.map +1 -1
- package/dist/staking/pools/getPool/index.js +1 -1
- package/dist/staking/pools/getPool/v0/getPool.d.ts +8 -8
- package/dist/staking/pools/getPool/v0/getPool.d.ts.map +1 -1
- package/dist/staking/pools/getPool/v0/getPool.js +3 -3
- package/dist/staking/pools/index.d.ts +10 -10
- package/dist/staking/pools/index.d.ts.map +1 -1
- package/dist/staking/pools/index.js +1 -1
- package/dist/staking/pools/searchPools/index.d.ts +4 -4
- package/dist/staking/pools/searchPools/index.d.ts.map +1 -1
- package/dist/staking/pools/searchPools/index.js +1 -1
- package/dist/staking/pools/searchPools/v0/searchPools.d.ts +6 -6
- package/dist/staking/pools/searchPools/v0/searchPools.d.ts.map +1 -1
- package/dist/staking/pools/searchPools/v0/searchPools.js +2 -2
- package/dist/staking/roles/common/role.d.ts +1 -1
- package/dist/staking/roles/common/role.d.ts.map +1 -1
- package/dist/staking/roles/common/role.js +1 -1
- package/dist/staking/roles/common/roleAssignment.d.ts +5 -5
- package/dist/staking/roles/common/roleAssignment.d.ts.map +1 -1
- package/dist/staking/roles/common/roleAssignment.js +3 -3
- package/dist/staking/roles/common/roleEvent.d.ts +3 -3
- package/dist/staking/roles/common/roleEvent.d.ts.map +1 -1
- package/dist/staking/roles/common/roleEvent.js +2 -2
- package/dist/staking/roles/getRoles/index.d.ts.map +1 -1
- package/dist/staking/roles/getRoles/index.js +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/getRoles/v0/getRoles.js +2 -2
- package/dist/staking/roles/grantRole/index.d.ts.map +1 -1
- package/dist/staking/roles/grantRole/index.js +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/grantRole/v0/grantRole.js +1 -1
- package/dist/staking/roles/index.d.ts +8 -8
- package/dist/staking/roles/index.d.ts.map +1 -1
- package/dist/staking/roles/index.js +1 -1
- package/dist/staking/roles/searchRoleEvents/index.d.ts +3 -3
- package/dist/staking/roles/searchRoleEvents/index.d.ts.map +1 -1
- package/dist/staking/roles/searchRoleEvents/index.js +1 -1
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts +5 -4
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts.map +1 -1
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.js +2 -2
- package/dist/staking/roles/searchRoles/index.d.ts +5 -5
- package/dist/staking/roles/searchRoles/index.d.ts.map +1 -1
- package/dist/staking/roles/searchRoles/index.js +1 -1
- package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts +7 -7
- package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts.map +1 -1
- package/dist/staking/roles/searchRoles/v0/searchRoles.js +3 -3
- package/dist/staking/stakes/common/stake.d.ts +8 -8
- package/dist/staking/stakes/common/stake.d.ts.map +1 -1
- package/dist/staking/stakes/common/stake.js +5 -5
- package/dist/staking/stakes/common/stakeEvent.d.ts +5 -5
- package/dist/staking/stakes/common/stakeEvent.d.ts.map +1 -1
- package/dist/staking/stakes/common/stakeEvent.js +2 -2
- package/dist/staking/stakes/getStake/index.d.ts +4 -4
- package/dist/staking/stakes/getStake/index.d.ts.map +1 -1
- package/dist/staking/stakes/getStake/index.js +1 -1
- package/dist/staking/stakes/getStake/v0/getStake.d.ts +5 -5
- package/dist/staking/stakes/getStake/v0/getStake.d.ts.map +1 -1
- package/dist/staking/stakes/getStake/v0/getStake.js +3 -3
- package/dist/staking/stakes/index.d.ts +11 -11
- package/dist/staking/stakes/index.d.ts.map +1 -1
- package/dist/staking/stakes/index.js +1 -1
- package/dist/staking/stakes/searchStakeEvents/index.d.ts +5 -5
- package/dist/staking/stakes/searchStakeEvents/index.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakeEvents/index.js +1 -1
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts +7 -7
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.js +6 -5
- package/dist/staking/stakes/searchStakes/index.d.ts +2 -2
- package/dist/staking/stakes/searchStakes/index.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakes/index.js +1 -1
- package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts +3 -3
- package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakes/v0/searchStakes.js +2 -2
- package/dist/stakingTemplates/index.d.ts +27 -27
- package/dist/stakingTemplates/templates/common/amount.d.ts +4 -4
- package/dist/stakingTemplates/templates/common/amount.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/amount.js +5 -5
- package/dist/stakingTemplates/templates/common/amountMult.d.ts +2 -2
- package/dist/stakingTemplates/templates/common/amountMult.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/amountMult.js +3 -5
- package/dist/stakingTemplates/templates/common/erc20Input.d.ts +2 -2
- package/dist/stakingTemplates/templates/common/erc20Input.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/erc20Input.js +3 -3
- package/dist/stakingTemplates/templates/common/erc20Reward.d.ts +2 -2
- package/dist/stakingTemplates/templates/common/erc20Reward.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/erc20Reward.js +3 -3
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts +3 -3
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.js +2 -2
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts +3 -3
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.js +2 -2
- package/dist/stakingTemplates/templates/common/getReward.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getReward.js +3 -2
- package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts +2 -2
- package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getStakeEvent.js +1 -1
- package/dist/stakingTemplates/templates/common/lock.d.ts +3 -3
- package/dist/stakingTemplates/templates/common/lock.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/lock.js +6 -6
- package/dist/stakingTemplates/templates/common/lockMult.d.ts +2 -2
- package/dist/stakingTemplates/templates/common/lockMult.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/lockMult.js +3 -5
- package/dist/stakingTemplates/templates/common/partialUnstake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/partialUnstake.js +3 -3
- package/dist/stakingTemplates/templates/common/rewardDistribution.d.ts +3 -3
- package/dist/stakingTemplates/templates/common/rewardDistribution.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/rewardDistribution.js +4 -4
- package/dist/stakingTemplates/templates/common/templates.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/time.d.ts +1 -1
- package/dist/stakingTemplates/templates/common/time.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/time.js +1 -1
- package/dist/stakingTemplates/templates/common/unstake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/unstake.js +1 -1
- package/dist/stakingTemplates/templates/reputation/index.d.ts +9 -9
- package/dist/stakingTemplates/templates/reputation/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/index.js +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/createPlatform.js +2 -2
- package/dist/stakingTemplates/templates/reputation/v0/createPool.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/createPool.js +8 -8
- package/dist/stakingTemplates/templates/reputation/v0/index.d.ts +9 -9
- package/dist/stakingTemplates/templates/reputation/v0/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/index.js +7 -7
- package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/restake.js +4 -4
- package/dist/stakingTemplates/templates/reputation/v0/stake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/stake.js +4 -4
- package/dist/stakingTemplates/templates/reputationLock/index.d.ts +9 -9
- package/dist/stakingTemplates/templates/reputationLock/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/index.js +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/createPlatform.js +2 -2
- package/dist/stakingTemplates/templates/reputationLock/v0/createPool.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/createPool.js +10 -10
- package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts +9 -9
- package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/index.js +7 -7
- package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/restake.js +5 -5
- package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/stake.js +5 -5
- package/dist/stakingTemplates/templates/rwa/index.d.ts +9 -9
- package/dist/stakingTemplates/templates/rwa/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/index.js +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/createPlatform.js +2 -2
- package/dist/stakingTemplates/templates/rwa/v0/createPool.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/createPool.js +7 -7
- package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.js +4 -4
- package/dist/stakingTemplates/templates/rwa/v0/index.d.ts +9 -9
- package/dist/stakingTemplates/templates/rwa/v0/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/index.js +7 -7
- package/dist/stakingTemplates/templates/rwa/v0/restake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/restake.js +4 -4
- package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/stake.js +4 -4
- package/package.json +32 -13
- package/dist/common/int256.d.ts +0 -3
- package/dist/common/int256.d.ts.map +0 -1
- package/dist/common/int256.js +0 -12
- package/dist/common/models/base/chainId.d.ts +0 -8
- package/dist/common/models/base/chainId.d.ts.map +0 -1
- package/dist/common/models/base/chainId.js +0 -11
- package/dist/common/models/base/date.d.ts +0 -6
- package/dist/common/models/base/date.d.ts.map +0 -1
- package/dist/common/models/base/date.js +0 -13
- package/dist/common/models/base/deployTransaction.d.ts +0 -8
- package/dist/common/models/base/deployTransaction.d.ts.map +0 -1
- package/dist/common/models/base/deployTransaction.js +0 -7
- package/dist/common/models/base/page.d.ts +0 -7
- package/dist/common/models/base/page.d.ts.map +0 -1
- package/dist/common/models/base/page.js +0 -5
- package/dist/common/models/base/transaction.d.ts +0 -13
- package/dist/common/models/base/transaction.d.ts.map +0 -1
- package/dist/common/models/base/transaction.js +0 -12
- package/dist/common/models/base/viem.d.ts +0 -6
- package/dist/common/models/base/viem.d.ts.map +0 -1
- package/dist/common/models/base/viem.js +0 -5
- package/dist/common/models/date.d.ts +0 -2
- package/dist/common/models/date.d.ts.map +0 -1
- package/dist/common/models/date.js +0 -4
- package/dist/common/models/percent.d.ts +0 -3
- package/dist/common/models/percent.d.ts.map +0 -1
- package/dist/common/models/percent.js +0 -6
- package/dist/common/models/saleId.d.ts +0 -6
- package/dist/common/models/saleId.d.ts.map +0 -1
- package/dist/common/models/saleId.js +0 -7
- package/dist/common/models/viem.d.ts +0 -6
- package/dist/common/models/viem.d.ts.map +0 -1
- package/dist/common/models/viem.js +0 -22
- package/dist/fractions/markets/common/platform.d.ts.map +0 -1
- package/dist/fractions/markets/deployMarket.routes.d.ts.map +0 -1
- package/dist/fractions/markets/deployMarket.schema.d.ts +0 -33
- package/dist/fractions/markets/deployMarket.schema.d.ts.map +0 -1
- package/dist/fractions/markets/deployMarket.schema.js +0 -28
- package/dist/fractions/markets/getMarket/getMarket.d.ts.map +0 -1
- package/dist/fractions/markets/getMarket/index.d.ts +0 -50
- package/dist/fractions/markets/getMarket/index.d.ts.map +0 -1
- package/dist/fractions/markets/getMarket/index.js +0 -5
- package/dist/fractions/markets/initCompilot.routes.d.ts +0 -36
- package/dist/fractions/markets/initCompilot.routes.d.ts.map +0 -1
- package/dist/fractions/markets/searchMarkets/index.d.ts +0 -42
- package/dist/fractions/markets/searchMarkets/index.d.ts.map +0 -1
- package/dist/fractions/markets/searchMarkets/index.js +0 -5
- package/dist/fractions/markets/searchMarkets/searchMarkets.d.ts.map +0 -1
- package/dist/fractions/platforms/index.d.ts +0 -174
- package/dist/fractions/platforms/index.js +0 -13
- package/dist/fractions/roles/grantRole.route.d.ts.map +0 -1
- package/dist/fractions/roles/grantRole.schema.d.ts +0 -16
- package/dist/fractions/roles/grantRole.schema.d.ts.map +0 -1
- package/dist/fractions/roles/grantRole.schema.js +0 -14
- package/dist/fractions/sales/createFractions.schema.d.ts +0 -123
- package/dist/fractions/sales/createFractions.schema.d.ts.map +0 -1
- package/dist/fractions/sales/createFractions.schema.js +0 -80
- package/dist/next/fractions/index.d.ts +0 -671
- package/dist/next/fractions/index.js +0 -15
- package/dist/next/fractions/lending/buyback/buyback.routes.d.ts.map +0 -1
- package/dist/next/fractions/lending/buyback/buyback.schema.d.ts +0 -8
- package/dist/next/fractions/lending/buyback/buyback.schema.d.ts.map +0 -1
- package/dist/next/fractions/lending/buyback/buyback.schema.js +0 -13
- package/dist/next/fractions/lending/createLendingSale.d.ts +0 -130
- package/dist/next/fractions/lending/createLendingSale.d.ts.map +0 -1
- package/dist/next/fractions/lending/createLendingSale.js +0 -82
- package/dist/next/fractions/lending/deployMarket/lending.routes.d.ts.map +0 -1
- package/dist/next/fractions/lending/index.js +0 -15
- package/dist/next/fractions/lending/schemas.d.ts +0 -25
- package/dist/next/fractions/lending/schemas.d.ts.map +0 -1
- package/dist/next/fractions/lending/schemas.js +0 -21
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.routes.d.ts.map +0 -1
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.schema.d.ts +0 -7
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.schema.d.ts.map +0 -1
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.schema.js +0 -11
- package/dist/next/fractions/platforms/default/deployNftFractionsMarket.routes.d.ts.map +0 -1
- package/dist/next/fractions/platforms/default/deployNftFractionsMarket.schema.d.ts +0 -25
- package/dist/next/fractions/platforms/default/deployNftFractionsMarket.schema.d.ts.map +0 -1
- package/dist/next/fractions/platforms/default/deployNftFractionsMarket.schema.js +0 -23
- package/dist/next/fractions/platforms/gated/deployNftFractionsMarket.routes.d.ts.map +0 -1
- package/dist/next/fractions/platforms/gated/deployNftFractionsMarket.schema.d.ts +0 -26
- package/dist/next/fractions/platforms/gated/deployNftFractionsMarket.schema.d.ts.map +0 -1
- package/dist/next/fractions/platforms/gated/deployNftFractionsMarket.schema.js +0 -24
- package/dist/next/fractions/platforms/index.d.ts +0 -69
- package/dist/next/fractions/platforms/index.d.ts.map +0 -1
- package/dist/next/fractions/platforms/index.js +0 -9
- package/dist/next/fractions/sales/createNftFractions.routes.d.ts.map +0 -1
- package/dist/next/fractions/sales/createNftFractions.schema.d.ts +0 -88
- package/dist/next/fractions/sales/createNftFractions.schema.d.ts.map +0 -1
- package/dist/next/fractions/sales/createNftFractions.schema.js +0 -61
- package/dist/next/fractions/sales/index.d.ts +0 -112
- package/dist/next/fractions/sales/index.d.ts.map +0 -1
- package/dist/next/fractions/sales/index.js +0 -11
- package/dist/next/fractions/sales/parseFractionsCreatedEvent.d.ts +0 -23
- package/dist/next/fractions/sales/parseFractionsCreatedEvent.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/approveCampaign.routes.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/createCampaign.routes.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/createCampaign.schema.d.ts +0 -43
- package/dist/next/fractions/vestingRedemptionDynamic/createCampaign.schema.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/createCampaign.schema.js +0 -48
- package/dist/next/fractions/vestingRedemptionDynamic/deployMarket.routes.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/deployMarket.schema.d.ts +0 -23
- package/dist/next/fractions/vestingRedemptionDynamic/deployMarket.schema.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/deployMarket.schema.js +0 -29
- package/dist/next/fractions/vestingRedemptionDynamic/epochPurchase.routes.d.ts +0 -51
- package/dist/next/fractions/vestingRedemptionDynamic/epochPurchase.routes.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/epochPurchase.routes.js +0 -74
- package/dist/next/fractions/vestingRedemptionDynamic/epochWithdrawal.routes.d.ts +0 -51
- package/dist/next/fractions/vestingRedemptionDynamic/epochWithdrawal.routes.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/epochWithdrawal.routes.js +0 -75
- package/dist/next/fractions/vestingRedemptionDynamic/getCurrentEpoch.routes.d.ts +0 -19
- package/dist/next/fractions/vestingRedemptionDynamic/getCurrentEpoch.routes.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/getEpochPurchaseEvent.routes.d.ts +0 -23
- package/dist/next/fractions/vestingRedemptionDynamic/getEpochPurchaseEvent.routes.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/getPurchasePriceForEpoch.routes.d.ts +0 -20
- package/dist/next/fractions/vestingRedemptionDynamic/getPurchasePriceForEpoch.routes.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/getPurchasePriceForEpoch.routes.js +0 -59
- package/dist/next/fractions/vestingRedemptionDynamic/getWithdrawalRequestedEvent.routes.d.ts +0 -21
- package/dist/next/fractions/vestingRedemptionDynamic/getWithdrawalRequestedEvent.routes.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/setEpochPrice.routes.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/setEpochPrice.routes.js +0 -41
package/dist/app.d.ts
CHANGED
|
@@ -6,17 +6,17 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
6
6
|
$get: {
|
|
7
7
|
input: {
|
|
8
8
|
query: {
|
|
9
|
-
chainId:
|
|
10
|
-
address: string
|
|
9
|
+
chainId: "31337" | "11155111" | "84532";
|
|
10
|
+
address: string;
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
13
|
output: {
|
|
14
|
-
chainId:
|
|
14
|
+
chainId: "31337" | "11155111" | "84532";
|
|
15
15
|
transactionHash: `0x${string}`;
|
|
16
|
-
createdAt: string & import("zod").$brand<"
|
|
16
|
+
createdAt: string & import("zod").$brand<"IsoDateString">;
|
|
17
17
|
contractAddress: `0x${string}`;
|
|
18
18
|
adminAddress: `0x${string}`;
|
|
19
|
-
updatedAt: string & import("zod").$brand<"
|
|
19
|
+
updatedAt: string & import("zod").$brand<"IsoDateString">;
|
|
20
20
|
};
|
|
21
21
|
outputFormat: "json";
|
|
22
22
|
status: 200;
|
|
@@ -32,18 +32,18 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
32
32
|
limit: number;
|
|
33
33
|
};
|
|
34
34
|
filter: {
|
|
35
|
-
chainId?:
|
|
35
|
+
chainId?: "31337" | "11155111" | "84532" | undefined;
|
|
36
36
|
owner?: string | undefined;
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
39
|
};
|
|
40
40
|
output: {
|
|
41
|
-
chainId:
|
|
41
|
+
chainId: "31337" | "11155111" | "84532";
|
|
42
42
|
transactionHash: `0x${string}`;
|
|
43
|
-
createdAt: string & import("zod").$brand<"
|
|
43
|
+
createdAt: string & import("zod").$brand<"IsoDateString">;
|
|
44
44
|
contractAddress: `0x${string}`;
|
|
45
45
|
adminAddress: `0x${string}`;
|
|
46
|
-
updatedAt: string & import("zod").$brand<"
|
|
46
|
+
updatedAt: string & import("zod").$brand<"IsoDateString">;
|
|
47
47
|
}[];
|
|
48
48
|
outputFormat: "json";
|
|
49
49
|
status: 200;
|
|
@@ -59,19 +59,19 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
59
59
|
limit: number;
|
|
60
60
|
};
|
|
61
61
|
filter: {
|
|
62
|
-
chainId?:
|
|
62
|
+
chainId?: "31337" | "11155111" | "84532" | undefined;
|
|
63
63
|
platform?: string | undefined;
|
|
64
64
|
};
|
|
65
65
|
};
|
|
66
66
|
};
|
|
67
67
|
output: {
|
|
68
|
-
chainId:
|
|
68
|
+
chainId: "31337" | "11155111" | "84532";
|
|
69
69
|
platform: `0x${string}`;
|
|
70
70
|
rewardsHandler: `0x${string}`;
|
|
71
71
|
assetHandler: `0x${string}`;
|
|
72
72
|
txHash: `0x${string}`;
|
|
73
|
-
poolId:
|
|
74
|
-
createdAt: string & import("zod").$brand<"
|
|
73
|
+
poolId: string & import("zod").$brand<"Int256">;
|
|
74
|
+
createdAt: string & import("zod").$brand<"IsoDateString">;
|
|
75
75
|
}[];
|
|
76
76
|
outputFormat: "json";
|
|
77
77
|
status: 200;
|
|
@@ -82,19 +82,19 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
82
82
|
$get: {
|
|
83
83
|
input: {
|
|
84
84
|
query: {
|
|
85
|
-
chainId:
|
|
86
|
-
poolId: string
|
|
87
|
-
platform: string
|
|
85
|
+
chainId: "31337" | "11155111" | "84532";
|
|
86
|
+
poolId: string;
|
|
87
|
+
platform: string;
|
|
88
88
|
};
|
|
89
89
|
};
|
|
90
90
|
output: {
|
|
91
|
-
chainId:
|
|
91
|
+
chainId: "31337" | "11155111" | "84532";
|
|
92
92
|
platform: `0x${string}`;
|
|
93
93
|
rewardsHandler: `0x${string}`;
|
|
94
94
|
assetHandler: `0x${string}`;
|
|
95
95
|
txHash: `0x${string}`;
|
|
96
|
-
poolId:
|
|
97
|
-
createdAt: string & import("zod").$brand<"
|
|
96
|
+
poolId: string & import("zod").$brand<"Int256">;
|
|
97
|
+
createdAt: string & import("zod").$brand<"IsoDateString">;
|
|
98
98
|
};
|
|
99
99
|
outputFormat: "json";
|
|
100
100
|
status: 200;
|
|
@@ -110,7 +110,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
110
110
|
limit: number;
|
|
111
111
|
};
|
|
112
112
|
filter: {
|
|
113
|
-
chainId?:
|
|
113
|
+
chainId?: "31337" | "11155111" | "84532" | undefined;
|
|
114
114
|
owner?: string | undefined;
|
|
115
115
|
platform?: string | undefined;
|
|
116
116
|
poolId?: string | undefined;
|
|
@@ -118,7 +118,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
118
118
|
};
|
|
119
119
|
};
|
|
120
120
|
output: {
|
|
121
|
-
chainId:
|
|
121
|
+
chainId: "31337" | "11155111" | "84532";
|
|
122
122
|
platform: string;
|
|
123
123
|
owner: string;
|
|
124
124
|
stakeId: string;
|
|
@@ -145,7 +145,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
145
145
|
limit: number;
|
|
146
146
|
};
|
|
147
147
|
filter: {
|
|
148
|
-
chainId?:
|
|
148
|
+
chainId?: "31337" | "11155111" | "84532" | undefined;
|
|
149
149
|
owner?: string | undefined;
|
|
150
150
|
platform?: string | undefined;
|
|
151
151
|
poolId?: string | undefined;
|
|
@@ -154,13 +154,13 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
154
154
|
};
|
|
155
155
|
output: {
|
|
156
156
|
id: string;
|
|
157
|
-
chainId:
|
|
157
|
+
chainId: "31337" | "11155111" | "84532";
|
|
158
158
|
platform: `0x${string}`;
|
|
159
159
|
owner: `0x${string}`;
|
|
160
|
-
stakeId:
|
|
161
|
-
createdAt: string & import("zod").$brand<"
|
|
160
|
+
stakeId: string & import("zod").$brand<"Int256">;
|
|
161
|
+
createdAt: string & import("zod").$brand<"IsoDateString">;
|
|
162
162
|
txHash: `0x${string}`;
|
|
163
|
-
poolId?: undefined;
|
|
163
|
+
poolId?: (string & import("zod").$brand<"Int256">) | undefined;
|
|
164
164
|
}[];
|
|
165
165
|
outputFormat: "json";
|
|
166
166
|
status: 200;
|
|
@@ -171,13 +171,13 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
171
171
|
$get: {
|
|
172
172
|
input: {
|
|
173
173
|
query: {
|
|
174
|
-
chainId:
|
|
175
|
-
platform: string
|
|
176
|
-
stakeId: string
|
|
174
|
+
chainId: "31337" | "11155111" | "84532";
|
|
175
|
+
platform: string;
|
|
176
|
+
stakeId: string;
|
|
177
177
|
};
|
|
178
178
|
};
|
|
179
179
|
output: {
|
|
180
|
-
chainId:
|
|
180
|
+
chainId: "31337" | "11155111" | "84532";
|
|
181
181
|
platform: string;
|
|
182
182
|
owner: string;
|
|
183
183
|
stakeId: string;
|
|
@@ -249,7 +249,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
249
249
|
limit: number;
|
|
250
250
|
};
|
|
251
251
|
filter: {
|
|
252
|
-
chainId?:
|
|
252
|
+
chainId?: "31337" | "11155111" | "84532" | undefined;
|
|
253
253
|
owner?: string | undefined;
|
|
254
254
|
platform?: string | undefined;
|
|
255
255
|
poolId?: string | undefined;
|
|
@@ -257,13 +257,13 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
257
257
|
};
|
|
258
258
|
};
|
|
259
259
|
output: {
|
|
260
|
-
chainId:
|
|
260
|
+
chainId: "31337" | "11155111" | "84532";
|
|
261
261
|
platform: `0x${string}`;
|
|
262
262
|
roleId: `0x${string}`;
|
|
263
263
|
owner: `0x${string}`;
|
|
264
|
-
createdAt: string & import("zod").$brand<"
|
|
265
|
-
updatedAt: string & import("zod").$brand<"
|
|
266
|
-
poolId?: undefined;
|
|
264
|
+
createdAt: string & import("zod").$brand<"IsoDateString">;
|
|
265
|
+
updatedAt: string & import("zod").$brand<"IsoDateString">;
|
|
266
|
+
poolId?: (string & import("zod").$brand<"Int256">) | undefined;
|
|
267
267
|
}[];
|
|
268
268
|
outputFormat: "json";
|
|
269
269
|
status: 200;
|
|
@@ -279,7 +279,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
279
279
|
limit: number;
|
|
280
280
|
};
|
|
281
281
|
filter: {
|
|
282
|
-
chainId?:
|
|
282
|
+
chainId?: "31337" | "11155111" | "84532" | undefined;
|
|
283
283
|
owner?: string | undefined;
|
|
284
284
|
platform?: string | undefined;
|
|
285
285
|
poolId?: string | undefined;
|
|
@@ -289,12 +289,12 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
289
289
|
output: {
|
|
290
290
|
id: string;
|
|
291
291
|
roleId: `0x${string}`;
|
|
292
|
-
chainId:
|
|
292
|
+
chainId: "31337" | "11155111" | "84532";
|
|
293
293
|
platform: `0x${string}`;
|
|
294
294
|
txHash: `0x${string}`;
|
|
295
295
|
owner: `0x${string}`;
|
|
296
296
|
isRevoked: boolean;
|
|
297
|
-
poolId?: undefined;
|
|
297
|
+
poolId?: (string & import("zod").$brand<"Int256">) | undefined;
|
|
298
298
|
}[];
|
|
299
299
|
outputFormat: "json";
|
|
300
300
|
status: 200;
|
|
@@ -306,8 +306,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
306
306
|
$get: {
|
|
307
307
|
input: {
|
|
308
308
|
query: {
|
|
309
|
-
chainId:
|
|
310
|
-
hash: string
|
|
309
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
310
|
+
hash: string;
|
|
311
311
|
};
|
|
312
312
|
};
|
|
313
313
|
output: {
|
|
@@ -315,7 +315,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
315
315
|
admin: `0x${string}`;
|
|
316
316
|
};
|
|
317
317
|
outputFormat: "json";
|
|
318
|
-
status:
|
|
318
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
319
319
|
};
|
|
320
320
|
};
|
|
321
321
|
}, "/getPlatformDeployEvent"> | import("hono/types").MergeSchemaPath<{
|
|
@@ -323,8 +323,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
323
323
|
$get: {
|
|
324
324
|
input: {
|
|
325
325
|
query: {
|
|
326
|
-
chainId:
|
|
327
|
-
hash: string
|
|
326
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
327
|
+
hash: string;
|
|
328
328
|
};
|
|
329
329
|
};
|
|
330
330
|
output: {
|
|
@@ -345,8 +345,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
345
345
|
$get: {
|
|
346
346
|
input: {
|
|
347
347
|
query: {
|
|
348
|
-
chainId:
|
|
349
|
-
hash: string
|
|
348
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
349
|
+
hash: string;
|
|
350
350
|
};
|
|
351
351
|
};
|
|
352
352
|
output: {
|
|
@@ -355,7 +355,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
355
355
|
rewardAssetHandler: `0x${string}`;
|
|
356
356
|
};
|
|
357
357
|
outputFormat: "json";
|
|
358
|
-
status:
|
|
358
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
359
359
|
};
|
|
360
360
|
};
|
|
361
361
|
}, "/getCreatePoolEvent"> | import("hono/types").MergeSchemaPath<{
|
|
@@ -518,7 +518,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
518
518
|
$post: {
|
|
519
519
|
input: {
|
|
520
520
|
json: {
|
|
521
|
-
chainId:
|
|
521
|
+
chainId: "31337" | "11155111" | "84532";
|
|
522
522
|
erc721: {
|
|
523
523
|
symbol: string;
|
|
524
524
|
name: string;
|
|
@@ -547,8 +547,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
547
547
|
$get: {
|
|
548
548
|
input: {
|
|
549
549
|
query: {
|
|
550
|
-
chainId:
|
|
551
|
-
hash: string
|
|
550
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
551
|
+
hash: string;
|
|
552
552
|
};
|
|
553
553
|
};
|
|
554
554
|
output: {
|
|
@@ -556,7 +556,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
556
556
|
admin: `0x${string}`;
|
|
557
557
|
};
|
|
558
558
|
outputFormat: "json";
|
|
559
|
-
status:
|
|
559
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
560
560
|
};
|
|
561
561
|
};
|
|
562
562
|
}, "/getPlatformDeployEvent"> | import("hono/types").MergeSchemaPath<{
|
|
@@ -564,8 +564,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
564
564
|
$get: {
|
|
565
565
|
input: {
|
|
566
566
|
query: {
|
|
567
|
-
chainId:
|
|
568
|
-
hash: string
|
|
567
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
568
|
+
hash: string;
|
|
569
569
|
};
|
|
570
570
|
};
|
|
571
571
|
output: {
|
|
@@ -586,8 +586,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
586
586
|
$get: {
|
|
587
587
|
input: {
|
|
588
588
|
query: {
|
|
589
|
-
chainId:
|
|
590
|
-
hash: string
|
|
589
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
590
|
+
hash: string;
|
|
591
591
|
};
|
|
592
592
|
};
|
|
593
593
|
output: {
|
|
@@ -596,7 +596,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
596
596
|
rewardAssetHandler: `0x${string}`;
|
|
597
597
|
};
|
|
598
598
|
outputFormat: "json";
|
|
599
|
-
status:
|
|
599
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
600
600
|
};
|
|
601
601
|
};
|
|
602
602
|
}, "/getCreatePoolEvent"> | import("hono/types").MergeSchemaPath<{
|
|
@@ -770,7 +770,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
770
770
|
$post: {
|
|
771
771
|
input: {
|
|
772
772
|
json: {
|
|
773
|
-
chainId:
|
|
773
|
+
chainId: "31337" | "11155111" | "84532";
|
|
774
774
|
erc721: {
|
|
775
775
|
symbol: string;
|
|
776
776
|
name: string;
|
|
@@ -799,8 +799,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
799
799
|
$get: {
|
|
800
800
|
input: {
|
|
801
801
|
query: {
|
|
802
|
-
chainId:
|
|
803
|
-
hash: string
|
|
802
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
803
|
+
hash: string;
|
|
804
804
|
};
|
|
805
805
|
};
|
|
806
806
|
output: {
|
|
@@ -808,7 +808,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
808
808
|
admin: `0x${string}`;
|
|
809
809
|
};
|
|
810
810
|
outputFormat: "json";
|
|
811
|
-
status:
|
|
811
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
812
812
|
};
|
|
813
813
|
};
|
|
814
814
|
}, "/getPlatformDeployEvent"> | import("hono/types").MergeSchemaPath<{
|
|
@@ -816,8 +816,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
816
816
|
$get: {
|
|
817
817
|
input: {
|
|
818
818
|
query: {
|
|
819
|
-
chainId:
|
|
820
|
-
hash: string
|
|
819
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
820
|
+
hash: string;
|
|
821
821
|
};
|
|
822
822
|
};
|
|
823
823
|
output: {
|
|
@@ -838,8 +838,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
838
838
|
$get: {
|
|
839
839
|
input: {
|
|
840
840
|
query: {
|
|
841
|
-
chainId:
|
|
842
|
-
hash: string
|
|
841
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
842
|
+
hash: string;
|
|
843
843
|
};
|
|
844
844
|
};
|
|
845
845
|
output: {
|
|
@@ -848,7 +848,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
848
848
|
rewardAssetHandler: `0x${string}`;
|
|
849
849
|
};
|
|
850
850
|
outputFormat: "json";
|
|
851
|
-
status:
|
|
851
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
852
852
|
};
|
|
853
853
|
};
|
|
854
854
|
}, "/getCreatePoolEvent"> | import("hono/types").MergeSchemaPath<{
|
|
@@ -1010,7 +1010,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1010
1010
|
$post: {
|
|
1011
1011
|
input: {
|
|
1012
1012
|
json: {
|
|
1013
|
-
chainId:
|
|
1013
|
+
chainId: "31337" | "11155111" | "84532";
|
|
1014
1014
|
erc721: {
|
|
1015
1015
|
symbol: string;
|
|
1016
1016
|
name: string;
|
|
@@ -1059,18 +1059,18 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1059
1059
|
};
|
|
1060
1060
|
};
|
|
1061
1061
|
}, "/distributeRewards">, "/v0">, "/rwa">, "/", "/">;
|
|
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<
|
|
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<{
|
|
1063
1063
|
"/": {
|
|
1064
1064
|
$get: {
|
|
1065
1065
|
input: {
|
|
1066
1066
|
query: {
|
|
1067
|
-
chainId:
|
|
1068
|
-
address: string
|
|
1067
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1068
|
+
address: string;
|
|
1069
1069
|
};
|
|
1070
1070
|
};
|
|
1071
1071
|
output: {
|
|
1072
1072
|
error: string;
|
|
1073
|
-
chainId: 1 |
|
|
1073
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1074
1074
|
market: `0x${string}`;
|
|
1075
1075
|
};
|
|
1076
1076
|
outputFormat: "json";
|
|
@@ -1078,19 +1078,19 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1078
1078
|
} | {
|
|
1079
1079
|
input: {
|
|
1080
1080
|
query: {
|
|
1081
|
-
chainId:
|
|
1082
|
-
address: string
|
|
1081
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1082
|
+
address: string;
|
|
1083
1083
|
};
|
|
1084
1084
|
};
|
|
1085
1085
|
output: {
|
|
1086
|
-
chainId:
|
|
1086
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1087
1087
|
transactionHash: string;
|
|
1088
1088
|
template: "unknown" | "default" | "compilot" | "continuous-withdrawal" | "continuous-withdrawal-nid" | "lending";
|
|
1089
1089
|
contractAddress: string;
|
|
1090
1090
|
adminAddress: string;
|
|
1091
1091
|
wrapperAddress: string | null;
|
|
1092
1092
|
burnAsset: {
|
|
1093
|
-
chainId:
|
|
1093
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1094
1094
|
address: string;
|
|
1095
1095
|
type: string;
|
|
1096
1096
|
symbol: string;
|
|
@@ -1107,7 +1107,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1107
1107
|
status: 200;
|
|
1108
1108
|
};
|
|
1109
1109
|
};
|
|
1110
|
-
}, "/
|
|
1110
|
+
}, "/get"> | import("hono/types").MergeSchemaPath<{
|
|
1111
1111
|
"/": {
|
|
1112
1112
|
$post: {
|
|
1113
1113
|
input: {
|
|
@@ -1117,20 +1117,20 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1117
1117
|
limit: number;
|
|
1118
1118
|
};
|
|
1119
1119
|
filter: {
|
|
1120
|
-
chainId?:
|
|
1120
|
+
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
1121
1121
|
owner?: string | undefined;
|
|
1122
1122
|
};
|
|
1123
1123
|
};
|
|
1124
1124
|
};
|
|
1125
1125
|
output: {
|
|
1126
|
-
chainId:
|
|
1126
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1127
1127
|
transactionHash: string;
|
|
1128
1128
|
template: "unknown" | "default" | "compilot" | "continuous-withdrawal" | "continuous-withdrawal-nid" | "lending";
|
|
1129
1129
|
contractAddress: string;
|
|
1130
1130
|
adminAddress: string;
|
|
1131
1131
|
wrapperAddress: string | null;
|
|
1132
1132
|
burnAsset: {
|
|
1133
|
-
chainId:
|
|
1133
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1134
1134
|
address: string;
|
|
1135
1135
|
type: string;
|
|
1136
1136
|
symbol: string;
|
|
@@ -1147,13 +1147,13 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1147
1147
|
status: 200;
|
|
1148
1148
|
};
|
|
1149
1149
|
};
|
|
1150
|
-
}, "/
|
|
1150
|
+
}, "/search"> | import("hono/types").MergeSchemaPath<{
|
|
1151
1151
|
"/": {
|
|
1152
1152
|
$get: {
|
|
1153
1153
|
input: {
|
|
1154
1154
|
query: {
|
|
1155
|
-
chainId:
|
|
1156
|
-
hash: string
|
|
1155
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1156
|
+
hash: string;
|
|
1157
1157
|
};
|
|
1158
1158
|
};
|
|
1159
1159
|
output: {
|
|
@@ -1165,12 +1165,12 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1165
1165
|
status: 200;
|
|
1166
1166
|
};
|
|
1167
1167
|
};
|
|
1168
|
-
}, "/deployEvent"
|
|
1168
|
+
}, "/deployEvent"> | import("hono/types").MergeSchemaPath<{
|
|
1169
1169
|
"/": {
|
|
1170
1170
|
$post: {
|
|
1171
1171
|
input: {
|
|
1172
1172
|
json: {
|
|
1173
|
-
chainId:
|
|
1173
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1174
1174
|
adminAddress: string;
|
|
1175
1175
|
ownerAddress?: string | undefined;
|
|
1176
1176
|
discount?: {
|
|
@@ -1182,7 +1182,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1182
1182
|
maxHardCap: string;
|
|
1183
1183
|
} | undefined;
|
|
1184
1184
|
fee?: {
|
|
1185
|
-
percent:
|
|
1185
|
+
percent: string;
|
|
1186
1186
|
collectorAddress: string;
|
|
1187
1187
|
feeAdmin: string;
|
|
1188
1188
|
} | undefined;
|
|
@@ -1207,7 +1207,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1207
1207
|
$post: {
|
|
1208
1208
|
input: {
|
|
1209
1209
|
json: {
|
|
1210
|
-
chainId:
|
|
1210
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1211
1211
|
adminAddress: string;
|
|
1212
1212
|
ownerAddress?: string | undefined;
|
|
1213
1213
|
discount?: {
|
|
@@ -1219,7 +1219,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1219
1219
|
maxHardCap: string;
|
|
1220
1220
|
} | undefined;
|
|
1221
1221
|
fee?: {
|
|
1222
|
-
percent:
|
|
1222
|
+
percent: string;
|
|
1223
1223
|
collectorAddress: string;
|
|
1224
1224
|
feeAdmin: string;
|
|
1225
1225
|
} | undefined;
|
|
@@ -1244,7 +1244,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1244
1244
|
$post: {
|
|
1245
1245
|
input: {
|
|
1246
1246
|
json: {
|
|
1247
|
-
chainId:
|
|
1247
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1248
1248
|
adminAddress: string;
|
|
1249
1249
|
ownerAddress?: string | undefined;
|
|
1250
1250
|
discount?: {
|
|
@@ -1256,7 +1256,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1256
1256
|
maxHardCap: string;
|
|
1257
1257
|
} | undefined;
|
|
1258
1258
|
fee?: {
|
|
1259
|
-
percent:
|
|
1259
|
+
percent: string;
|
|
1260
1260
|
collectorAddress: string;
|
|
1261
1261
|
feeAdmin: string;
|
|
1262
1262
|
} | undefined;
|
|
@@ -1281,7 +1281,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1281
1281
|
$post: {
|
|
1282
1282
|
input: {
|
|
1283
1283
|
json: {
|
|
1284
|
-
chainId:
|
|
1284
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1285
1285
|
adminAddress: string;
|
|
1286
1286
|
ownerAddress?: string | undefined;
|
|
1287
1287
|
discount?: {
|
|
@@ -1293,7 +1293,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1293
1293
|
maxHardCap: string;
|
|
1294
1294
|
} | undefined;
|
|
1295
1295
|
fee?: {
|
|
1296
|
-
percent:
|
|
1296
|
+
percent: string;
|
|
1297
1297
|
collectorAddress: string;
|
|
1298
1298
|
feeAdmin: string;
|
|
1299
1299
|
} | undefined;
|
|
@@ -1319,7 +1319,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1319
1319
|
input: {
|
|
1320
1320
|
query: {
|
|
1321
1321
|
market: string;
|
|
1322
|
-
|
|
1322
|
+
compilotSigner?: string | undefined;
|
|
1323
1323
|
};
|
|
1324
1324
|
};
|
|
1325
1325
|
output: {
|
|
@@ -1336,7 +1336,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1336
1336
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1337
1337
|
};
|
|
1338
1338
|
};
|
|
1339
|
-
}, "/initCompilot">, "/
|
|
1339
|
+
}, "/initCompilot">, "/markets"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
1340
1340
|
"/": {
|
|
1341
1341
|
$get: {
|
|
1342
1342
|
input: {};
|
|
@@ -1362,7 +1362,6 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1362
1362
|
$post: {
|
|
1363
1363
|
input: {
|
|
1364
1364
|
json: {
|
|
1365
|
-
chainId: unknown;
|
|
1366
1365
|
marketAddress: string;
|
|
1367
1366
|
users: string[];
|
|
1368
1367
|
role: import("@evergonlabs/tmi-protocol-fractions-sdk").RoleTypeEnum;
|
|
@@ -1387,13 +1386,12 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1387
1386
|
$post: {
|
|
1388
1387
|
input: {
|
|
1389
1388
|
json: {
|
|
1390
|
-
chainId:
|
|
1389
|
+
chainId: number;
|
|
1391
1390
|
market: string;
|
|
1392
1391
|
fractions: {
|
|
1393
1392
|
symbol: string;
|
|
1394
1393
|
name: string;
|
|
1395
1394
|
amount: string;
|
|
1396
|
-
token?: string | undefined;
|
|
1397
1395
|
};
|
|
1398
1396
|
timeBoundary: {
|
|
1399
1397
|
start: string;
|
|
@@ -1428,7 +1426,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1428
1426
|
discounts?: {
|
|
1429
1427
|
burnableTokenAddress: string;
|
|
1430
1428
|
amountToBurn: string;
|
|
1431
|
-
percentDiscount:
|
|
1429
|
+
percentDiscount: string;
|
|
1432
1430
|
} | undefined;
|
|
1433
1431
|
vesting?: {
|
|
1434
1432
|
cliff: string;
|
|
@@ -1456,8 +1454,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1456
1454
|
$get: {
|
|
1457
1455
|
input: {
|
|
1458
1456
|
query: {
|
|
1459
|
-
chainId:
|
|
1460
|
-
hash: string
|
|
1457
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1458
|
+
hash: string;
|
|
1461
1459
|
};
|
|
1462
1460
|
};
|
|
1463
1461
|
output: {
|
|
@@ -1477,8 +1475,10 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1477
1475
|
$post: {
|
|
1478
1476
|
input: {
|
|
1479
1477
|
json: {
|
|
1480
|
-
|
|
1481
|
-
|
|
1478
|
+
campaign: {
|
|
1479
|
+
market: string;
|
|
1480
|
+
campaignId: string;
|
|
1481
|
+
};
|
|
1482
1482
|
};
|
|
1483
1483
|
};
|
|
1484
1484
|
output: {
|
|
@@ -1500,7 +1500,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1500
1500
|
$post: {
|
|
1501
1501
|
input: {
|
|
1502
1502
|
json: {
|
|
1503
|
-
|
|
1503
|
+
market: string;
|
|
1504
1504
|
saleId: string;
|
|
1505
1505
|
};
|
|
1506
1506
|
};
|
|
@@ -1519,7 +1519,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1519
1519
|
} | {
|
|
1520
1520
|
input: {
|
|
1521
1521
|
json: {
|
|
1522
|
-
|
|
1522
|
+
market: string;
|
|
1523
1523
|
saleId: string;
|
|
1524
1524
|
};
|
|
1525
1525
|
};
|
|
@@ -1531,7 +1531,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1531
1531
|
} | {
|
|
1532
1532
|
input: {
|
|
1533
1533
|
json: {
|
|
1534
|
-
|
|
1534
|
+
market: string;
|
|
1535
1535
|
saleId: string;
|
|
1536
1536
|
};
|
|
1537
1537
|
};
|
|
@@ -1547,8 +1547,10 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1547
1547
|
$post: {
|
|
1548
1548
|
input: {
|
|
1549
1549
|
json: {
|
|
1550
|
-
|
|
1551
|
-
|
|
1550
|
+
campaign: {
|
|
1551
|
+
market: string;
|
|
1552
|
+
campaignId: string;
|
|
1553
|
+
};
|
|
1552
1554
|
lostAccount: string;
|
|
1553
1555
|
recoveryAddress: string;
|
|
1554
1556
|
amountOfFractions: string;
|
|
@@ -1570,8 +1572,10 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1570
1572
|
} | {
|
|
1571
1573
|
input: {
|
|
1572
1574
|
json: {
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
+
campaign: {
|
|
1576
|
+
market: string;
|
|
1577
|
+
campaignId: string;
|
|
1578
|
+
};
|
|
1575
1579
|
lostAccount: string;
|
|
1576
1580
|
recoveryAddress: string;
|
|
1577
1581
|
amountOfFractions: string;
|
|
@@ -1586,8 +1590,10 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1586
1590
|
} | {
|
|
1587
1591
|
input: {
|
|
1588
1592
|
json: {
|
|
1589
|
-
|
|
1590
|
-
|
|
1593
|
+
campaign: {
|
|
1594
|
+
market: string;
|
|
1595
|
+
campaignId: string;
|
|
1596
|
+
};
|
|
1591
1597
|
lostAccount: string;
|
|
1592
1598
|
recoveryAddress: string;
|
|
1593
1599
|
amountOfFractions: string;
|
|
@@ -1606,8 +1612,10 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1606
1612
|
$post: {
|
|
1607
1613
|
input: {
|
|
1608
1614
|
json: {
|
|
1609
|
-
|
|
1610
|
-
|
|
1615
|
+
campaign: {
|
|
1616
|
+
market: string;
|
|
1617
|
+
campaignId: string;
|
|
1618
|
+
};
|
|
1611
1619
|
};
|
|
1612
1620
|
};
|
|
1613
1621
|
output: {
|
|
@@ -1629,8 +1637,10 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1629
1637
|
$post: {
|
|
1630
1638
|
input: {
|
|
1631
1639
|
json: {
|
|
1632
|
-
|
|
1633
|
-
|
|
1640
|
+
campaign: {
|
|
1641
|
+
market: string;
|
|
1642
|
+
campaignId: string;
|
|
1643
|
+
};
|
|
1634
1644
|
};
|
|
1635
1645
|
};
|
|
1636
1646
|
output: {
|
|
@@ -1652,11 +1662,14 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1652
1662
|
$post: {
|
|
1653
1663
|
input: {
|
|
1654
1664
|
json: {
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1665
|
+
campaign: {
|
|
1666
|
+
market: string;
|
|
1667
|
+
campaignId: string;
|
|
1668
|
+
};
|
|
1669
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1658
1670
|
amountToBuy: string;
|
|
1659
|
-
|
|
1671
|
+
tokenId?: string | undefined;
|
|
1672
|
+
burnForDiscount?: string | undefined;
|
|
1660
1673
|
};
|
|
1661
1674
|
};
|
|
1662
1675
|
output: {
|
|
@@ -1681,11 +1694,11 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1681
1694
|
platform: string;
|
|
1682
1695
|
campaignId: string;
|
|
1683
1696
|
walletAddress: string;
|
|
1684
|
-
chainId?:
|
|
1697
|
+
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
1685
1698
|
};
|
|
1686
1699
|
};
|
|
1687
1700
|
output: {
|
|
1688
|
-
chainId: 1 |
|
|
1701
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1689
1702
|
platform: `0x${string}`;
|
|
1690
1703
|
campaignId: string;
|
|
1691
1704
|
statistics: {
|
|
@@ -1708,7 +1721,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1708
1721
|
limit: number;
|
|
1709
1722
|
};
|
|
1710
1723
|
filter: {
|
|
1711
|
-
chainId?:
|
|
1724
|
+
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
1712
1725
|
platform?: string | undefined;
|
|
1713
1726
|
campaignId?: string | undefined;
|
|
1714
1727
|
};
|
|
@@ -1757,8 +1770,10 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1757
1770
|
$post: {
|
|
1758
1771
|
input: {
|
|
1759
1772
|
json: {
|
|
1760
|
-
|
|
1761
|
-
|
|
1773
|
+
campaign: {
|
|
1774
|
+
market: string;
|
|
1775
|
+
campaignId: string;
|
|
1776
|
+
};
|
|
1762
1777
|
};
|
|
1763
1778
|
};
|
|
1764
1779
|
output: {
|
|
@@ -1780,11 +1795,11 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1780
1795
|
$post: {
|
|
1781
1796
|
input: {
|
|
1782
1797
|
json: {
|
|
1798
|
+
campaign: {
|
|
1799
|
+
market: string;
|
|
1800
|
+
campaignId: string;
|
|
1801
|
+
};
|
|
1783
1802
|
amountOfFractions: string;
|
|
1784
|
-
isDiscounted: boolean;
|
|
1785
|
-
market: string;
|
|
1786
|
-
campaignId: string;
|
|
1787
|
-
upperGenesisId?: string | undefined;
|
|
1788
1803
|
};
|
|
1789
1804
|
};
|
|
1790
1805
|
output: {
|
|
@@ -1806,8 +1821,37 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1806
1821
|
$post: {
|
|
1807
1822
|
input: {
|
|
1808
1823
|
json: {
|
|
1809
|
-
|
|
1810
|
-
|
|
1824
|
+
campaign: {
|
|
1825
|
+
market: string;
|
|
1826
|
+
campaignId: string;
|
|
1827
|
+
};
|
|
1828
|
+
upperGenesisId: string;
|
|
1829
|
+
amountOfFractions: string;
|
|
1830
|
+
};
|
|
1831
|
+
};
|
|
1832
|
+
output: {
|
|
1833
|
+
data: `0x${string}`;
|
|
1834
|
+
to: `0x${string}`;
|
|
1835
|
+
details: {
|
|
1836
|
+
functionName: string;
|
|
1837
|
+
address: `0x${string}`;
|
|
1838
|
+
abi: any[];
|
|
1839
|
+
args: any[];
|
|
1840
|
+
};
|
|
1841
|
+
};
|
|
1842
|
+
outputFormat: "json";
|
|
1843
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1844
|
+
};
|
|
1845
|
+
};
|
|
1846
|
+
}, "/receiveFundsAfterNonFundedDiscount"> | import("hono/types").MergeSchemaPath<{
|
|
1847
|
+
"/": {
|
|
1848
|
+
$post: {
|
|
1849
|
+
input: {
|
|
1850
|
+
json: {
|
|
1851
|
+
campaign: {
|
|
1852
|
+
market: string;
|
|
1853
|
+
campaignId: string;
|
|
1854
|
+
};
|
|
1811
1855
|
};
|
|
1812
1856
|
};
|
|
1813
1857
|
output: {
|
|
@@ -1829,8 +1873,10 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1829
1873
|
$post: {
|
|
1830
1874
|
input: {
|
|
1831
1875
|
json: {
|
|
1832
|
-
|
|
1833
|
-
|
|
1876
|
+
campaign: {
|
|
1877
|
+
market: string;
|
|
1878
|
+
campaignId: string;
|
|
1879
|
+
};
|
|
1834
1880
|
};
|
|
1835
1881
|
};
|
|
1836
1882
|
output: {
|
|
@@ -1852,7 +1898,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1852
1898
|
$post: {
|
|
1853
1899
|
input: {
|
|
1854
1900
|
json: {
|
|
1855
|
-
|
|
1901
|
+
market: string;
|
|
1856
1902
|
saleId: string;
|
|
1857
1903
|
newCliffDate: string;
|
|
1858
1904
|
};
|
|
@@ -1872,7 +1918,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1872
1918
|
} | {
|
|
1873
1919
|
input: {
|
|
1874
1920
|
json: {
|
|
1875
|
-
|
|
1921
|
+
market: string;
|
|
1876
1922
|
saleId: string;
|
|
1877
1923
|
newCliffDate: string;
|
|
1878
1924
|
};
|
|
@@ -1885,7 +1931,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1885
1931
|
} | {
|
|
1886
1932
|
input: {
|
|
1887
1933
|
json: {
|
|
1888
|
-
|
|
1934
|
+
market: string;
|
|
1889
1935
|
saleId: string;
|
|
1890
1936
|
newCliffDate: string;
|
|
1891
1937
|
};
|
|
@@ -1955,16 +2001,16 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1955
2001
|
$post: {
|
|
1956
2002
|
input: {
|
|
1957
2003
|
json: {
|
|
1958
|
-
chainId:
|
|
2004
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1959
2005
|
platform: string;
|
|
1960
2006
|
campaignId: string;
|
|
1961
2007
|
walletAddress: string;
|
|
1962
2008
|
};
|
|
1963
2009
|
};
|
|
1964
2010
|
output: {
|
|
1965
|
-
chainId: 1 |
|
|
2011
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1966
2012
|
platform: `0x${string}`;
|
|
1967
|
-
campaignId:
|
|
2013
|
+
campaignId: string & import("zod").$brand<"Int256">;
|
|
1968
2014
|
totalClaims: number;
|
|
1969
2015
|
lastClaimId: null;
|
|
1970
2016
|
totalClaimed: {
|
|
@@ -1981,8 +2027,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1981
2027
|
$get: {
|
|
1982
2028
|
input: {
|
|
1983
2029
|
query: {
|
|
1984
|
-
chainId:
|
|
1985
|
-
hash: string
|
|
2030
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2031
|
+
hash: string;
|
|
1986
2032
|
};
|
|
1987
2033
|
};
|
|
1988
2034
|
output: {
|
|
@@ -2006,7 +2052,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2006
2052
|
limit: number;
|
|
2007
2053
|
};
|
|
2008
2054
|
filter: {
|
|
2009
|
-
chainId?:
|
|
2055
|
+
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
2010
2056
|
owner?: string | undefined;
|
|
2011
2057
|
platform?: string | undefined;
|
|
2012
2058
|
campaignId?: string | undefined;
|
|
@@ -2014,15 +2060,15 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2014
2060
|
};
|
|
2015
2061
|
};
|
|
2016
2062
|
output: {
|
|
2017
|
-
chainId:
|
|
2063
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2018
2064
|
platform: string;
|
|
2019
2065
|
campaignId: string;
|
|
2020
2066
|
nftId: string;
|
|
2021
|
-
status: "
|
|
2067
|
+
status: "created" | "approved" | "rejected" | "finalized" | "refunded";
|
|
2022
2068
|
owner: string;
|
|
2023
2069
|
fractions: {
|
|
2024
2070
|
asset: {
|
|
2025
|
-
chainId:
|
|
2071
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2026
2072
|
address: string;
|
|
2027
2073
|
type: string;
|
|
2028
2074
|
symbol: string;
|
|
@@ -2051,7 +2097,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2051
2097
|
} | null;
|
|
2052
2098
|
wrappedAssets: {
|
|
2053
2099
|
asset: {
|
|
2054
|
-
chainId:
|
|
2100
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2055
2101
|
address: string;
|
|
2056
2102
|
type: string;
|
|
2057
2103
|
symbol: string;
|
|
@@ -2064,7 +2110,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2064
2110
|
}[];
|
|
2065
2111
|
fundingAssets: {
|
|
2066
2112
|
asset: {
|
|
2067
|
-
chainId:
|
|
2113
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2068
2114
|
address: string;
|
|
2069
2115
|
type: string;
|
|
2070
2116
|
symbol: string;
|
|
@@ -2093,7 +2139,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2093
2139
|
limit: number;
|
|
2094
2140
|
};
|
|
2095
2141
|
filter: {
|
|
2096
|
-
chainId?:
|
|
2142
|
+
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
2097
2143
|
platform?: string | undefined;
|
|
2098
2144
|
campaignId?: string | undefined;
|
|
2099
2145
|
operationType?: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum | undefined;
|
|
@@ -2101,13 +2147,13 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2101
2147
|
};
|
|
2102
2148
|
};
|
|
2103
2149
|
output: {
|
|
2104
|
-
chainId: 1 |
|
|
2150
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2105
2151
|
platform: `0x${string}`;
|
|
2106
2152
|
campaignId: string & import("zod").$brand<"Int256">;
|
|
2107
2153
|
transactionHash: `0x${string}`;
|
|
2108
2154
|
from: `0x${string}`;
|
|
2109
|
-
createdAt: string & import("zod").$brand<"
|
|
2110
|
-
updatedAt: string & import("zod").$brand<"
|
|
2155
|
+
createdAt: string & import("zod").$brand<"IsoDateString">;
|
|
2156
|
+
updatedAt: string & import("zod").$brand<"IsoDateString">;
|
|
2111
2157
|
metadata: {
|
|
2112
2158
|
type: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum.CREATED;
|
|
2113
2159
|
} | {
|
|
@@ -2155,13 +2201,13 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2155
2201
|
$post: {
|
|
2156
2202
|
input: {
|
|
2157
2203
|
json: {
|
|
2158
|
-
chainId:
|
|
2204
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2159
2205
|
platform: string;
|
|
2160
2206
|
campaignId: string;
|
|
2161
2207
|
};
|
|
2162
2208
|
};
|
|
2163
2209
|
output: {
|
|
2164
|
-
chainId: 1 |
|
|
2210
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2165
2211
|
platform: `0x${string}`;
|
|
2166
2212
|
campaignId: string;
|
|
2167
2213
|
statistics: {
|
|
@@ -2179,8 +2225,10 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2179
2225
|
$post: {
|
|
2180
2226
|
input: {
|
|
2181
2227
|
json: {
|
|
2182
|
-
|
|
2183
|
-
|
|
2228
|
+
campaign: {
|
|
2229
|
+
market: string;
|
|
2230
|
+
campaignId: string;
|
|
2231
|
+
};
|
|
2184
2232
|
packetsLimit: string;
|
|
2185
2233
|
};
|
|
2186
2234
|
};
|
|
@@ -2203,8 +2251,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2203
2251
|
$get: {
|
|
2204
2252
|
input: {
|
|
2205
2253
|
query: {
|
|
2206
|
-
chainId:
|
|
2207
|
-
hash: string
|
|
2254
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2255
|
+
hash: string;
|
|
2208
2256
|
};
|
|
2209
2257
|
};
|
|
2210
2258
|
output: {
|
|
@@ -2221,14 +2269,14 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2221
2269
|
$get: {
|
|
2222
2270
|
input: {
|
|
2223
2271
|
query: {
|
|
2224
|
-
chainId:
|
|
2225
|
-
platform: string
|
|
2226
|
-
campaign: string
|
|
2272
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2273
|
+
platform: string;
|
|
2274
|
+
campaign: string;
|
|
2227
2275
|
};
|
|
2228
2276
|
};
|
|
2229
2277
|
output: {
|
|
2230
2278
|
error: string;
|
|
2231
|
-
chainId: 1 |
|
|
2279
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2232
2280
|
market: `0x${string}`;
|
|
2233
2281
|
};
|
|
2234
2282
|
outputFormat: "json";
|
|
@@ -2236,9 +2284,9 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2236
2284
|
} | {
|
|
2237
2285
|
input: {
|
|
2238
2286
|
query: {
|
|
2239
|
-
chainId:
|
|
2240
|
-
platform: string
|
|
2241
|
-
campaign: string
|
|
2287
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2288
|
+
platform: string;
|
|
2289
|
+
campaign: string;
|
|
2242
2290
|
};
|
|
2243
2291
|
};
|
|
2244
2292
|
output: {
|
|
@@ -2253,8 +2301,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2253
2301
|
$post: {
|
|
2254
2302
|
input: {
|
|
2255
2303
|
json: {
|
|
2256
|
-
|
|
2257
|
-
|
|
2304
|
+
market: string;
|
|
2305
|
+
wrapper: string;
|
|
2258
2306
|
};
|
|
2259
2307
|
};
|
|
2260
2308
|
output: {
|
|
@@ -2278,7 +2326,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2278
2326
|
json: {
|
|
2279
2327
|
marketAddress: string;
|
|
2280
2328
|
userAddress: string;
|
|
2281
|
-
chainId:
|
|
2329
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2282
2330
|
};
|
|
2283
2331
|
};
|
|
2284
2332
|
output: {
|
|
@@ -2295,7 +2343,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2295
2343
|
json: {
|
|
2296
2344
|
marketAddress: string;
|
|
2297
2345
|
userAddress: string;
|
|
2298
|
-
chainId:
|
|
2346
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2299
2347
|
nonce: string;
|
|
2300
2348
|
blockExpiration: string;
|
|
2301
2349
|
callData: string;
|
|
@@ -2314,17 +2362,17 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2314
2362
|
$post: {
|
|
2315
2363
|
input: {
|
|
2316
2364
|
json: {
|
|
2317
|
-
chainId?:
|
|
2365
|
+
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
2318
2366
|
};
|
|
2319
2367
|
};
|
|
2320
2368
|
output: {
|
|
2321
|
-
[x:
|
|
2369
|
+
[x: string]: string & import("zod").$brand<"Int256">;
|
|
2322
2370
|
total: string & import("zod").$brand<"Int256">;
|
|
2323
2371
|
} | {
|
|
2324
2372
|
total: string & import("zod").$brand<"Int256">;
|
|
2325
2373
|
1: string & import("zod").$brand<"Int256">;
|
|
2326
|
-
11155111: string & import("zod").$brand<"Int256">;
|
|
2327
2374
|
31337: string & import("zod").$brand<"Int256">;
|
|
2375
|
+
11155111: string & import("zod").$brand<"Int256">;
|
|
2328
2376
|
84532: string & import("zod").$brand<"Int256">;
|
|
2329
2377
|
72080: string & import("zod").$brand<"Int256">;
|
|
2330
2378
|
};
|
|
@@ -2337,17 +2385,17 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2337
2385
|
$post: {
|
|
2338
2386
|
input: {
|
|
2339
2387
|
json: {
|
|
2340
|
-
chainId?:
|
|
2388
|
+
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
2341
2389
|
};
|
|
2342
2390
|
};
|
|
2343
2391
|
output: {
|
|
2344
|
-
[x:
|
|
2392
|
+
[x: string]: string & import("zod").$brand<"Int256">;
|
|
2345
2393
|
total: string & import("zod").$brand<"Int256">;
|
|
2346
2394
|
} | {
|
|
2347
2395
|
total: string & import("zod").$brand<"Int256">;
|
|
2348
2396
|
1: string & import("zod").$brand<"Int256">;
|
|
2349
|
-
11155111: string & import("zod").$brand<"Int256">;
|
|
2350
2397
|
31337: string & import("zod").$brand<"Int256">;
|
|
2398
|
+
11155111: string & import("zod").$brand<"Int256">;
|
|
2351
2399
|
84532: string & import("zod").$brand<"Int256">;
|
|
2352
2400
|
72080: string & import("zod").$brand<"Int256">;
|
|
2353
2401
|
};
|
|
@@ -2360,17 +2408,17 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2360
2408
|
$post: {
|
|
2361
2409
|
input: {
|
|
2362
2410
|
json: {
|
|
2363
|
-
chainId?:
|
|
2411
|
+
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
2364
2412
|
};
|
|
2365
2413
|
};
|
|
2366
2414
|
output: {
|
|
2367
|
-
[x:
|
|
2415
|
+
[x: string]: string & import("zod").$brand<"Int256">;
|
|
2368
2416
|
total: string & import("zod").$brand<"Int256">;
|
|
2369
2417
|
} | {
|
|
2370
2418
|
total: string & import("zod").$brand<"Int256">;
|
|
2371
2419
|
1: string & import("zod").$brand<"Int256">;
|
|
2372
|
-
11155111: string & import("zod").$brand<"Int256">;
|
|
2373
2420
|
31337: string & import("zod").$brand<"Int256">;
|
|
2421
|
+
11155111: string & import("zod").$brand<"Int256">;
|
|
2374
2422
|
84532: string & import("zod").$brand<"Int256">;
|
|
2375
2423
|
72080: string & import("zod").$brand<"Int256">;
|
|
2376
2424
|
};
|
|
@@ -2383,7 +2431,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2383
2431
|
$post: {
|
|
2384
2432
|
input: {
|
|
2385
2433
|
json: {
|
|
2386
|
-
chainId?:
|
|
2434
|
+
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
2387
2435
|
};
|
|
2388
2436
|
};
|
|
2389
2437
|
output: {
|
|
@@ -2397,12 +2445,12 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2397
2445
|
sales: string & import("zod").$brand<"Int256">;
|
|
2398
2446
|
ttv: string & import("zod").$brand<"Int256">;
|
|
2399
2447
|
};
|
|
2400
|
-
|
|
2448
|
+
31337: {
|
|
2401
2449
|
holders: string & import("zod").$brand<"Int256">;
|
|
2402
2450
|
sales: string & import("zod").$brand<"Int256">;
|
|
2403
2451
|
ttv: string & import("zod").$brand<"Int256">;
|
|
2404
2452
|
};
|
|
2405
|
-
|
|
2453
|
+
11155111: {
|
|
2406
2454
|
holders: string & import("zod").$brand<"Int256">;
|
|
2407
2455
|
sales: string & import("zod").$brand<"Int256">;
|
|
2408
2456
|
ttv: string & import("zod").$brand<"Int256">;
|
|
@@ -2428,7 +2476,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2428
2476
|
$post: {
|
|
2429
2477
|
input: {
|
|
2430
2478
|
json: {
|
|
2431
|
-
chainId:
|
|
2479
|
+
chainId: "31337" | "11155111" | "84532";
|
|
2432
2480
|
data: string;
|
|
2433
2481
|
from: string;
|
|
2434
2482
|
to: string;
|
|
@@ -2447,8 +2495,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2447
2495
|
$get: {
|
|
2448
2496
|
input: {
|
|
2449
2497
|
query: {
|
|
2450
|
-
chainId:
|
|
2451
|
-
address: string
|
|
2498
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2499
|
+
address: string;
|
|
2452
2500
|
};
|
|
2453
2501
|
};
|
|
2454
2502
|
output: {
|
|
@@ -2464,7 +2512,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2464
2512
|
$post: {
|
|
2465
2513
|
input: {
|
|
2466
2514
|
json: {
|
|
2467
|
-
chainId:
|
|
2515
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2468
2516
|
address: string;
|
|
2469
2517
|
contracts: string[];
|
|
2470
2518
|
};
|
|
@@ -2487,7 +2535,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2487
2535
|
$post: {
|
|
2488
2536
|
input: {
|
|
2489
2537
|
json: {
|
|
2490
|
-
chainId:
|
|
2538
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2491
2539
|
address: string;
|
|
2492
2540
|
};
|
|
2493
2541
|
};
|
|
@@ -2515,7 +2563,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2515
2563
|
$post: {
|
|
2516
2564
|
input: {
|
|
2517
2565
|
json: {
|
|
2518
|
-
chainId: 11155111 | 84532 | 72080;
|
|
2566
|
+
chainId: "11155111" | "84532" | "72080";
|
|
2519
2567
|
tokenName: string;
|
|
2520
2568
|
tokenSymbol: string;
|
|
2521
2569
|
supplyCap: string;
|
|
@@ -2569,8 +2617,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2569
2617
|
$get: {
|
|
2570
2618
|
input: {
|
|
2571
2619
|
query: {
|
|
2572
|
-
chainId:
|
|
2573
|
-
hash: string
|
|
2620
|
+
chainId: "11155111" | "84532" | "72080";
|
|
2621
|
+
hash: string;
|
|
2574
2622
|
};
|
|
2575
2623
|
};
|
|
2576
2624
|
output: {
|
|
@@ -2590,7 +2638,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2590
2638
|
$post: {
|
|
2591
2639
|
input: {
|
|
2592
2640
|
json: {
|
|
2593
|
-
chainId: 11155111 | 84532 | 72080;
|
|
2641
|
+
chainId: "11155111" | "84532" | "72080";
|
|
2594
2642
|
tokenName: string;
|
|
2595
2643
|
tokenSymbol: string;
|
|
2596
2644
|
supplyCap: string;
|
|
@@ -2646,8 +2694,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2646
2694
|
$get: {
|
|
2647
2695
|
input: {
|
|
2648
2696
|
query: {
|
|
2649
|
-
chainId:
|
|
2650
|
-
hash: string
|
|
2697
|
+
chainId: "11155111" | "84532" | "72080";
|
|
2698
|
+
hash: string;
|
|
2651
2699
|
};
|
|
2652
2700
|
};
|
|
2653
2701
|
output: {
|
|
@@ -2699,8 +2747,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2699
2747
|
$get: {
|
|
2700
2748
|
input: {
|
|
2701
2749
|
query: {
|
|
2702
|
-
chainId:
|
|
2703
|
-
hash: string
|
|
2750
|
+
chainId: "11155111" | "84532" | "72080";
|
|
2751
|
+
hash: string;
|
|
2704
2752
|
};
|
|
2705
2753
|
};
|
|
2706
2754
|
output: {
|
|
@@ -2933,7 +2981,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2933
2981
|
$post: {
|
|
2934
2982
|
input: {
|
|
2935
2983
|
json: {
|
|
2936
|
-
chainId: 11155111 | 84532 | 72080;
|
|
2984
|
+
chainId: "11155111" | "84532" | "72080";
|
|
2937
2985
|
tokenName: string;
|
|
2938
2986
|
tokenSymbol: string;
|
|
2939
2987
|
baseURI: string;
|
|
@@ -2987,8 +3035,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2987
3035
|
$get: {
|
|
2988
3036
|
input: {
|
|
2989
3037
|
query: {
|
|
2990
|
-
chainId:
|
|
2991
|
-
hash: string
|
|
3038
|
+
chainId: "11155111" | "84532" | "72080";
|
|
3039
|
+
hash: string;
|
|
2992
3040
|
};
|
|
2993
3041
|
};
|
|
2994
3042
|
output: {
|
|
@@ -3008,7 +3056,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3008
3056
|
$post: {
|
|
3009
3057
|
input: {
|
|
3010
3058
|
json: {
|
|
3011
|
-
chainId: 11155111 | 84532 | 72080;
|
|
3059
|
+
chainId: "11155111" | "84532" | "72080";
|
|
3012
3060
|
tokenName: string;
|
|
3013
3061
|
tokenSymbol: string;
|
|
3014
3062
|
baseURI: string;
|
|
@@ -3064,8 +3112,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3064
3112
|
$get: {
|
|
3065
3113
|
input: {
|
|
3066
3114
|
query: {
|
|
3067
|
-
chainId:
|
|
3068
|
-
hash: string
|
|
3115
|
+
chainId: "11155111" | "84532" | "72080";
|
|
3116
|
+
hash: string;
|
|
3069
3117
|
};
|
|
3070
3118
|
};
|
|
3071
3119
|
output: {
|
|
@@ -3324,8 +3372,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3324
3372
|
$get: {
|
|
3325
3373
|
input: {
|
|
3326
3374
|
query: {
|
|
3327
|
-
chainId:
|
|
3328
|
-
hash: string
|
|
3375
|
+
chainId: "11155111" | "84532" | "72080";
|
|
3376
|
+
hash: string;
|
|
3329
3377
|
};
|
|
3330
3378
|
};
|
|
3331
3379
|
output: {
|
|
@@ -3340,7 +3388,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3340
3388
|
$post: {
|
|
3341
3389
|
input: {
|
|
3342
3390
|
json: {
|
|
3343
|
-
chainId: 11155111 | 84532 | 72080;
|
|
3391
|
+
chainId: "11155111" | "84532" | "72080";
|
|
3344
3392
|
baseURI: string;
|
|
3345
3393
|
defaultTokenAdmin: string;
|
|
3346
3394
|
minter: string;
|
|
@@ -3390,8 +3438,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3390
3438
|
$get: {
|
|
3391
3439
|
input: {
|
|
3392
3440
|
query: {
|
|
3393
|
-
chainId:
|
|
3394
|
-
hash: string
|
|
3441
|
+
chainId: "11155111" | "84532" | "72080";
|
|
3442
|
+
hash: string;
|
|
3395
3443
|
};
|
|
3396
3444
|
};
|
|
3397
3445
|
output: {
|
|
@@ -3409,7 +3457,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3409
3457
|
$post: {
|
|
3410
3458
|
input: {
|
|
3411
3459
|
json: {
|
|
3412
|
-
chainId: 11155111 | 84532 | 72080;
|
|
3460
|
+
chainId: "11155111" | "84532" | "72080";
|
|
3413
3461
|
baseURI: string;
|
|
3414
3462
|
defaultTokenAdmin: string;
|
|
3415
3463
|
minter: string;
|
|
@@ -3461,8 +3509,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3461
3509
|
$get: {
|
|
3462
3510
|
input: {
|
|
3463
3511
|
query: {
|
|
3464
|
-
chainId:
|
|
3465
|
-
hash: string
|
|
3512
|
+
chainId: "11155111" | "84532" | "72080";
|
|
3513
|
+
hash: string;
|
|
3466
3514
|
};
|
|
3467
3515
|
};
|
|
3468
3516
|
output: {
|
|
@@ -3699,8 +3747,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3699
3747
|
$get: {
|
|
3700
3748
|
input: {
|
|
3701
3749
|
query: {
|
|
3702
|
-
chainId:
|
|
3703
|
-
hash: string
|
|
3750
|
+
chainId: "11155111" | "84532" | "72080";
|
|
3751
|
+
hash: string;
|
|
3704
3752
|
};
|
|
3705
3753
|
};
|
|
3706
3754
|
output: {
|
|
@@ -3769,682 +3817,9 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3769
3817
|
};
|
|
3770
3818
|
}, "/upgradeTransparentProxy">, "/proxy">, "/", "/">;
|
|
3771
3819
|
};
|
|
3772
|
-
nextApps: {
|
|
3773
|
-
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<{
|
|
3774
|
-
"/": {
|
|
3775
|
-
$post: {
|
|
3776
|
-
input: {
|
|
3777
|
-
json: {
|
|
3778
|
-
chainId: unknown;
|
|
3779
|
-
adminAddress: string;
|
|
3780
|
-
acceptedFundingTokens: string[];
|
|
3781
|
-
ownerAddress?: string | undefined;
|
|
3782
|
-
cap?: {
|
|
3783
|
-
maxHardCap: string;
|
|
3784
|
-
} | undefined;
|
|
3785
|
-
fee?: {
|
|
3786
|
-
percent: number;
|
|
3787
|
-
collectorAddress: string;
|
|
3788
|
-
feeAdmin: string;
|
|
3789
|
-
} | undefined;
|
|
3790
|
-
};
|
|
3791
|
-
};
|
|
3792
|
-
output: {
|
|
3793
|
-
data: `0x${string}`;
|
|
3794
|
-
to: `0x${string}`;
|
|
3795
|
-
details: {
|
|
3796
|
-
functionName: string;
|
|
3797
|
-
address: `0x${string}`;
|
|
3798
|
-
abi: any[];
|
|
3799
|
-
args: any[];
|
|
3800
|
-
};
|
|
3801
|
-
};
|
|
3802
|
-
outputFormat: "json";
|
|
3803
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3804
|
-
};
|
|
3805
|
-
};
|
|
3806
|
-
}, "/deployNftFractions"> | import("hono/types").MergeSchemaPath<{
|
|
3807
|
-
"/": {
|
|
3808
|
-
$post: {
|
|
3809
|
-
input: {
|
|
3810
|
-
json: {
|
|
3811
|
-
chainId: unknown;
|
|
3812
|
-
adminAddress: string;
|
|
3813
|
-
acceptedFundingTokens: string[];
|
|
3814
|
-
ownerAddress?: string | undefined;
|
|
3815
|
-
compilotSignerAddress?: string | undefined;
|
|
3816
|
-
cap?: {
|
|
3817
|
-
maxHardCap: string;
|
|
3818
|
-
} | undefined;
|
|
3819
|
-
fee?: {
|
|
3820
|
-
percent: number;
|
|
3821
|
-
collectorAddress: string;
|
|
3822
|
-
feeAdmin: string;
|
|
3823
|
-
} | undefined;
|
|
3824
|
-
};
|
|
3825
|
-
};
|
|
3826
|
-
output: {
|
|
3827
|
-
data: `0x${string}`;
|
|
3828
|
-
to: `0x${string}`;
|
|
3829
|
-
details: {
|
|
3830
|
-
functionName: string;
|
|
3831
|
-
address: `0x${string}`;
|
|
3832
|
-
abi: any[];
|
|
3833
|
-
args: any[];
|
|
3834
|
-
};
|
|
3835
|
-
};
|
|
3836
|
-
outputFormat: "json";
|
|
3837
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3838
|
-
};
|
|
3839
|
-
};
|
|
3840
|
-
}, "/deployNftFractionsGated">, "/platforms"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
3841
|
-
"/": {
|
|
3842
|
-
$post: {
|
|
3843
|
-
input: {
|
|
3844
|
-
json: {
|
|
3845
|
-
market: string;
|
|
3846
|
-
campaignId: string;
|
|
3847
|
-
chainId: unknown;
|
|
3848
|
-
amountToBuy: string;
|
|
3849
|
-
applyDiscount: boolean;
|
|
3850
|
-
};
|
|
3851
|
-
};
|
|
3852
|
-
output: {
|
|
3853
|
-
data: `0x${string}`;
|
|
3854
|
-
to: `0x${string}`;
|
|
3855
|
-
details: {
|
|
3856
|
-
functionName: string;
|
|
3857
|
-
address: `0x${string}`;
|
|
3858
|
-
abi: any[];
|
|
3859
|
-
args: any[];
|
|
3860
|
-
};
|
|
3861
|
-
};
|
|
3862
|
-
outputFormat: "json";
|
|
3863
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3864
|
-
};
|
|
3865
|
-
};
|
|
3866
|
-
}, "/purchase"> | import("hono/types").MergeSchemaPath<{
|
|
3867
|
-
"/": {
|
|
3868
|
-
$post: {
|
|
3869
|
-
input: {
|
|
3870
|
-
json: {
|
|
3871
|
-
chainId: unknown;
|
|
3872
|
-
market: string;
|
|
3873
|
-
wrapped: ({
|
|
3874
|
-
type: "ERC20";
|
|
3875
|
-
address: string;
|
|
3876
|
-
values: string[];
|
|
3877
|
-
} | {
|
|
3878
|
-
type: "ERC721";
|
|
3879
|
-
address: string;
|
|
3880
|
-
tokenIds: string[];
|
|
3881
|
-
} | {
|
|
3882
|
-
type: "ERC1155";
|
|
3883
|
-
address: string;
|
|
3884
|
-
tokenIds: string[];
|
|
3885
|
-
values: string[];
|
|
3886
|
-
})[];
|
|
3887
|
-
fractions: {
|
|
3888
|
-
name: string;
|
|
3889
|
-
symbol: string;
|
|
3890
|
-
amount: string;
|
|
3891
|
-
};
|
|
3892
|
-
timeBoundary: {
|
|
3893
|
-
start: string;
|
|
3894
|
-
end: string;
|
|
3895
|
-
};
|
|
3896
|
-
cap: {
|
|
3897
|
-
soft: string;
|
|
3898
|
-
hard: string;
|
|
3899
|
-
softPerAccount?: string | undefined;
|
|
3900
|
-
hardPerAccount?: string | undefined;
|
|
3901
|
-
};
|
|
3902
|
-
funding: {
|
|
3903
|
-
token: string;
|
|
3904
|
-
amountPerPacket: string;
|
|
3905
|
-
}[];
|
|
3906
|
-
amountOfPacketsPerFraction: string;
|
|
3907
|
-
refundAddress: string;
|
|
3908
|
-
vesting?: {
|
|
3909
|
-
cliff: string;
|
|
3910
|
-
totalVestingPeriod: number;
|
|
3911
|
-
portionPeriod: number;
|
|
3912
|
-
} | undefined;
|
|
3913
|
-
};
|
|
3914
|
-
};
|
|
3915
|
-
output: {
|
|
3916
|
-
data: `0x${string}`;
|
|
3917
|
-
to: `0x${string}`;
|
|
3918
|
-
details: {
|
|
3919
|
-
functionName: string;
|
|
3920
|
-
address: `0x${string}`;
|
|
3921
|
-
abi: any[];
|
|
3922
|
-
args: any[];
|
|
3923
|
-
};
|
|
3924
|
-
};
|
|
3925
|
-
outputFormat: "json";
|
|
3926
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3927
|
-
};
|
|
3928
|
-
};
|
|
3929
|
-
}, "/nftFractions"> | import("hono/types").MergeSchemaPath<{
|
|
3930
|
-
"/": {
|
|
3931
|
-
$get: {
|
|
3932
|
-
input: {
|
|
3933
|
-
query: {
|
|
3934
|
-
chainId: string | string[];
|
|
3935
|
-
hash: string | string[];
|
|
3936
|
-
};
|
|
3937
|
-
};
|
|
3938
|
-
output: {
|
|
3939
|
-
campaignId: string;
|
|
3940
|
-
creator: `0x${string}`;
|
|
3941
|
-
nftId: string;
|
|
3942
|
-
fractionsCreated: string;
|
|
3943
|
-
fractionsAddress: `0x${string}`;
|
|
3944
|
-
vaultAddress: `0x${string}` | undefined;
|
|
3945
|
-
};
|
|
3946
|
-
outputFormat: "json";
|
|
3947
|
-
status: 200;
|
|
3948
|
-
};
|
|
3949
|
-
};
|
|
3950
|
-
}, "/getFractionsCreatedEvent">, "/sales"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
3951
|
-
"/": {
|
|
3952
|
-
$post: {
|
|
3953
|
-
input: {
|
|
3954
|
-
json: {
|
|
3955
|
-
market: string;
|
|
3956
|
-
campaignId: string;
|
|
3957
|
-
chainId: unknown;
|
|
3958
|
-
amountToBuy: string;
|
|
3959
|
-
applyDiscount: boolean;
|
|
3960
|
-
};
|
|
3961
|
-
};
|
|
3962
|
-
output: {
|
|
3963
|
-
data: `0x${string}`;
|
|
3964
|
-
to: `0x${string}`;
|
|
3965
|
-
details: {
|
|
3966
|
-
functionName: string;
|
|
3967
|
-
address: `0x${string}`;
|
|
3968
|
-
abi: any[];
|
|
3969
|
-
args: any[];
|
|
3970
|
-
};
|
|
3971
|
-
};
|
|
3972
|
-
outputFormat: "json";
|
|
3973
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3974
|
-
};
|
|
3975
|
-
};
|
|
3976
|
-
}, "/purchase"> | import("hono/types").MergeSchemaPath<{
|
|
3977
|
-
"/": {
|
|
3978
|
-
$post: {
|
|
3979
|
-
input: {
|
|
3980
|
-
json: {
|
|
3981
|
-
chainId: unknown;
|
|
3982
|
-
adminAddress: string;
|
|
3983
|
-
minInterest: number;
|
|
3984
|
-
maxInterest: number;
|
|
3985
|
-
minDuration: string;
|
|
3986
|
-
maxDuration: string;
|
|
3987
|
-
minimumProportionOverObligation: string;
|
|
3988
|
-
ownerAddress?: string | undefined;
|
|
3989
|
-
discount?: {
|
|
3990
|
-
burnForDiscount: {
|
|
3991
|
-
burnableTokenAddress: string;
|
|
3992
|
-
};
|
|
3993
|
-
} | undefined;
|
|
3994
|
-
cap?: {
|
|
3995
|
-
maxHardCap: string;
|
|
3996
|
-
} | undefined;
|
|
3997
|
-
fee?: {
|
|
3998
|
-
percent: number;
|
|
3999
|
-
collectorAddress: string;
|
|
4000
|
-
feeAdmin: string;
|
|
4001
|
-
} | undefined;
|
|
4002
|
-
};
|
|
4003
|
-
};
|
|
4004
|
-
output: {
|
|
4005
|
-
data: `0x${string}`;
|
|
4006
|
-
to: `0x${string}`;
|
|
4007
|
-
details: {
|
|
4008
|
-
functionName: string;
|
|
4009
|
-
address: `0x${string}`;
|
|
4010
|
-
abi: any[];
|
|
4011
|
-
args: any[];
|
|
4012
|
-
};
|
|
4013
|
-
};
|
|
4014
|
-
outputFormat: "json";
|
|
4015
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4016
|
-
};
|
|
4017
|
-
};
|
|
4018
|
-
}, "/deploy"> | import("hono/types").MergeSchemaPath<{
|
|
4019
|
-
"/": {
|
|
4020
|
-
$post: {
|
|
4021
|
-
input: {
|
|
4022
|
-
json: {
|
|
4023
|
-
chainId: unknown;
|
|
4024
|
-
market: string;
|
|
4025
|
-
fractions: {
|
|
4026
|
-
symbol: string;
|
|
4027
|
-
name: string;
|
|
4028
|
-
amount: string;
|
|
4029
|
-
token?: string | undefined;
|
|
4030
|
-
};
|
|
4031
|
-
timeBoundary: {
|
|
4032
|
-
start: string;
|
|
4033
|
-
end: string;
|
|
4034
|
-
};
|
|
4035
|
-
cap: {
|
|
4036
|
-
soft: string;
|
|
4037
|
-
hard: string;
|
|
4038
|
-
softPerAccount?: string | undefined;
|
|
4039
|
-
hardPerAccount?: string | undefined;
|
|
4040
|
-
};
|
|
4041
|
-
wrapped: ({
|
|
4042
|
-
type: "ERC20";
|
|
4043
|
-
address: string;
|
|
4044
|
-
values: string[];
|
|
4045
|
-
} | {
|
|
4046
|
-
type: "ERC721";
|
|
4047
|
-
address: string;
|
|
4048
|
-
tokenIds: string[];
|
|
4049
|
-
} | {
|
|
4050
|
-
type: "ERC1155";
|
|
4051
|
-
address: string;
|
|
4052
|
-
tokenIds: string[];
|
|
4053
|
-
values: string[];
|
|
4054
|
-
})[];
|
|
4055
|
-
funding: {
|
|
4056
|
-
token: string;
|
|
4057
|
-
amountPerPacket: string;
|
|
4058
|
-
}[];
|
|
4059
|
-
refundAddress: string;
|
|
4060
|
-
amountOfPacketsPerFraction: string;
|
|
4061
|
-
buyback: {
|
|
4062
|
-
durationSeconds: number;
|
|
4063
|
-
interestPercentage: number;
|
|
4064
|
-
liquidationLimitPercentage: number;
|
|
4065
|
-
marginCallLimitPercentage: number;
|
|
4066
|
-
};
|
|
4067
|
-
discounts?: {
|
|
4068
|
-
burnableTokenAddress: string;
|
|
4069
|
-
amountToBurn: string;
|
|
4070
|
-
percentDiscount: number;
|
|
4071
|
-
} | undefined;
|
|
4072
|
-
};
|
|
4073
|
-
};
|
|
4074
|
-
output: {
|
|
4075
|
-
data: `0x${string}`;
|
|
4076
|
-
to: `0x${string}`;
|
|
4077
|
-
details: {
|
|
4078
|
-
functionName: string;
|
|
4079
|
-
address: `0x${string}`;
|
|
4080
|
-
abi: any[];
|
|
4081
|
-
args: any[];
|
|
4082
|
-
};
|
|
4083
|
-
};
|
|
4084
|
-
outputFormat: "json";
|
|
4085
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4086
|
-
};
|
|
4087
|
-
};
|
|
4088
|
-
}, "/createSale"> | import("hono/types").MergeSchemaPath<{
|
|
4089
|
-
"/": {
|
|
4090
|
-
$post: {
|
|
4091
|
-
input: {
|
|
4092
|
-
json: {
|
|
4093
|
-
collateralPriceInFundingPackets: string;
|
|
4094
|
-
market: string;
|
|
4095
|
-
campaignId: string;
|
|
4096
|
-
};
|
|
4097
|
-
};
|
|
4098
|
-
output: {
|
|
4099
|
-
data: `0x${string}`;
|
|
4100
|
-
to: `0x${string}`;
|
|
4101
|
-
details: {
|
|
4102
|
-
functionName: string;
|
|
4103
|
-
address: `0x${string}`;
|
|
4104
|
-
abi: any[];
|
|
4105
|
-
args: any[];
|
|
4106
|
-
};
|
|
4107
|
-
};
|
|
4108
|
-
outputFormat: "json";
|
|
4109
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4110
|
-
};
|
|
4111
|
-
};
|
|
4112
|
-
}, "/setCollateralPrice"> | import("hono/types").MergeSchemaPath<{
|
|
4113
|
-
"/": {
|
|
4114
|
-
$post: {
|
|
4115
|
-
input: {
|
|
4116
|
-
json: {
|
|
4117
|
-
chainId: unknown;
|
|
4118
|
-
buybackPacketsAmount: string;
|
|
4119
|
-
market: string;
|
|
4120
|
-
campaignId: string;
|
|
4121
|
-
};
|
|
4122
|
-
};
|
|
4123
|
-
output: {
|
|
4124
|
-
data: `0x${string}`;
|
|
4125
|
-
to: `0x${string}`;
|
|
4126
|
-
details: {
|
|
4127
|
-
functionName: string;
|
|
4128
|
-
address: `0x${string}`;
|
|
4129
|
-
abi: any[];
|
|
4130
|
-
args: any[];
|
|
4131
|
-
};
|
|
4132
|
-
};
|
|
4133
|
-
outputFormat: "json";
|
|
4134
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4135
|
-
};
|
|
4136
|
-
};
|
|
4137
|
-
}, "/buyback">, "/lending"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
4138
|
-
"/": {
|
|
4139
|
-
$post: {
|
|
4140
|
-
input: {
|
|
4141
|
-
json: {
|
|
4142
|
-
chainId: unknown;
|
|
4143
|
-
adminAddress: string;
|
|
4144
|
-
acceptedFundingTokens: string[];
|
|
4145
|
-
ownerAddress?: string | undefined;
|
|
4146
|
-
platformEntryFee?: {
|
|
4147
|
-
collectorAddress: string;
|
|
4148
|
-
basisPoints: number;
|
|
4149
|
-
} | undefined;
|
|
4150
|
-
platformExitFee?: {
|
|
4151
|
-
collectorAddress: string;
|
|
4152
|
-
basisPoints: number;
|
|
4153
|
-
} | undefined;
|
|
4154
|
-
receiptNft?: {
|
|
4155
|
-
baseName: string;
|
|
4156
|
-
baseSymbol: string;
|
|
4157
|
-
} | undefined;
|
|
4158
|
-
};
|
|
4159
|
-
};
|
|
4160
|
-
output: {
|
|
4161
|
-
data: `0x${string}`;
|
|
4162
|
-
to: `0x${string}`;
|
|
4163
|
-
details: {
|
|
4164
|
-
functionName: string;
|
|
4165
|
-
address: `0x${string}`;
|
|
4166
|
-
abi: any[];
|
|
4167
|
-
args: any[];
|
|
4168
|
-
};
|
|
4169
|
-
};
|
|
4170
|
-
outputFormat: "json";
|
|
4171
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4172
|
-
};
|
|
4173
|
-
};
|
|
4174
|
-
}, "/deployMarket"> | import("hono/types").MergeSchemaPath<{
|
|
4175
|
-
"/": {
|
|
4176
|
-
$post: {
|
|
4177
|
-
input: {
|
|
4178
|
-
json: {
|
|
4179
|
-
chainId: unknown;
|
|
4180
|
-
market: string;
|
|
4181
|
-
nft: {
|
|
4182
|
-
contractAddress: string;
|
|
4183
|
-
tokenId: string;
|
|
4184
|
-
};
|
|
4185
|
-
fractions: {
|
|
4186
|
-
name: string;
|
|
4187
|
-
symbol: string;
|
|
4188
|
-
};
|
|
4189
|
-
refundAddress: string;
|
|
4190
|
-
funding: {
|
|
4191
|
-
token: string;
|
|
4192
|
-
amountPerPacket: string;
|
|
4193
|
-
};
|
|
4194
|
-
startDate: string;
|
|
4195
|
-
softCapPerPurchase: string;
|
|
4196
|
-
hardCapPerAccount: string;
|
|
4197
|
-
fundsReceiver: string;
|
|
4198
|
-
priceSetter: string;
|
|
4199
|
-
fundsProvider: string;
|
|
4200
|
-
issuerEntryFee?: {
|
|
4201
|
-
collectorAddress: string;
|
|
4202
|
-
proportion: string;
|
|
4203
|
-
} | undefined;
|
|
4204
|
-
issuerExitFee?: {
|
|
4205
|
-
collectorAddress: string;
|
|
4206
|
-
proportion: string;
|
|
4207
|
-
} | undefined;
|
|
4208
|
-
};
|
|
4209
|
-
};
|
|
4210
|
-
output: {
|
|
4211
|
-
data: `0x${string}`;
|
|
4212
|
-
to: `0x${string}`;
|
|
4213
|
-
details: {
|
|
4214
|
-
functionName: string;
|
|
4215
|
-
address: `0x${string}`;
|
|
4216
|
-
abi: any[];
|
|
4217
|
-
args: any[];
|
|
4218
|
-
};
|
|
4219
|
-
};
|
|
4220
|
-
outputFormat: "json";
|
|
4221
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4222
|
-
};
|
|
4223
|
-
};
|
|
4224
|
-
}, "/createCampaign"> | import("hono/types").MergeSchemaPath<{
|
|
4225
|
-
"/": {
|
|
4226
|
-
$post: {
|
|
4227
|
-
input: {
|
|
4228
|
-
json: {
|
|
4229
|
-
market: string;
|
|
4230
|
-
campaignId: string;
|
|
4231
|
-
};
|
|
4232
|
-
};
|
|
4233
|
-
output: {
|
|
4234
|
-
data: `0x${string}`;
|
|
4235
|
-
to: `0x${string}`;
|
|
4236
|
-
details: {
|
|
4237
|
-
functionName: string;
|
|
4238
|
-
address: `0x${string}`;
|
|
4239
|
-
abi: any[];
|
|
4240
|
-
args: any[];
|
|
4241
|
-
};
|
|
4242
|
-
};
|
|
4243
|
-
outputFormat: "json";
|
|
4244
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4245
|
-
};
|
|
4246
|
-
};
|
|
4247
|
-
}, "/approveCampaign"> | import("hono/types").MergeSchemaPath<{
|
|
4248
|
-
"/": {
|
|
4249
|
-
$post: {
|
|
4250
|
-
input: {
|
|
4251
|
-
json: {
|
|
4252
|
-
market: string;
|
|
4253
|
-
campaignId: string;
|
|
4254
|
-
price: string;
|
|
4255
|
-
};
|
|
4256
|
-
};
|
|
4257
|
-
output: {
|
|
4258
|
-
data: `0x${string}`;
|
|
4259
|
-
to: `0x${string}`;
|
|
4260
|
-
details: {
|
|
4261
|
-
functionName: string;
|
|
4262
|
-
address: `0x${string}`;
|
|
4263
|
-
abi: any[];
|
|
4264
|
-
args: any[];
|
|
4265
|
-
};
|
|
4266
|
-
};
|
|
4267
|
-
outputFormat: "json";
|
|
4268
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4269
|
-
};
|
|
4270
|
-
};
|
|
4271
|
-
}, "/setEpochPrice"> | import("hono/types").MergeSchemaPath<{
|
|
4272
|
-
"/": {
|
|
4273
|
-
$get: {
|
|
4274
|
-
input: {
|
|
4275
|
-
query: {
|
|
4276
|
-
chainId: string | string[];
|
|
4277
|
-
market: string | string[];
|
|
4278
|
-
campaignId: string | string[];
|
|
4279
|
-
};
|
|
4280
|
-
};
|
|
4281
|
-
output: {
|
|
4282
|
-
currentEpoch: string;
|
|
4283
|
-
};
|
|
4284
|
-
outputFormat: "json";
|
|
4285
|
-
status: 200;
|
|
4286
|
-
};
|
|
4287
|
-
};
|
|
4288
|
-
}, "/getCurrentEpoch"> | import("hono/types").MergeSchemaPath<{
|
|
4289
|
-
"/": {
|
|
4290
|
-
$get: {
|
|
4291
|
-
input: {
|
|
4292
|
-
query: {
|
|
4293
|
-
chainId: string | string[];
|
|
4294
|
-
market: string | string[];
|
|
4295
|
-
campaignId: string | string[];
|
|
4296
|
-
epoch: string | string[];
|
|
4297
|
-
};
|
|
4298
|
-
};
|
|
4299
|
-
output: {
|
|
4300
|
-
price: string;
|
|
4301
|
-
};
|
|
4302
|
-
outputFormat: "json";
|
|
4303
|
-
status: 200;
|
|
4304
|
-
};
|
|
4305
|
-
};
|
|
4306
|
-
}, "/getPurchasePriceForEpoch"> | import("hono/types").MergeSchemaPath<{
|
|
4307
|
-
"/": {
|
|
4308
|
-
$post: {
|
|
4309
|
-
input: {
|
|
4310
|
-
json: {
|
|
4311
|
-
market: string;
|
|
4312
|
-
campaignId: string;
|
|
4313
|
-
amountToProvide: string;
|
|
4314
|
-
};
|
|
4315
|
-
};
|
|
4316
|
-
output: {
|
|
4317
|
-
data: `0x${string}`;
|
|
4318
|
-
to: `0x${string}`;
|
|
4319
|
-
details: {
|
|
4320
|
-
functionName: string;
|
|
4321
|
-
address: `0x${string}`;
|
|
4322
|
-
abi: any[];
|
|
4323
|
-
args: any[];
|
|
4324
|
-
};
|
|
4325
|
-
};
|
|
4326
|
-
outputFormat: "json";
|
|
4327
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4328
|
-
};
|
|
4329
|
-
};
|
|
4330
|
-
}, "/purchase"> | import("hono/types").MergeSchemaPath<{
|
|
4331
|
-
"/": {
|
|
4332
|
-
$get: {
|
|
4333
|
-
input: {
|
|
4334
|
-
query: {
|
|
4335
|
-
chainId: string | string[];
|
|
4336
|
-
hash: string | string[];
|
|
4337
|
-
};
|
|
4338
|
-
};
|
|
4339
|
-
output: {
|
|
4340
|
-
campaignId: string;
|
|
4341
|
-
nftId: string;
|
|
4342
|
-
purchaser: `0x${string}`;
|
|
4343
|
-
amountProvided: string;
|
|
4344
|
-
amountAfterFees: string;
|
|
4345
|
-
epochPurchased: string;
|
|
4346
|
-
};
|
|
4347
|
-
outputFormat: "json";
|
|
4348
|
-
status: 200;
|
|
4349
|
-
};
|
|
4350
|
-
};
|
|
4351
|
-
}, "/getEpochPurchaseEvent"> | import("hono/types").MergeSchemaPath<{
|
|
4352
|
-
"/": {
|
|
4353
|
-
$post: {
|
|
4354
|
-
input: {
|
|
4355
|
-
json: {
|
|
4356
|
-
market: string;
|
|
4357
|
-
campaignId: string;
|
|
4358
|
-
nftId: string;
|
|
4359
|
-
};
|
|
4360
|
-
};
|
|
4361
|
-
output: {
|
|
4362
|
-
data: `0x${string}`;
|
|
4363
|
-
to: `0x${string}`;
|
|
4364
|
-
details: {
|
|
4365
|
-
functionName: string;
|
|
4366
|
-
address: `0x${string}`;
|
|
4367
|
-
abi: any[];
|
|
4368
|
-
args: any[];
|
|
4369
|
-
};
|
|
4370
|
-
};
|
|
4371
|
-
outputFormat: "json";
|
|
4372
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4373
|
-
};
|
|
4374
|
-
};
|
|
4375
|
-
}, "/exchangeNftForFractions"> | import("hono/types").MergeSchemaPath<{
|
|
4376
|
-
"/": {
|
|
4377
|
-
$post: {
|
|
4378
|
-
input: {
|
|
4379
|
-
json: {
|
|
4380
|
-
market: string;
|
|
4381
|
-
campaignId: string;
|
|
4382
|
-
amountOfFractions: string;
|
|
4383
|
-
};
|
|
4384
|
-
};
|
|
4385
|
-
output: {
|
|
4386
|
-
data: `0x${string}`;
|
|
4387
|
-
to: `0x${string}`;
|
|
4388
|
-
details: {
|
|
4389
|
-
functionName: string;
|
|
4390
|
-
address: `0x${string}`;
|
|
4391
|
-
abi: any[];
|
|
4392
|
-
args: any[];
|
|
4393
|
-
};
|
|
4394
|
-
};
|
|
4395
|
-
outputFormat: "json";
|
|
4396
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4397
|
-
};
|
|
4398
|
-
};
|
|
4399
|
-
}, "/requestWithdrawal"> | import("hono/types").MergeSchemaPath<{
|
|
4400
|
-
"/": {
|
|
4401
|
-
$get: {
|
|
4402
|
-
input: {
|
|
4403
|
-
query: {
|
|
4404
|
-
chainId: string | string[];
|
|
4405
|
-
hash: string | string[];
|
|
4406
|
-
};
|
|
4407
|
-
};
|
|
4408
|
-
output: {
|
|
4409
|
-
campaignId: string;
|
|
4410
|
-
nftId: string;
|
|
4411
|
-
requester: `0x${string}`;
|
|
4412
|
-
amountOfFractions: string;
|
|
4413
|
-
};
|
|
4414
|
-
outputFormat: "json";
|
|
4415
|
-
status: 200;
|
|
4416
|
-
};
|
|
4417
|
-
};
|
|
4418
|
-
}, "/getWithdrawalRequestedEvent"> | import("hono/types").MergeSchemaPath<{
|
|
4419
|
-
"/": {
|
|
4420
|
-
$post: {
|
|
4421
|
-
input: {
|
|
4422
|
-
json: {
|
|
4423
|
-
market: string;
|
|
4424
|
-
campaignId: string;
|
|
4425
|
-
nftId: string;
|
|
4426
|
-
};
|
|
4427
|
-
};
|
|
4428
|
-
output: {
|
|
4429
|
-
data: `0x${string}`;
|
|
4430
|
-
to: `0x${string}`;
|
|
4431
|
-
details: {
|
|
4432
|
-
functionName: string;
|
|
4433
|
-
address: `0x${string}`;
|
|
4434
|
-
abi: any[];
|
|
4435
|
-
args: any[];
|
|
4436
|
-
};
|
|
4437
|
-
};
|
|
4438
|
-
outputFormat: "json";
|
|
4439
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4440
|
-
};
|
|
4441
|
-
};
|
|
4442
|
-
}, "/withdraw">, "/vestingRedemptionDynamic">, "/", "/">;
|
|
4443
|
-
};
|
|
4444
3820
|
composite: import("hono/hono-base").HonoBase<import("./common/context.js").AppContext, import("hono/types").BlankSchema, "/", "/*">;
|
|
4445
3821
|
};
|
|
4446
3822
|
export type IApps = ReturnType<typeof buildApps>["apps"];
|
|
4447
|
-
export type INextApps = ReturnType<typeof buildApps>["nextApps"];
|
|
4448
3823
|
export declare const appConfig: {
|
|
4449
3824
|
title: string;
|
|
4450
3825
|
description: string;
|