@evergonlabs/tmi-protocol-api 0.10.1 → 0.11.0-rc.1
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 +294 -611
- 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 +299 -634
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +1 -9
- package/dist/common/blockchain.d.ts +8779 -143
- package/dist/common/blockchain.d.ts.map +1 -1
- package/dist/common/blockchain.js +5 -1
- package/dist/common/config.d.ts +6 -1
- package/dist/common/config.d.ts.map +1 -1
- package/dist/common/config.js +6 -1
- package/dist/common/indexer/client.d.ts.map +1 -1
- package/dist/common/indexer/schemas.d.ts.map +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 +8 -16
- 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 +170 -161
- package/dist/fractions/index.d.ts.map +1 -1
- package/dist/fractions/index.js +0 -2
- package/dist/fractions/{platforms/deployMarket.routes.d.ts → markets/deployMarket.d.ts} +11 -11
- package/dist/fractions/markets/deployMarket.d.ts.map +1 -0
- package/dist/fractions/{platforms/deployMarket.routes.js → markets/deployMarket.js} +18 -17
- 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/{platforms/initCompilot.routes.d.ts → markets/initCompilot.d.ts} +2 -10
- package/dist/fractions/markets/initCompilot.d.ts.map +1 -0
- package/dist/fractions/{platforms/initCompilot.routes.js → markets/initCompilot.js} +10 -17
- 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 -65
- package/dist/fractions/sales/approveWrapper.route.d.ts.map +1 -1
- package/dist/fractions/sales/approveWrapper.route.js +6 -68
- 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 +2 -2
- 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 +120 -118
- package/dist/fractions/sales/index.d.ts.map +1 -1
- package/dist/fractions/sales/index.js +5 -6
- 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 +3 -3
- 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 +3 -3
- 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 +19 -11
- 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 +20 -12
- package/dist/fractions/statistics/networkStatistics.route.d.ts.map +1 -1
- package/dist/fractions/statistics/networkStatistics.route.js +3 -3
- 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 +649 -5
- package/dist/issuance/common/factories.base.d.ts.map +1 -1
- package/dist/issuance/common/factories.base.js +2 -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 +10 -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 +18 -0
- package/dist/issuance/erc1155/getMintedTokenId.d.ts.map +1 -0
- package/dist/issuance/erc1155/getMintedTokenId.js +71 -0
- 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 +23 -7
- package/dist/issuance/erc1155/index.d.ts.map +1 -1
- package/dist/issuance/erc1155/index.js +4 -2
- 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 +18 -0
- package/dist/issuance/erc721/getMintedTokenId.d.ts.map +1 -0
- package/dist/issuance/erc721/getMintedTokenId.js +69 -0
- 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 +23 -7
- package/dist/issuance/erc721/index.d.ts.map +1 -1
- package/dist/issuance/erc721/index.js +4 -2
- 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 +54 -22
- package/dist/issuance/index.d.ts.map +1 -1
- 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/app.d.ts.map +1 -0
- 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/lending/setCollateralPrice/setCollateralPrice.routes.d.ts → lending/setCollateralPrice.d.ts} +6 -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} +16 -6
- package/dist/next/nftFractions/createNftFractions.d.ts.map +1 -0
- package/dist/next/{fractions/sales/createNftFractions.routes.js → nftFractions/createNftFractions.js} +10 -12
- 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/vestingRedemptionDynamic/approveCampaign.d.ts +27 -0
- package/dist/next/vestingRedemptionDynamic/approveCampaign.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/approveCampaign.js +31 -0
- package/dist/next/vestingRedemptionDynamic/createCampaign.d.ts +52 -0
- package/dist/next/vestingRedemptionDynamic/createCampaign.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/createCampaign.js +33 -0
- package/dist/next/vestingRedemptionDynamic/deployMarket.d.ts +39 -0
- package/dist/next/vestingRedemptionDynamic/deployMarket.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/deployMarket.js +35 -0
- 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/vestingRedemptionDynamic/getCurrentEpoch.js +43 -0
- package/dist/next/vestingRedemptionDynamic/getEpochPurchaseEvent.d.ts +24 -0
- package/dist/next/vestingRedemptionDynamic/getEpochPurchaseEvent.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/getEpochPurchaseEvent.js +66 -0
- 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/vestingRedemptionDynamic/getWithdrawalRequestedEvent.js +62 -0
- package/dist/next/vestingRedemptionDynamic/index.d.ts +323 -0
- package/dist/next/{fractions → vestingRedemptionDynamic}/index.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/index.js +31 -0
- 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/vestingRedemptionDynamic/withdrawFunds.d.ts +28 -0
- 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 +34 -15
- 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/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/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/deployMarket.routes.d.ts.map +0 -1
- package/dist/fractions/platforms/deployMarket.schema.d.ts +0 -33
- package/dist/fractions/platforms/deployMarket.schema.d.ts.map +0 -1
- package/dist/fractions/platforms/deployMarket.schema.js +0 -28
- package/dist/fractions/platforms/index.d.ts +0 -174
- package/dist/fractions/platforms/index.js +0 -13
- package/dist/fractions/platforms/initCompilot.routes.d.ts.map +0 -1
- 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 -356
- package/dist/next/fractions/index.js +0 -13
- 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 -85
- package/dist/next/fractions/sales/createNftFractions.schema.d.ts.map +0 -1
- package/dist/next/fractions/sales/createNftFractions.schema.js +0 -67
- package/dist/next/fractions/sales/index.d.ts +0 -102
- 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/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: 11155111 |
|
|
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: 11155111 |
|
|
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: 11155111 |
|
|
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: 11155111 |
|
|
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: 11155111 |
|
|
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: 11155111 |
|
|
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: 11155111 |
|
|
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 | 11155111 |
|
|
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;
|
|
@@ -1239,12 +1239,12 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1239
1239
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1240
1240
|
};
|
|
1241
1241
|
};
|
|
1242
|
-
}, "/
|
|
1242
|
+
}, "/deployNid"> | import("hono/types").MergeSchemaPath<{
|
|
1243
1243
|
"/": {
|
|
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;
|
|
@@ -1276,12 +1276,12 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1276
1276
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1277
1277
|
};
|
|
1278
1278
|
};
|
|
1279
|
-
}, "/
|
|
1279
|
+
}, "/deployContinuousWithdraw"> | import("hono/types").MergeSchemaPath<{
|
|
1280
1280
|
"/": {
|
|
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;
|
|
@@ -1313,13 +1313,13 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1313
1313
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1314
1314
|
};
|
|
1315
1315
|
};
|
|
1316
|
-
}, "/
|
|
1316
|
+
}, "/deployContinuousWithdrawNid"> | import("hono/types").MergeSchemaPath<{
|
|
1317
1317
|
"/": {
|
|
1318
1318
|
$get: {
|
|
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 | 11155111 |
|
|
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 | 11155111 |
|
|
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 | 11155111 |
|
|
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 | 11155111 |
|
|
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 | 11155111 |
|
|
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,55 +2301,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2253
2301
|
$post: {
|
|
2254
2302
|
input: {
|
|
2255
2303
|
json: {
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
};
|
|
2259
|
-
};
|
|
2260
|
-
output: {
|
|
2261
|
-
data: `0x${string}`;
|
|
2262
|
-
to: `0x${string}`;
|
|
2263
|
-
details: {
|
|
2264
|
-
functionName: string;
|
|
2265
|
-
address: `0x${string}`;
|
|
2266
|
-
abi: any[];
|
|
2267
|
-
args: any[];
|
|
2268
|
-
};
|
|
2269
|
-
};
|
|
2270
|
-
outputFormat: "json";
|
|
2271
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2272
|
-
};
|
|
2273
|
-
};
|
|
2274
|
-
}, "/approveWrapper"> | import("hono/types").MergeSchemaPath<{
|
|
2275
|
-
"/": {
|
|
2276
|
-
$post: {
|
|
2277
|
-
input: {
|
|
2278
|
-
json: {
|
|
2279
|
-
wrapperAddress: string;
|
|
2280
|
-
erc20Address: string;
|
|
2281
|
-
amount: string;
|
|
2282
|
-
};
|
|
2283
|
-
};
|
|
2284
|
-
output: {
|
|
2285
|
-
data: `0x${string}`;
|
|
2286
|
-
to: `0x${string}`;
|
|
2287
|
-
details: {
|
|
2288
|
-
functionName: string;
|
|
2289
|
-
address: `0x${string}`;
|
|
2290
|
-
abi: any[];
|
|
2291
|
-
args: any[];
|
|
2292
|
-
};
|
|
2293
|
-
};
|
|
2294
|
-
outputFormat: "json";
|
|
2295
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2296
|
-
};
|
|
2297
|
-
};
|
|
2298
|
-
}, "/approveWrapperAsErc20Spender"> | import("hono/types").MergeSchemaPath<{
|
|
2299
|
-
"/": {
|
|
2300
|
-
$post: {
|
|
2301
|
-
input: {
|
|
2302
|
-
json: {
|
|
2303
|
-
wrapperAddress: string;
|
|
2304
|
-
erc721Address: string;
|
|
2304
|
+
market: string;
|
|
2305
|
+
wrapper: string;
|
|
2305
2306
|
};
|
|
2306
2307
|
};
|
|
2307
2308
|
output: {
|
|
@@ -2318,14 +2319,14 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2318
2319
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2319
2320
|
};
|
|
2320
2321
|
};
|
|
2321
|
-
}, "/
|
|
2322
|
+
}, "/approveWrapper">, "/sales"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
2322
2323
|
"/": {
|
|
2323
2324
|
$post: {
|
|
2324
2325
|
input: {
|
|
2325
2326
|
json: {
|
|
2326
2327
|
marketAddress: string;
|
|
2327
2328
|
userAddress: string;
|
|
2328
|
-
chainId:
|
|
2329
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2329
2330
|
};
|
|
2330
2331
|
};
|
|
2331
2332
|
output: {
|
|
@@ -2342,7 +2343,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2342
2343
|
json: {
|
|
2343
2344
|
marketAddress: string;
|
|
2344
2345
|
userAddress: string;
|
|
2345
|
-
chainId:
|
|
2346
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2346
2347
|
nonce: string;
|
|
2347
2348
|
blockExpiration: string;
|
|
2348
2349
|
callData: string;
|
|
@@ -2361,17 +2362,18 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2361
2362
|
$post: {
|
|
2362
2363
|
input: {
|
|
2363
2364
|
json: {
|
|
2364
|
-
chainId?:
|
|
2365
|
+
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
2365
2366
|
};
|
|
2366
2367
|
};
|
|
2367
2368
|
output: {
|
|
2368
|
-
[x:
|
|
2369
|
+
[x: string]: string & import("zod").$brand<"Int256">;
|
|
2369
2370
|
total: string & import("zod").$brand<"Int256">;
|
|
2370
2371
|
} | {
|
|
2371
2372
|
total: string & import("zod").$brand<"Int256">;
|
|
2372
2373
|
1: string & import("zod").$brand<"Int256">;
|
|
2373
|
-
11155111: string & import("zod").$brand<"Int256">;
|
|
2374
2374
|
31337: string & import("zod").$brand<"Int256">;
|
|
2375
|
+
11155111: string & import("zod").$brand<"Int256">;
|
|
2376
|
+
84532: string & import("zod").$brand<"Int256">;
|
|
2375
2377
|
72080: string & import("zod").$brand<"Int256">;
|
|
2376
2378
|
};
|
|
2377
2379
|
outputFormat: "json";
|
|
@@ -2383,17 +2385,18 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2383
2385
|
$post: {
|
|
2384
2386
|
input: {
|
|
2385
2387
|
json: {
|
|
2386
|
-
chainId?:
|
|
2388
|
+
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
2387
2389
|
};
|
|
2388
2390
|
};
|
|
2389
2391
|
output: {
|
|
2390
|
-
[x:
|
|
2392
|
+
[x: string]: string & import("zod").$brand<"Int256">;
|
|
2391
2393
|
total: string & import("zod").$brand<"Int256">;
|
|
2392
2394
|
} | {
|
|
2393
2395
|
total: string & import("zod").$brand<"Int256">;
|
|
2394
2396
|
1: string & import("zod").$brand<"Int256">;
|
|
2395
|
-
11155111: string & import("zod").$brand<"Int256">;
|
|
2396
2397
|
31337: string & import("zod").$brand<"Int256">;
|
|
2398
|
+
11155111: string & import("zod").$brand<"Int256">;
|
|
2399
|
+
84532: string & import("zod").$brand<"Int256">;
|
|
2397
2400
|
72080: string & import("zod").$brand<"Int256">;
|
|
2398
2401
|
};
|
|
2399
2402
|
outputFormat: "json";
|
|
@@ -2405,17 +2408,18 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2405
2408
|
$post: {
|
|
2406
2409
|
input: {
|
|
2407
2410
|
json: {
|
|
2408
|
-
chainId?:
|
|
2411
|
+
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
2409
2412
|
};
|
|
2410
2413
|
};
|
|
2411
2414
|
output: {
|
|
2412
|
-
[x:
|
|
2415
|
+
[x: string]: string & import("zod").$brand<"Int256">;
|
|
2413
2416
|
total: string & import("zod").$brand<"Int256">;
|
|
2414
2417
|
} | {
|
|
2415
2418
|
total: string & import("zod").$brand<"Int256">;
|
|
2416
2419
|
1: string & import("zod").$brand<"Int256">;
|
|
2417
|
-
11155111: string & import("zod").$brand<"Int256">;
|
|
2418
2420
|
31337: string & import("zod").$brand<"Int256">;
|
|
2421
|
+
11155111: string & import("zod").$brand<"Int256">;
|
|
2422
|
+
84532: string & import("zod").$brand<"Int256">;
|
|
2419
2423
|
72080: string & import("zod").$brand<"Int256">;
|
|
2420
2424
|
};
|
|
2421
2425
|
outputFormat: "json";
|
|
@@ -2427,7 +2431,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2427
2431
|
$post: {
|
|
2428
2432
|
input: {
|
|
2429
2433
|
json: {
|
|
2430
|
-
chainId?:
|
|
2434
|
+
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
2431
2435
|
};
|
|
2432
2436
|
};
|
|
2433
2437
|
output: {
|
|
@@ -2441,12 +2445,17 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2441
2445
|
sales: string & import("zod").$brand<"Int256">;
|
|
2442
2446
|
ttv: string & import("zod").$brand<"Int256">;
|
|
2443
2447
|
};
|
|
2448
|
+
31337: {
|
|
2449
|
+
holders: string & import("zod").$brand<"Int256">;
|
|
2450
|
+
sales: string & import("zod").$brand<"Int256">;
|
|
2451
|
+
ttv: string & import("zod").$brand<"Int256">;
|
|
2452
|
+
};
|
|
2444
2453
|
11155111: {
|
|
2445
2454
|
holders: string & import("zod").$brand<"Int256">;
|
|
2446
2455
|
sales: string & import("zod").$brand<"Int256">;
|
|
2447
2456
|
ttv: string & import("zod").$brand<"Int256">;
|
|
2448
2457
|
};
|
|
2449
|
-
|
|
2458
|
+
84532: {
|
|
2450
2459
|
holders: string & import("zod").$brand<"Int256">;
|
|
2451
2460
|
sales: string & import("zod").$brand<"Int256">;
|
|
2452
2461
|
ttv: string & import("zod").$brand<"Int256">;
|
|
@@ -2467,7 +2476,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2467
2476
|
$post: {
|
|
2468
2477
|
input: {
|
|
2469
2478
|
json: {
|
|
2470
|
-
chainId:
|
|
2479
|
+
chainId: "31337" | "11155111" | "84532";
|
|
2471
2480
|
data: string;
|
|
2472
2481
|
from: string;
|
|
2473
2482
|
to: string;
|
|
@@ -2486,8 +2495,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2486
2495
|
$get: {
|
|
2487
2496
|
input: {
|
|
2488
2497
|
query: {
|
|
2489
|
-
chainId:
|
|
2490
|
-
address: string
|
|
2498
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2499
|
+
address: string;
|
|
2491
2500
|
};
|
|
2492
2501
|
};
|
|
2493
2502
|
output: {
|
|
@@ -2503,7 +2512,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2503
2512
|
$post: {
|
|
2504
2513
|
input: {
|
|
2505
2514
|
json: {
|
|
2506
|
-
chainId:
|
|
2515
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2507
2516
|
address: string;
|
|
2508
2517
|
contracts: string[];
|
|
2509
2518
|
};
|
|
@@ -2526,7 +2535,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2526
2535
|
$post: {
|
|
2527
2536
|
input: {
|
|
2528
2537
|
json: {
|
|
2529
|
-
chainId:
|
|
2538
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2530
2539
|
address: string;
|
|
2531
2540
|
};
|
|
2532
2541
|
};
|
|
@@ -2554,7 +2563,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2554
2563
|
$post: {
|
|
2555
2564
|
input: {
|
|
2556
2565
|
json: {
|
|
2557
|
-
chainId: 11155111 | 72080;
|
|
2566
|
+
chainId: 11155111 | 84532 | 72080;
|
|
2558
2567
|
tokenName: string;
|
|
2559
2568
|
tokenSymbol: string;
|
|
2560
2569
|
supplyCap: string;
|
|
@@ -2608,8 +2617,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2608
2617
|
$get: {
|
|
2609
2618
|
input: {
|
|
2610
2619
|
query: {
|
|
2611
|
-
chainId:
|
|
2612
|
-
hash: string
|
|
2620
|
+
chainId: "11155111" | "84532" | "72080";
|
|
2621
|
+
hash: string;
|
|
2613
2622
|
};
|
|
2614
2623
|
};
|
|
2615
2624
|
output: {
|
|
@@ -2629,7 +2638,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2629
2638
|
$post: {
|
|
2630
2639
|
input: {
|
|
2631
2640
|
json: {
|
|
2632
|
-
chainId: 11155111 | 72080;
|
|
2641
|
+
chainId: 11155111 | 84532 | 72080;
|
|
2633
2642
|
tokenName: string;
|
|
2634
2643
|
tokenSymbol: string;
|
|
2635
2644
|
supplyCap: string;
|
|
@@ -2685,8 +2694,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2685
2694
|
$get: {
|
|
2686
2695
|
input: {
|
|
2687
2696
|
query: {
|
|
2688
|
-
chainId:
|
|
2689
|
-
hash: string
|
|
2697
|
+
chainId: "11155111" | "84532" | "72080";
|
|
2698
|
+
hash: string;
|
|
2690
2699
|
};
|
|
2691
2700
|
};
|
|
2692
2701
|
output: {
|
|
@@ -2738,8 +2747,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2738
2747
|
$get: {
|
|
2739
2748
|
input: {
|
|
2740
2749
|
query: {
|
|
2741
|
-
chainId:
|
|
2742
|
-
hash: string
|
|
2750
|
+
chainId: "11155111" | "84532" | "72080";
|
|
2751
|
+
hash: string;
|
|
2743
2752
|
};
|
|
2744
2753
|
};
|
|
2745
2754
|
output: {
|
|
@@ -2972,7 +2981,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2972
2981
|
$post: {
|
|
2973
2982
|
input: {
|
|
2974
2983
|
json: {
|
|
2975
|
-
chainId: 11155111 | 72080;
|
|
2984
|
+
chainId: 11155111 | 84532 | 72080;
|
|
2976
2985
|
tokenName: string;
|
|
2977
2986
|
tokenSymbol: string;
|
|
2978
2987
|
baseURI: string;
|
|
@@ -3026,8 +3035,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3026
3035
|
$get: {
|
|
3027
3036
|
input: {
|
|
3028
3037
|
query: {
|
|
3029
|
-
chainId:
|
|
3030
|
-
hash: string
|
|
3038
|
+
chainId: "11155111" | "84532" | "72080";
|
|
3039
|
+
hash: string;
|
|
3031
3040
|
};
|
|
3032
3041
|
};
|
|
3033
3042
|
output: {
|
|
@@ -3047,7 +3056,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3047
3056
|
$post: {
|
|
3048
3057
|
input: {
|
|
3049
3058
|
json: {
|
|
3050
|
-
chainId: 11155111 | 72080;
|
|
3059
|
+
chainId: 11155111 | 84532 | 72080;
|
|
3051
3060
|
tokenName: string;
|
|
3052
3061
|
tokenSymbol: string;
|
|
3053
3062
|
baseURI: string;
|
|
@@ -3103,8 +3112,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3103
3112
|
$get: {
|
|
3104
3113
|
input: {
|
|
3105
3114
|
query: {
|
|
3106
|
-
chainId:
|
|
3107
|
-
hash: string
|
|
3115
|
+
chainId: "11155111" | "84532" | "72080";
|
|
3116
|
+
hash: string;
|
|
3108
3117
|
};
|
|
3109
3118
|
};
|
|
3110
3119
|
output: {
|
|
@@ -3358,12 +3367,28 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3358
3367
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3359
3368
|
};
|
|
3360
3369
|
};
|
|
3361
|
-
}, "/setTokenURI"
|
|
3370
|
+
}, "/setTokenURI"> | import("hono/types").MergeSchemaPath<{
|
|
3371
|
+
"/": {
|
|
3372
|
+
$get: {
|
|
3373
|
+
input: {
|
|
3374
|
+
query: {
|
|
3375
|
+
chainId: "11155111" | "84532" | "72080";
|
|
3376
|
+
hash: string;
|
|
3377
|
+
};
|
|
3378
|
+
};
|
|
3379
|
+
output: {
|
|
3380
|
+
tokenId: string;
|
|
3381
|
+
};
|
|
3382
|
+
outputFormat: "json";
|
|
3383
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3384
|
+
};
|
|
3385
|
+
};
|
|
3386
|
+
}, "/getMintedTokenId">, "/erc721"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
3362
3387
|
"/": {
|
|
3363
3388
|
$post: {
|
|
3364
3389
|
input: {
|
|
3365
3390
|
json: {
|
|
3366
|
-
chainId: 11155111 | 72080;
|
|
3391
|
+
chainId: 11155111 | 84532 | 72080;
|
|
3367
3392
|
baseURI: string;
|
|
3368
3393
|
defaultTokenAdmin: string;
|
|
3369
3394
|
minter: string;
|
|
@@ -3413,8 +3438,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3413
3438
|
$get: {
|
|
3414
3439
|
input: {
|
|
3415
3440
|
query: {
|
|
3416
|
-
chainId:
|
|
3417
|
-
hash: string
|
|
3441
|
+
chainId: "11155111" | "84532" | "72080";
|
|
3442
|
+
hash: string;
|
|
3418
3443
|
};
|
|
3419
3444
|
};
|
|
3420
3445
|
output: {
|
|
@@ -3432,7 +3457,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3432
3457
|
$post: {
|
|
3433
3458
|
input: {
|
|
3434
3459
|
json: {
|
|
3435
|
-
chainId: 11155111 | 72080;
|
|
3460
|
+
chainId: 11155111 | 84532 | 72080;
|
|
3436
3461
|
baseURI: string;
|
|
3437
3462
|
defaultTokenAdmin: string;
|
|
3438
3463
|
minter: string;
|
|
@@ -3484,8 +3509,8 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3484
3509
|
$get: {
|
|
3485
3510
|
input: {
|
|
3486
3511
|
query: {
|
|
3487
|
-
chainId:
|
|
3488
|
-
hash: string
|
|
3512
|
+
chainId: "11155111" | "84532" | "72080";
|
|
3513
|
+
hash: string;
|
|
3489
3514
|
};
|
|
3490
3515
|
};
|
|
3491
3516
|
output: {
|
|
@@ -3717,7 +3742,23 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3717
3742
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3718
3743
|
};
|
|
3719
3744
|
};
|
|
3720
|
-
}, "/renounceRole"
|
|
3745
|
+
}, "/renounceRole"> | import("hono/types").MergeSchemaPath<{
|
|
3746
|
+
"/": {
|
|
3747
|
+
$get: {
|
|
3748
|
+
input: {
|
|
3749
|
+
query: {
|
|
3750
|
+
chainId: "11155111" | "84532" | "72080";
|
|
3751
|
+
hash: string;
|
|
3752
|
+
};
|
|
3753
|
+
};
|
|
3754
|
+
output: {
|
|
3755
|
+
tokenId: string;
|
|
3756
|
+
};
|
|
3757
|
+
outputFormat: "json";
|
|
3758
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3759
|
+
};
|
|
3760
|
+
};
|
|
3761
|
+
}, "/getMintedTokenId">, "/erc1155"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
3721
3762
|
"/": {
|
|
3722
3763
|
$get: {
|
|
3723
3764
|
input: {};
|
|
@@ -3776,367 +3817,9 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3776
3817
|
};
|
|
3777
3818
|
}, "/upgradeTransparentProxy">, "/proxy">, "/", "/">;
|
|
3778
3819
|
};
|
|
3779
|
-
nextApps: {
|
|
3780
|
-
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<{
|
|
3781
|
-
"/": {
|
|
3782
|
-
$post: {
|
|
3783
|
-
input: {
|
|
3784
|
-
json: {
|
|
3785
|
-
chainId: unknown;
|
|
3786
|
-
adminAddress: string;
|
|
3787
|
-
acceptedFundingTokens: string[];
|
|
3788
|
-
ownerAddress?: string | undefined;
|
|
3789
|
-
cap?: {
|
|
3790
|
-
maxHardCap: string;
|
|
3791
|
-
} | undefined;
|
|
3792
|
-
fee?: {
|
|
3793
|
-
percent: number;
|
|
3794
|
-
collectorAddress: string;
|
|
3795
|
-
feeAdmin: string;
|
|
3796
|
-
} | undefined;
|
|
3797
|
-
};
|
|
3798
|
-
};
|
|
3799
|
-
output: {
|
|
3800
|
-
data: `0x${string}`;
|
|
3801
|
-
to: `0x${string}`;
|
|
3802
|
-
details: {
|
|
3803
|
-
functionName: string;
|
|
3804
|
-
address: `0x${string}`;
|
|
3805
|
-
abi: any[];
|
|
3806
|
-
args: any[];
|
|
3807
|
-
};
|
|
3808
|
-
};
|
|
3809
|
-
outputFormat: "json";
|
|
3810
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3811
|
-
};
|
|
3812
|
-
};
|
|
3813
|
-
}, "/deployNftFractions"> | import("hono/types").MergeSchemaPath<{
|
|
3814
|
-
"/": {
|
|
3815
|
-
$post: {
|
|
3816
|
-
input: {
|
|
3817
|
-
json: {
|
|
3818
|
-
chainId: unknown;
|
|
3819
|
-
adminAddress: string;
|
|
3820
|
-
acceptedFundingTokens: string[];
|
|
3821
|
-
ownerAddress?: string | undefined;
|
|
3822
|
-
compilotSignerAddress?: string | undefined;
|
|
3823
|
-
cap?: {
|
|
3824
|
-
maxHardCap: string;
|
|
3825
|
-
} | undefined;
|
|
3826
|
-
fee?: {
|
|
3827
|
-
percent: number;
|
|
3828
|
-
collectorAddress: string;
|
|
3829
|
-
feeAdmin: string;
|
|
3830
|
-
} | undefined;
|
|
3831
|
-
};
|
|
3832
|
-
};
|
|
3833
|
-
output: {
|
|
3834
|
-
data: `0x${string}`;
|
|
3835
|
-
to: `0x${string}`;
|
|
3836
|
-
details: {
|
|
3837
|
-
functionName: string;
|
|
3838
|
-
address: `0x${string}`;
|
|
3839
|
-
abi: any[];
|
|
3840
|
-
args: any[];
|
|
3841
|
-
};
|
|
3842
|
-
};
|
|
3843
|
-
outputFormat: "json";
|
|
3844
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3845
|
-
};
|
|
3846
|
-
};
|
|
3847
|
-
}, "/deployNftFractionsGated">, "/platforms"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
3848
|
-
"/": {
|
|
3849
|
-
$post: {
|
|
3850
|
-
input: {
|
|
3851
|
-
json: {
|
|
3852
|
-
market: string;
|
|
3853
|
-
campaignId: string;
|
|
3854
|
-
chainId: unknown;
|
|
3855
|
-
amountToBuy: string;
|
|
3856
|
-
applyDiscount: boolean;
|
|
3857
|
-
};
|
|
3858
|
-
};
|
|
3859
|
-
output: {
|
|
3860
|
-
data: `0x${string}`;
|
|
3861
|
-
to: `0x${string}`;
|
|
3862
|
-
details: {
|
|
3863
|
-
functionName: string;
|
|
3864
|
-
address: `0x${string}`;
|
|
3865
|
-
abi: any[];
|
|
3866
|
-
args: any[];
|
|
3867
|
-
};
|
|
3868
|
-
};
|
|
3869
|
-
outputFormat: "json";
|
|
3870
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3871
|
-
};
|
|
3872
|
-
};
|
|
3873
|
-
}, "/purchase"> | import("hono/types").MergeSchemaPath<{
|
|
3874
|
-
"/": {
|
|
3875
|
-
$post: {
|
|
3876
|
-
input: {
|
|
3877
|
-
json: {
|
|
3878
|
-
chainId: unknown;
|
|
3879
|
-
market: string;
|
|
3880
|
-
nft: {
|
|
3881
|
-
contractAddress: string;
|
|
3882
|
-
tokenIds: string[];
|
|
3883
|
-
};
|
|
3884
|
-
fractions: {
|
|
3885
|
-
name: string;
|
|
3886
|
-
symbol: string;
|
|
3887
|
-
amount: string;
|
|
3888
|
-
};
|
|
3889
|
-
timeBoundary: {
|
|
3890
|
-
start: string;
|
|
3891
|
-
end: string;
|
|
3892
|
-
};
|
|
3893
|
-
cap: {
|
|
3894
|
-
soft: string;
|
|
3895
|
-
hard: string;
|
|
3896
|
-
softPerAccount?: string | undefined;
|
|
3897
|
-
hardPerAccount?: string | undefined;
|
|
3898
|
-
};
|
|
3899
|
-
funding: {
|
|
3900
|
-
token: string;
|
|
3901
|
-
amountPerPacket: string;
|
|
3902
|
-
}[];
|
|
3903
|
-
amountOfPacketsPerFraction: string;
|
|
3904
|
-
refundAddress: string;
|
|
3905
|
-
vesting?: {
|
|
3906
|
-
cliff: string;
|
|
3907
|
-
totalVestingPeriod: number;
|
|
3908
|
-
portionPeriod: number;
|
|
3909
|
-
} | undefined;
|
|
3910
|
-
};
|
|
3911
|
-
};
|
|
3912
|
-
output: {
|
|
3913
|
-
data: `0x${string}`;
|
|
3914
|
-
to: `0x${string}`;
|
|
3915
|
-
details: {
|
|
3916
|
-
functionName: string;
|
|
3917
|
-
address: `0x${string}`;
|
|
3918
|
-
abi: any[];
|
|
3919
|
-
args: any[];
|
|
3920
|
-
};
|
|
3921
|
-
};
|
|
3922
|
-
outputFormat: "json";
|
|
3923
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3924
|
-
};
|
|
3925
|
-
};
|
|
3926
|
-
}, "/nftFractions"> | import("hono/types").MergeSchemaPath<{
|
|
3927
|
-
"/": {
|
|
3928
|
-
$get: {
|
|
3929
|
-
input: {
|
|
3930
|
-
query: {
|
|
3931
|
-
chainId: string | string[];
|
|
3932
|
-
hash: string | string[];
|
|
3933
|
-
};
|
|
3934
|
-
};
|
|
3935
|
-
output: {
|
|
3936
|
-
campaignId: string;
|
|
3937
|
-
creator: `0x${string}`;
|
|
3938
|
-
nftId: string;
|
|
3939
|
-
fractionsCreated: string;
|
|
3940
|
-
fractionsAddress: `0x${string}`;
|
|
3941
|
-
vaultAddress: `0x${string}` | undefined;
|
|
3942
|
-
};
|
|
3943
|
-
outputFormat: "json";
|
|
3944
|
-
status: 200;
|
|
3945
|
-
};
|
|
3946
|
-
};
|
|
3947
|
-
}, "/getFractionsCreatedEvent">, "/sales"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
3948
|
-
"/": {
|
|
3949
|
-
$post: {
|
|
3950
|
-
input: {
|
|
3951
|
-
json: {
|
|
3952
|
-
market: string;
|
|
3953
|
-
campaignId: string;
|
|
3954
|
-
chainId: unknown;
|
|
3955
|
-
amountToBuy: string;
|
|
3956
|
-
applyDiscount: boolean;
|
|
3957
|
-
};
|
|
3958
|
-
};
|
|
3959
|
-
output: {
|
|
3960
|
-
data: `0x${string}`;
|
|
3961
|
-
to: `0x${string}`;
|
|
3962
|
-
details: {
|
|
3963
|
-
functionName: string;
|
|
3964
|
-
address: `0x${string}`;
|
|
3965
|
-
abi: any[];
|
|
3966
|
-
args: any[];
|
|
3967
|
-
};
|
|
3968
|
-
};
|
|
3969
|
-
outputFormat: "json";
|
|
3970
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3971
|
-
};
|
|
3972
|
-
};
|
|
3973
|
-
}, "/purchase"> | import("hono/types").MergeSchemaPath<{
|
|
3974
|
-
"/": {
|
|
3975
|
-
$post: {
|
|
3976
|
-
input: {
|
|
3977
|
-
json: {
|
|
3978
|
-
chainId: unknown;
|
|
3979
|
-
adminAddress: string;
|
|
3980
|
-
minInterest: number;
|
|
3981
|
-
maxInterest: number;
|
|
3982
|
-
minDuration: string;
|
|
3983
|
-
maxDuration: string;
|
|
3984
|
-
minimumProportionOverObligation: string;
|
|
3985
|
-
ownerAddress?: string | undefined;
|
|
3986
|
-
discount?: {
|
|
3987
|
-
burnForDiscount: {
|
|
3988
|
-
burnableTokenAddress: string;
|
|
3989
|
-
};
|
|
3990
|
-
} | undefined;
|
|
3991
|
-
cap?: {
|
|
3992
|
-
maxHardCap: string;
|
|
3993
|
-
} | undefined;
|
|
3994
|
-
fee?: {
|
|
3995
|
-
percent: number;
|
|
3996
|
-
collectorAddress: string;
|
|
3997
|
-
feeAdmin: string;
|
|
3998
|
-
} | undefined;
|
|
3999
|
-
};
|
|
4000
|
-
};
|
|
4001
|
-
output: {
|
|
4002
|
-
data: `0x${string}`;
|
|
4003
|
-
to: `0x${string}`;
|
|
4004
|
-
details: {
|
|
4005
|
-
functionName: string;
|
|
4006
|
-
address: `0x${string}`;
|
|
4007
|
-
abi: any[];
|
|
4008
|
-
args: any[];
|
|
4009
|
-
};
|
|
4010
|
-
};
|
|
4011
|
-
outputFormat: "json";
|
|
4012
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4013
|
-
};
|
|
4014
|
-
};
|
|
4015
|
-
}, "/deploy"> | import("hono/types").MergeSchemaPath<{
|
|
4016
|
-
"/": {
|
|
4017
|
-
$post: {
|
|
4018
|
-
input: {
|
|
4019
|
-
json: {
|
|
4020
|
-
chainId: unknown;
|
|
4021
|
-
market: string;
|
|
4022
|
-
fractions: {
|
|
4023
|
-
symbol: string;
|
|
4024
|
-
name: string;
|
|
4025
|
-
amount: string;
|
|
4026
|
-
token?: string | undefined;
|
|
4027
|
-
};
|
|
4028
|
-
timeBoundary: {
|
|
4029
|
-
start: string;
|
|
4030
|
-
end: string;
|
|
4031
|
-
};
|
|
4032
|
-
cap: {
|
|
4033
|
-
soft: string;
|
|
4034
|
-
hard: string;
|
|
4035
|
-
softPerAccount?: string | undefined;
|
|
4036
|
-
hardPerAccount?: string | undefined;
|
|
4037
|
-
};
|
|
4038
|
-
wrapped: ({
|
|
4039
|
-
type: "ERC20";
|
|
4040
|
-
address: string;
|
|
4041
|
-
values: string[];
|
|
4042
|
-
} | {
|
|
4043
|
-
type: "ERC721";
|
|
4044
|
-
address: string;
|
|
4045
|
-
tokenIds: string[];
|
|
4046
|
-
} | {
|
|
4047
|
-
type: "ERC1155";
|
|
4048
|
-
address: string;
|
|
4049
|
-
tokenIds: string[];
|
|
4050
|
-
values: string[];
|
|
4051
|
-
})[];
|
|
4052
|
-
funding: {
|
|
4053
|
-
token: string;
|
|
4054
|
-
amountPerPacket: string;
|
|
4055
|
-
}[];
|
|
4056
|
-
refundAddress: string;
|
|
4057
|
-
amountOfPacketsPerFraction: string;
|
|
4058
|
-
buyback: {
|
|
4059
|
-
durationSeconds: number;
|
|
4060
|
-
interestPercentage: number;
|
|
4061
|
-
liquidationLimitPercentage: number;
|
|
4062
|
-
marginCallLimitPercentage: number;
|
|
4063
|
-
};
|
|
4064
|
-
discounts?: {
|
|
4065
|
-
burnableTokenAddress: string;
|
|
4066
|
-
amountToBurn: string;
|
|
4067
|
-
percentDiscount: number;
|
|
4068
|
-
} | undefined;
|
|
4069
|
-
};
|
|
4070
|
-
};
|
|
4071
|
-
output: {
|
|
4072
|
-
data: `0x${string}`;
|
|
4073
|
-
to: `0x${string}`;
|
|
4074
|
-
details: {
|
|
4075
|
-
functionName: string;
|
|
4076
|
-
address: `0x${string}`;
|
|
4077
|
-
abi: any[];
|
|
4078
|
-
args: any[];
|
|
4079
|
-
};
|
|
4080
|
-
};
|
|
4081
|
-
outputFormat: "json";
|
|
4082
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4083
|
-
};
|
|
4084
|
-
};
|
|
4085
|
-
}, "/createSale"> | import("hono/types").MergeSchemaPath<{
|
|
4086
|
-
"/": {
|
|
4087
|
-
$post: {
|
|
4088
|
-
input: {
|
|
4089
|
-
json: {
|
|
4090
|
-
collateralPriceInFundingPackets: string;
|
|
4091
|
-
market: string;
|
|
4092
|
-
campaignId: string;
|
|
4093
|
-
};
|
|
4094
|
-
};
|
|
4095
|
-
output: {
|
|
4096
|
-
data: `0x${string}`;
|
|
4097
|
-
to: `0x${string}`;
|
|
4098
|
-
details: {
|
|
4099
|
-
functionName: string;
|
|
4100
|
-
address: `0x${string}`;
|
|
4101
|
-
abi: any[];
|
|
4102
|
-
args: any[];
|
|
4103
|
-
};
|
|
4104
|
-
};
|
|
4105
|
-
outputFormat: "json";
|
|
4106
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4107
|
-
};
|
|
4108
|
-
};
|
|
4109
|
-
}, "/setCollateralPrice"> | import("hono/types").MergeSchemaPath<{
|
|
4110
|
-
"/": {
|
|
4111
|
-
$post: {
|
|
4112
|
-
input: {
|
|
4113
|
-
json: {
|
|
4114
|
-
chainId: unknown;
|
|
4115
|
-
buybackPacketsAmount: string;
|
|
4116
|
-
market: string;
|
|
4117
|
-
campaignId: string;
|
|
4118
|
-
};
|
|
4119
|
-
};
|
|
4120
|
-
output: {
|
|
4121
|
-
data: `0x${string}`;
|
|
4122
|
-
to: `0x${string}`;
|
|
4123
|
-
details: {
|
|
4124
|
-
functionName: string;
|
|
4125
|
-
address: `0x${string}`;
|
|
4126
|
-
abi: any[];
|
|
4127
|
-
args: any[];
|
|
4128
|
-
};
|
|
4129
|
-
};
|
|
4130
|
-
outputFormat: "json";
|
|
4131
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4132
|
-
};
|
|
4133
|
-
};
|
|
4134
|
-
}, "/buyback">, "/lending">, "/", "/">;
|
|
4135
|
-
};
|
|
4136
3820
|
composite: import("hono/hono-base").HonoBase<import("./common/context.js").AppContext, import("hono/types").BlankSchema, "/", "/*">;
|
|
4137
3821
|
};
|
|
4138
3822
|
export type IApps = ReturnType<typeof buildApps>["apps"];
|
|
4139
|
-
export type INextApps = ReturnType<typeof buildApps>["nextApps"];
|
|
4140
3823
|
export declare const appConfig: {
|
|
4141
3824
|
title: string;
|
|
4142
3825
|
description: string;
|