@evergonlabs/tmi-protocol-api 0.5.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +169 -0
- package/dist/app.d.ts +3301 -2851
- package/dist/app.d.ts.map +1 -1
- package/dist/app.js +36 -23
- package/dist/apps.d.ts +30 -0
- package/dist/apps.d.ts.map +1 -0
- package/dist/apps.js +16 -0
- package/dist/client.d.ts +2170 -1996
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +23 -2
- package/dist/common/blockchain.d.ts +26 -26
- package/dist/common/blockchain.d.ts.map +1 -1
- package/dist/common/blockchain.js +6 -10
- package/dist/common/config.d.ts +6 -27
- package/dist/common/config.d.ts.map +1 -1
- package/dist/common/config.js +2 -11
- package/dist/common/context.d.ts +2 -2
- package/dist/common/context.d.ts.map +1 -1
- package/dist/common/controller.d.ts +12 -0
- package/dist/common/controller.d.ts.map +1 -0
- package/dist/common/controller.js +6 -0
- package/dist/common/exports.d.ts +3 -0
- package/dist/common/exports.d.ts.map +1 -0
- package/dist/common/exports.js +2 -0
- package/dist/common/http-error.d.ts +1 -1
- package/dist/common/http-error.d.ts.map +1 -1
- package/dist/common/indexer/client.d.ts +138 -2
- package/dist/common/indexer/client.d.ts.map +1 -1
- package/dist/common/indexer/schemas.d.ts +69 -1
- package/dist/common/indexer/schemas.d.ts.map +1 -1
- package/dist/common/indexer/schemas.js +1 -1
- package/dist/common/int256.d.ts +3 -0
- package/dist/common/int256.d.ts.map +1 -0
- package/dist/common/int256.js +12 -0
- package/dist/common/models/asset.d.ts +5 -23
- package/dist/common/models/asset.d.ts.map +1 -1
- package/dist/common/models/asset.js +4 -6
- package/dist/common/models/base/chainId.d.ts +8 -0
- package/dist/common/models/base/chainId.d.ts.map +1 -0
- package/dist/common/models/base/chainId.js +11 -0
- package/dist/common/models/base/deployTransaction.d.ts +8 -0
- package/dist/common/models/base/deployTransaction.d.ts.map +1 -0
- package/dist/common/models/base/deployTransaction.js +7 -0
- package/dist/common/models/base/page.d.ts +7 -0
- package/dist/common/models/base/page.d.ts.map +1 -0
- package/dist/common/models/base/page.js +5 -0
- package/dist/common/models/base/transaction.d.ts +13 -0
- package/dist/common/models/base/transaction.d.ts.map +1 -0
- package/dist/common/models/base/transaction.js +12 -0
- package/dist/common/models/base/viem.d.ts +6 -0
- package/dist/common/models/base/viem.d.ts.map +1 -0
- package/dist/common/models/base/viem.js +5 -0
- package/dist/common/models/chainId.d.ts +7 -7
- package/dist/common/models/chainId.d.ts.map +1 -1
- package/dist/common/models/chainId.js +27 -12
- package/dist/common/models/compilot.d.ts +3 -0
- package/dist/common/models/compilot.d.ts.map +1 -0
- package/dist/common/models/compilot.js +1 -0
- package/dist/common/models/date.d.ts +5 -2
- package/dist/common/models/date.d.ts.map +1 -1
- package/dist/common/models/date.js +13 -5
- package/dist/common/models/deployTransaction.d.ts +8 -0
- package/dist/common/models/deployTransaction.d.ts.map +1 -0
- package/dist/common/models/deployTransaction.js +12 -0
- package/dist/common/models/erc721.d.ts +3 -11
- package/dist/common/models/erc721.d.ts.map +1 -1
- package/dist/common/models/erc721.js +2 -4
- package/dist/common/models/exports.d.ts +5 -0
- package/dist/common/models/exports.d.ts.map +1 -0
- package/dist/common/models/exports.js +4 -0
- package/dist/common/models/index.d.ts +7 -4
- package/dist/common/models/index.d.ts.map +1 -1
- package/dist/common/models/index.js +7 -4
- package/dist/common/models/page.d.ts +3 -8
- package/dist/common/models/page.d.ts.map +1 -1
- package/dist/common/models/page.js +2 -5
- package/dist/common/models/platform.d.ts +19 -6
- 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 +2 -10
- package/dist/common/models/routes.d.ts.map +1 -1
- package/dist/common/models/routes.js +1 -1
- package/dist/common/models/saleId.d.ts +3 -9
- package/dist/common/models/saleId.d.ts.map +1 -1
- package/dist/common/models/saleId.js +2 -1
- package/dist/common/models/transaction.d.ts +20 -81
- package/dist/common/models/transaction.d.ts.map +1 -1
- package/dist/common/models/transaction.js +13 -21
- package/dist/common/models/viem.d.ts +5 -3
- package/dist/common/models/viem.d.ts.map +1 -1
- package/dist/common/models/viem.js +6 -1
- package/dist/common/roles/erc20-gated-roles.d.ts +4 -2
- package/dist/common/roles/erc20-gated-roles.d.ts.map +1 -1
- package/dist/common/roles/erc20-gated-roles.js +3 -1
- package/dist/common/roles/erc721-factory-roles.d.ts +8 -0
- package/dist/common/roles/erc721-factory-roles.d.ts.map +1 -0
- package/dist/common/roles/erc721-factory-roles.js +13 -0
- package/dist/common/roles/exports.d.ts +3 -0
- package/dist/common/roles/exports.d.ts.map +1 -0
- package/dist/common/roles/exports.js +2 -0
- package/dist/factory.d.ts +11 -0
- package/dist/factory.d.ts.map +1 -0
- package/dist/factory.js +19 -0
- package/dist/fractions/activity/searchActivity.route.d.ts +7 -7
- package/dist/fractions/activity/searchActivity.route.js +2 -2
- package/dist/fractions/activity/utils.d.ts +3 -3
- package/dist/fractions/activity/utils.js +2 -2
- package/dist/fractions/createFractions/v0/createFractions.route.d.ts +4 -4
- package/dist/fractions/createFractions/v0/createFractions.route.d.ts.map +1 -1
- package/dist/fractions/createFractions/v0/createFractions.route.js +3 -16
- package/dist/fractions/createFractions/v0/createFractions.schema.d.ts +14 -3
- package/dist/fractions/createFractions/v0/createFractions.schema.d.ts.map +1 -1
- package/dist/fractions/createFractions/v0/createFractions.schema.js +13 -2
- package/dist/fractions/createFractions/v0/parseFractionsCreatedEvent.d.ts +2 -2
- package/dist/fractions/deployMarket/v0/deployMarket.routes.d.ts +36 -22
- package/dist/fractions/deployMarket/v0/deployMarket.routes.d.ts.map +1 -1
- package/dist/fractions/deployMarket/v0/deployMarket.routes.js +30 -32
- package/dist/fractions/deployMarket/v0/deployMarket.schema.d.ts +6 -3
- package/dist/fractions/deployMarket/v0/deployMarket.schema.d.ts.map +1 -1
- package/dist/fractions/deployMarket/v0/deployMarket.schema.js +5 -2
- package/dist/fractions/fractions/approveWrapper.route.d.ts +88 -0
- package/dist/fractions/fractions/approveWrapper.route.d.ts.map +1 -0
- package/dist/fractions/fractions/approveWrapper.route.js +92 -0
- package/dist/fractions/fractions/index.d.ts +72 -0
- package/dist/fractions/fractions/index.d.ts.map +1 -0
- package/dist/fractions/fractions/index.js +9 -0
- package/dist/fractions/gating/v0/getAuthData.d.ts +7 -7
- package/dist/fractions/gating/v0/getAuthData.js +2 -2
- package/dist/fractions/gating/v0/getNonce.route.d.ts +7 -7
- package/dist/fractions/gating/v0/getNonce.route.js +2 -2
- package/dist/fractions/grantRole/v0/grantRole.route.d.ts +4 -4
- package/dist/fractions/grantRole/v0/grantRole.schema.d.ts +3 -3
- package/dist/fractions/grantRole/v0/grantRole.schema.js +2 -2
- package/dist/fractions/index.d.ts +1106 -1148
- package/dist/fractions/index.d.ts.map +1 -1
- package/dist/fractions/index.js +20 -105
- package/dist/fractions/markets/common/platform.d.ts +23 -75
- package/dist/fractions/markets/common/platform.d.ts.map +1 -1
- package/dist/fractions/markets/common/platform.js +11 -13
- package/dist/fractions/markets/getDeployEvent.d.ts +17 -39
- package/dist/fractions/markets/getDeployEvent.d.ts.map +1 -1
- package/dist/fractions/markets/getDeployEvent.js +10 -9
- package/dist/fractions/markets/getMarket/getMarket.d.ts +30 -0
- package/dist/fractions/markets/getMarket/getMarket.d.ts.map +1 -0
- package/dist/fractions/markets/getMarket/getMarket.js +65 -0
- package/dist/fractions/markets/getMarket/index.d.ts +4 -27
- package/dist/fractions/markets/getMarket/index.d.ts.map +1 -1
- package/dist/fractions/markets/getMarket/index.js +5 -4
- package/dist/fractions/markets/getMarket/v0/getMarket.d.ts +14 -14
- package/dist/fractions/markets/getMarket/v0/getMarket.js +2 -2
- package/dist/fractions/markets/index.d.ts +12 -54
- package/dist/fractions/markets/index.d.ts.map +1 -1
- package/dist/fractions/markets/index.js +10 -11
- package/dist/fractions/markets/searchMarkets/index.d.ts +7 -30
- package/dist/fractions/markets/searchMarkets/index.d.ts.map +1 -1
- package/dist/fractions/markets/searchMarkets/index.js +5 -4
- package/dist/fractions/markets/searchMarkets/searchMarkets.d.ts +22 -0
- package/dist/fractions/markets/searchMarkets/searchMarkets.d.ts.map +1 -0
- package/dist/fractions/markets/searchMarkets/searchMarkets.js +45 -0
- package/dist/fractions/markets/searchMarkets/v0/searchMarkets.d.ts +13 -13
- package/dist/fractions/markets/searchMarkets/v0/searchMarkets.js +2 -2
- package/dist/fractions/nftfractions/index.d.ts +6 -0
- package/dist/fractions/nftfractions/index.d.ts.map +1 -0
- package/dist/fractions/nftfractions/index.js +5 -0
- package/dist/fractions/nftfractions/v0/createNftFractions.routes.d.ts +192 -0
- package/dist/fractions/nftfractions/v0/createNftFractions.routes.d.ts.map +1 -0
- package/dist/fractions/nftfractions/v0/createNftFractions.routes.js +58 -0
- package/dist/fractions/nftfractions/v0/createNftFractions.schema.d.ts +245 -0
- package/dist/fractions/nftfractions/v0/createNftFractions.schema.d.ts.map +1 -0
- package/dist/fractions/nftfractions/v0/createNftFractions.schema.js +65 -0
- package/dist/fractions/nftfractions/v0/deployNftFractionsMarket.routes.d.ts +96 -0
- package/dist/fractions/nftfractions/v0/deployNftFractionsMarket.routes.d.ts.map +1 -0
- package/dist/fractions/nftfractions/v0/deployNftFractionsMarket.routes.js +52 -0
- package/dist/fractions/nftfractions/v0/deployNftFractionsMarket.schema.d.ts +70 -0
- package/dist/fractions/nftfractions/v0/deployNftFractionsMarket.schema.d.ts.map +1 -0
- package/dist/fractions/nftfractions/v0/deployNftFractionsMarket.schema.js +28 -0
- package/dist/fractions/nftfractions/v0/initCompilot.routes.d.ts +74 -0
- package/dist/fractions/nftfractions/v0/initCompilot.routes.d.ts.map +1 -0
- package/dist/fractions/nftfractions/v0/initCompilot.routes.js +41 -0
- package/dist/fractions/platforms/deployMarket.routes.d.ts +158 -0
- package/dist/fractions/platforms/deployMarket.routes.d.ts.map +1 -0
- package/dist/fractions/platforms/deployMarket.routes.js +131 -0
- package/dist/fractions/platforms/deployMarket.schema.d.ts +33 -0
- package/dist/fractions/platforms/deployMarket.schema.d.ts.map +1 -0
- package/dist/fractions/platforms/deployMarket.schema.js +28 -0
- package/dist/fractions/platforms/deployNftFractionsMarket.routes.d.ts +96 -0
- package/dist/fractions/platforms/deployNftFractionsMarket.routes.d.ts.map +1 -0
- package/dist/fractions/platforms/deployNftFractionsMarket.routes.js +52 -0
- package/dist/fractions/platforms/deployNftFractionsMarket.schema.d.ts +30 -0
- package/dist/fractions/platforms/deployNftFractionsMarket.schema.d.ts.map +1 -0
- package/dist/fractions/platforms/deployNftFractionsMarket.schema.js +29 -0
- package/dist/fractions/platforms/index.d.ts +196 -0
- package/dist/fractions/platforms/index.d.ts.map +1 -0
- package/dist/fractions/platforms/index.js +15 -0
- package/dist/fractions/platforms/initCompilot.routes.d.ts +36 -0
- package/dist/fractions/platforms/initCompilot.routes.d.ts.map +1 -0
- package/dist/fractions/platforms/initCompilot.routes.js +40 -0
- package/dist/fractions/platforms/initNid.route.d.ts +28 -0
- package/dist/fractions/platforms/initNid.route.d.ts.map +1 -0
- package/dist/fractions/platforms/initNid.route.js +32 -0
- package/dist/fractions/purchase/v0/purchase.route.d.ts +7 -7
- package/dist/fractions/purchase/v0/purchase.route.js +2 -2
- package/dist/fractions/purchase/v0/statistics.route.d.ts +7 -7
- package/dist/fractions/purchase/v0/statistics.route.js +2 -2
- package/dist/fractions/roles/getRoles.d.ts +23 -0
- package/dist/fractions/roles/getRoles.d.ts.map +1 -0
- package/dist/fractions/roles/getRoles.js +42 -0
- package/dist/fractions/roles/grantRole.route.d.ts +27 -0
- package/dist/fractions/roles/grantRole.route.d.ts.map +1 -0
- package/dist/fractions/roles/grantRole.route.js +34 -0
- package/dist/fractions/roles/grantRole.schema.d.ts +16 -0
- package/dist/fractions/roles/grantRole.schema.d.ts.map +1 -0
- package/dist/fractions/roles/grantRole.schema.js +14 -0
- package/dist/fractions/roles/index.d.ts +48 -0
- package/dist/fractions/roles/index.d.ts.map +1 -0
- package/dist/fractions/roles/index.js +9 -0
- package/dist/fractions/sales/activityUtils.d.ts +49 -0
- package/dist/fractions/sales/activityUtils.d.ts.map +1 -0
- package/dist/fractions/sales/activityUtils.js +68 -0
- package/dist/fractions/sales/approveSale.route.d.ts +30 -0
- package/dist/fractions/sales/approveSale.route.d.ts.map +1 -0
- package/dist/fractions/sales/approveSale.route.js +35 -0
- package/dist/fractions/sales/common/fractionsSale.d.ts +50 -326
- package/dist/fractions/sales/common/fractionsSale.d.ts.map +1 -1
- package/dist/fractions/sales/common/fractionsSale.js +64 -79
- package/dist/fractions/sales/completeSale.route.d.ts +30 -0
- package/dist/fractions/sales/completeSale.route.d.ts.map +1 -0
- package/dist/fractions/sales/completeSale.route.js +35 -0
- package/dist/fractions/sales/createFractions.route.d.ts +71 -0
- package/dist/fractions/sales/createFractions.route.d.ts.map +1 -0
- package/dist/fractions/sales/createFractions.route.js +51 -0
- package/dist/fractions/sales/createFractions.schema.d.ts +123 -0
- package/dist/fractions/sales/createFractions.schema.d.ts.map +1 -0
- package/dist/fractions/sales/createFractions.schema.js +80 -0
- package/dist/fractions/sales/createNftFractions.routes.d.ts +180 -0
- package/dist/fractions/sales/createNftFractions.routes.d.ts.map +1 -0
- package/dist/fractions/sales/createNftFractions.routes.js +58 -0
- package/dist/fractions/sales/createNftFractions.schema.d.ts +85 -0
- package/dist/fractions/sales/createNftFractions.schema.d.ts.map +1 -0
- package/dist/fractions/sales/createNftFractions.schema.js +67 -0
- package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts +31 -92
- package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts.map +1 -1
- package/dist/fractions/sales/getFractionSaleStatistics.route.js +12 -13
- package/dist/fractions/sales/getVaultAddress.d.ts +31 -49
- package/dist/fractions/sales/getVaultAddress.d.ts.map +1 -1
- package/dist/fractions/sales/getVaultAddress.js +11 -10
- package/dist/fractions/sales/getWithdrawEvent.d.ts +17 -39
- package/dist/fractions/sales/getWithdrawEvent.d.ts.map +1 -1
- package/dist/fractions/sales/getWithdrawEvent.js +13 -11
- package/dist/fractions/sales/index.d.ts +760 -0
- package/dist/fractions/sales/index.d.ts.map +1 -0
- package/dist/fractions/sales/index.js +52 -0
- package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts +23 -0
- package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts.map +1 -0
- package/dist/fractions/sales/parseFractionsCreatedEvent.js +59 -0
- package/dist/fractions/sales/purchase.route.d.ts +36 -0
- package/dist/fractions/sales/purchase.route.d.ts.map +1 -0
- package/dist/fractions/sales/purchase.route.js +42 -0
- package/dist/fractions/sales/purchaseStatistics.route.d.ts +27 -0
- package/dist/fractions/sales/purchaseStatistics.route.d.ts.map +1 -0
- package/dist/fractions/sales/purchaseStatistics.route.js +53 -0
- package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts +56 -140
- package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts.map +1 -1
- package/dist/fractions/sales/receiveFundsAfterNonFunded.route.js +19 -15
- package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts +22 -54
- 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 +65 -103
- package/dist/fractions/sales/recoverFractions.d.ts.map +1 -1
- package/dist/fractions/sales/recoverFractions.js +13 -11
- package/dist/fractions/sales/rejectFractions.d.ts +49 -75
- package/dist/fractions/sales/rejectFractions.d.ts.map +1 -1
- package/dist/fractions/sales/rejectFractions.js +12 -8
- package/dist/fractions/sales/searchActivity.route.d.ts +67 -86
- package/dist/fractions/sales/searchActivity.route.d.ts.map +1 -1
- package/dist/fractions/sales/searchActivity.route.js +27 -37
- package/dist/fractions/sales/searchSales/searchSales.d.ts +24 -0
- package/dist/fractions/sales/searchSales/searchSales.d.ts.map +1 -0
- package/dist/fractions/sales/searchSales/searchSales.js +50 -0
- package/dist/fractions/sales/searchSales/v0/searchSales.d.ts +16 -16
- package/dist/fractions/sales/searchSales/v0/searchSales.js +2 -2
- package/dist/fractions/sales/searchWithdrawal.route.d.ts +20 -55
- package/dist/fractions/sales/searchWithdrawal.route.d.ts.map +1 -1
- package/dist/fractions/sales/searchWithdrawal.route.js +10 -9
- package/dist/fractions/sales/setFeeCapLimit.d.ts +27 -70
- package/dist/fractions/sales/setFeeCapLimit.d.ts.map +1 -1
- package/dist/fractions/sales/setFeeCapLimit.js +12 -8
- package/dist/fractions/sales/unlockWrappedAssets.route.d.ts +26 -65
- package/dist/fractions/sales/unlockWrappedAssets.route.d.ts.map +1 -1
- package/dist/fractions/sales/unlockWrappedAssets.route.js +10 -11
- package/dist/fractions/sales/vesting/claimStatistics.route.d.ts +36 -0
- package/dist/fractions/sales/vesting/claimStatistics.route.d.ts.map +1 -0
- package/dist/fractions/sales/vesting/claimStatistics.route.js +87 -0
- package/dist/fractions/sales/vesting/claimVestedTokens.route.d.ts +62 -0
- package/dist/fractions/sales/vesting/claimVestedTokens.route.d.ts.map +1 -0
- package/dist/fractions/sales/vesting/claimVestedTokens.route.js +45 -0
- package/dist/fractions/sales/vesting/editCliff.route.d.ts +58 -0
- package/dist/fractions/sales/vesting/editCliff.route.d.ts.map +1 -0
- package/dist/fractions/sales/vesting/editCliff.route.js +45 -0
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts +22 -0
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts.map +1 -0
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.js +58 -0
- package/dist/fractions/sales/vesting/v0/claimStatistics.route.d.ts +10 -10
- package/dist/fractions/sales/vesting/v0/claimStatistics.route.js +3 -3
- package/dist/fractions/sales/vesting/v0/parseClaimVestedTokensEvent.d.ts +2 -2
- package/dist/fractions/sales/withdraw.route.d.ts +29 -0
- package/dist/fractions/sales/withdraw.route.d.ts.map +1 -0
- package/dist/fractions/sales/withdraw.route.js +30 -0
- package/dist/fractions/sig/getAuthData.d.ts +40 -0
- package/dist/fractions/sig/getAuthData.d.ts.map +1 -0
- package/dist/fractions/sig/getAuthData.js +52 -0
- package/dist/fractions/sig/getNonce.route.d.ts +25 -0
- package/dist/fractions/sig/getNonce.route.d.ts.map +1 -0
- package/dist/fractions/sig/getNonce.route.js +43 -0
- package/dist/fractions/sig/index.d.ts +40 -0
- package/dist/fractions/sig/index.d.ts.map +1 -0
- package/dist/fractions/sig/index.js +6 -0
- package/dist/fractions/statistics/index.d.ts +107 -0
- package/dist/fractions/statistics/index.d.ts.map +1 -0
- package/dist/fractions/statistics/index.js +10 -0
- package/dist/fractions/statistics/networkStatistics.route.d.ts +121 -0
- package/dist/fractions/statistics/networkStatistics.route.d.ts.map +1 -0
- package/dist/fractions/statistics/networkStatistics.route.js +222 -0
- package/dist/general/balanceClient.d.ts +19 -58
- package/dist/general/balanceClient.d.ts.map +1 -1
- package/dist/general/balanceClient.js +3 -3
- package/dist/general/common.d.ts +11 -74
- package/dist/general/common.d.ts.map +1 -1
- package/dist/general/common.js +7 -11
- package/dist/general/estimateGas.d.ts +18 -45
- package/dist/general/estimateGas.d.ts.map +1 -1
- package/dist/general/estimateGas.js +32 -30
- package/dist/general/getBalance.d.ts +16 -37
- package/dist/general/getBalance.d.ts.map +1 -1
- package/dist/general/getBalance.js +30 -26
- package/dist/general/getBalancesBatch.d.ts +22 -56
- package/dist/general/getBalancesBatch.d.ts.map +1 -1
- package/dist/general/getBalancesBatch.js +24 -20
- package/dist/general/index.d.ts +74 -83
- package/dist/general/index.d.ts.map +1 -1
- package/dist/general/index.js +14 -19
- package/dist/general/searchBalances.d.ts +27 -67
- package/dist/general/searchBalances.d.ts.map +1 -1
- package/dist/general/searchBalances.js +25 -21
- package/dist/general/utils/tokenBalance/tokenBalance.d.ts +17 -33
- package/dist/general/utils/tokenBalance/tokenBalance.d.ts.map +1 -1
- package/dist/general/utils/tokenBalance/tokenBalance.js +5 -5
- package/dist/issuance/approve.js +1 -1
- package/dist/issuance/burn.js +1 -1
- package/dist/issuance/common/exports.d.ts +2 -0
- package/dist/issuance/common/exports.d.ts.map +1 -0
- package/dist/issuance/common/exports.js +1 -0
- package/dist/issuance/common/factories.d.ts +167 -0
- package/dist/issuance/common/factories.d.ts.map +1 -0
- package/dist/issuance/common/factories.js +15 -0
- package/dist/issuance/deploy.d.ts +12 -12
- package/dist/issuance/deploy.d.ts.map +1 -1
- package/dist/issuance/deploy.js +21 -8
- package/dist/issuance/erc20/approve.d.ts +32 -0
- package/dist/issuance/erc20/approve.d.ts.map +1 -0
- package/dist/issuance/erc20/approve.js +38 -0
- package/dist/issuance/erc20/burn.d.ts +32 -0
- package/dist/issuance/erc20/burn.d.ts.map +1 -0
- package/dist/issuance/erc20/burn.js +38 -0
- package/dist/issuance/erc20/deploy.d.ts +38 -0
- package/dist/issuance/erc20/deploy.d.ts.map +1 -0
- package/dist/issuance/erc20/deploy.js +52 -0
- package/dist/issuance/erc20/deployGated.d.ts +40 -0
- package/dist/issuance/erc20/deployGated.d.ts.map +1 -0
- package/dist/issuance/erc20/deployGated.js +58 -0
- package/dist/issuance/erc20/getInitData.d.ts +59 -0
- package/dist/issuance/erc20/getInitData.d.ts.map +1 -0
- package/dist/issuance/erc20/getInitData.js +49 -0
- package/dist/issuance/erc20/grantRole.d.ts +33 -0
- package/dist/issuance/erc20/grantRole.d.ts.map +1 -0
- package/dist/issuance/erc20/grantRole.js +41 -0
- package/dist/issuance/erc20/index.d.ts +324 -0
- package/dist/issuance/erc20/index.d.ts.map +1 -0
- package/dist/issuance/erc20/index.js +31 -0
- package/dist/issuance/erc20/initialize.d.ts +40 -0
- package/dist/issuance/erc20/initialize.d.ts.map +1 -0
- package/dist/issuance/erc20/initialize.js +45 -0
- package/dist/issuance/erc20/mint.d.ts +32 -0
- package/dist/issuance/erc20/mint.d.ts.map +1 -0
- package/dist/issuance/erc20/mint.js +38 -0
- package/dist/issuance/erc20/parseErc20DeployEvent.d.ts +23 -0
- package/dist/issuance/erc20/parseErc20DeployEvent.d.ts.map +1 -0
- package/dist/issuance/erc20/parseErc20DeployEvent.js +79 -0
- package/dist/issuance/erc20/recover.d.ts +34 -0
- package/dist/issuance/erc20/recover.d.ts.map +1 -0
- package/dist/issuance/erc20/recover.js +39 -0
- package/dist/issuance/erc20/renounceRole.d.ts +33 -0
- package/dist/issuance/erc20/renounceRole.d.ts.map +1 -0
- package/dist/issuance/erc20/renounceRole.js +41 -0
- package/dist/issuance/erc20/revokeRole.d.ts +33 -0
- package/dist/issuance/erc20/revokeRole.d.ts.map +1 -0
- package/dist/issuance/erc20/revokeRole.js +41 -0
- package/dist/issuance/erc20/transfer.d.ts +32 -0
- package/dist/issuance/erc20/transfer.d.ts.map +1 -0
- package/dist/issuance/erc20/transfer.js +38 -0
- package/dist/issuance/erc20/transferFrom.d.ts +34 -0
- package/dist/issuance/erc20/transferFrom.d.ts.map +1 -0
- package/dist/issuance/erc20/transferFrom.js +39 -0
- package/dist/issuance/erc721/approve.d.ts +32 -0
- package/dist/issuance/erc721/approve.d.ts.map +1 -0
- package/dist/issuance/erc721/approve.js +38 -0
- package/dist/issuance/erc721/burn.d.ts +30 -0
- package/dist/issuance/erc721/burn.d.ts.map +1 -0
- package/dist/issuance/erc721/burn.js +37 -0
- package/dist/issuance/erc721/deploy.d.ts +38 -0
- package/dist/issuance/erc721/deploy.d.ts.map +1 -0
- package/dist/issuance/erc721/deploy.js +51 -0
- package/dist/issuance/erc721/deployGated.d.ts +40 -0
- package/dist/issuance/erc721/deployGated.d.ts.map +1 -0
- package/dist/issuance/erc721/deployGated.js +58 -0
- package/dist/issuance/erc721/getInitData.d.ts +49 -0
- package/dist/issuance/erc721/getInitData.d.ts.map +1 -0
- package/dist/issuance/erc721/getInitData.js +51 -0
- package/dist/issuance/erc721/grantRole.d.ts +33 -0
- package/dist/issuance/erc721/grantRole.d.ts.map +1 -0
- package/dist/issuance/erc721/grantRole.js +41 -0
- package/dist/issuance/erc721/index.d.ts +345 -0
- package/dist/issuance/erc721/index.d.ts.map +1 -0
- package/dist/issuance/erc721/index.js +33 -0
- package/dist/issuance/erc721/initialize.d.ts +38 -0
- package/dist/issuance/erc721/initialize.d.ts.map +1 -0
- package/dist/issuance/erc721/initialize.js +40 -0
- package/dist/issuance/erc721/mint.d.ts +32 -0
- package/dist/issuance/erc721/mint.d.ts.map +1 -0
- package/dist/issuance/erc721/mint.js +38 -0
- package/dist/issuance/erc721/parseErc721DeployEvent.d.ts +23 -0
- package/dist/issuance/erc721/parseErc721DeployEvent.d.ts.map +1 -0
- package/dist/issuance/erc721/parseErc721DeployEvent.js +78 -0
- package/dist/issuance/erc721/recover.d.ts +34 -0
- package/dist/issuance/erc721/recover.d.ts.map +1 -0
- package/dist/issuance/erc721/recover.js +39 -0
- package/dist/issuance/erc721/renounceRole.d.ts +33 -0
- package/dist/issuance/erc721/renounceRole.d.ts.map +1 -0
- package/dist/issuance/erc721/renounceRole.js +41 -0
- package/dist/issuance/erc721/revokeRole.d.ts +33 -0
- package/dist/issuance/erc721/revokeRole.d.ts.map +1 -0
- package/dist/issuance/erc721/revokeRole.js +41 -0
- package/dist/issuance/erc721/setBaseURI.d.ts +30 -0
- package/dist/issuance/erc721/setBaseURI.d.ts.map +1 -0
- package/dist/issuance/erc721/setBaseURI.js +36 -0
- package/dist/issuance/erc721/setTokenURI.d.ts +32 -0
- package/dist/issuance/erc721/setTokenURI.d.ts.map +1 -0
- package/dist/issuance/erc721/setTokenURI.js +38 -0
- package/dist/issuance/erc721/transferFrom.d.ts +34 -0
- package/dist/issuance/erc721/transferFrom.d.ts.map +1 -0
- package/dist/issuance/erc721/transferFrom.js +39 -0
- package/dist/issuance/exports.d.ts +2 -0
- package/dist/issuance/exports.d.ts.map +1 -0
- package/dist/issuance/exports.js +1 -0
- package/dist/issuance/getInitData.d.ts +67 -10
- package/dist/issuance/getInitData.d.ts.map +1 -1
- package/dist/issuance/getInitData.js +52 -1
- package/dist/issuance/grantRole.js +1 -1
- package/dist/issuance/index.d.ts +682 -259
- package/dist/issuance/index.d.ts.map +1 -1
- package/dist/issuance/index.js +12 -33
- package/dist/issuance/mint.js +1 -1
- package/dist/issuance/proxy/deploy.d.ts +41 -0
- package/dist/issuance/proxy/deploy.d.ts.map +1 -0
- package/dist/issuance/proxy/deploy.js +68 -0
- package/dist/issuance/proxy/index.d.ts +59 -0
- package/dist/issuance/proxy/index.d.ts.map +1 -0
- package/dist/issuance/proxy/index.js +10 -0
- package/dist/issuance/proxy/upgrade.d.ts +34 -0
- package/dist/issuance/proxy/upgrade.d.ts.map +1 -0
- package/dist/issuance/proxy/upgrade.js +46 -0
- package/dist/issuance/recover.js +1 -1
- package/dist/issuance/renounceRole.js +1 -1
- package/dist/issuance/transfer.js +1 -1
- package/dist/next/fractions/index.d.ts +275 -0
- package/dist/next/fractions/index.d.ts.map +1 -0
- package/dist/next/fractions/index.js +13 -0
- package/dist/next/fractions/lending/buyback/buyback.routes.d.ts +27 -0
- package/dist/next/fractions/lending/buyback/buyback.routes.d.ts.map +1 -0
- package/dist/next/fractions/lending/buyback/buyback.routes.js +28 -0
- package/dist/next/fractions/lending/buyback/buyback.schema.d.ts +8 -0
- package/dist/next/fractions/lending/buyback/buyback.schema.d.ts.map +1 -0
- package/dist/next/fractions/lending/buyback/buyback.schema.js +13 -0
- package/dist/next/fractions/lending/createLendingSale.d.ts +130 -0
- package/dist/next/fractions/lending/createLendingSale.d.ts.map +1 -0
- package/dist/next/fractions/lending/createLendingSale.js +82 -0
- package/dist/next/fractions/lending/deployMarket/lending.routes.d.ts +44 -0
- package/dist/next/fractions/lending/deployMarket/lending.routes.d.ts.map +1 -0
- package/dist/next/fractions/lending/deployMarket/lending.routes.js +40 -0
- package/dist/next/fractions/lending/index.d.ts +188 -0
- package/dist/next/fractions/lending/index.d.ts.map +1 -0
- package/dist/next/fractions/lending/index.js +15 -0
- package/dist/next/fractions/lending/purchase/directPurchase.route.d.ts +33 -0
- package/dist/next/fractions/lending/purchase/directPurchase.route.d.ts.map +1 -0
- package/dist/next/fractions/lending/purchase/directPurchase.route.js +34 -0
- package/dist/next/fractions/lending/schemas.d.ts +25 -0
- package/dist/next/fractions/lending/schemas.d.ts.map +1 -0
- package/dist/next/fractions/lending/schemas.js +21 -0
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.routes.d.ts +26 -0
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.routes.d.ts.map +1 -0
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.routes.js +28 -0
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.schema.d.ts +7 -0
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.schema.d.ts.map +1 -0
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.schema.js +11 -0
- package/dist/next/fractions/platforms/deployNftFractionsMarket.routes.d.ts +39 -0
- package/dist/next/fractions/platforms/deployNftFractionsMarket.routes.d.ts.map +1 -0
- package/dist/next/fractions/platforms/deployNftFractionsMarket.routes.js +40 -0
- package/dist/next/fractions/platforms/deployNftFractionsMarket.schema.d.ts +26 -0
- package/dist/next/fractions/platforms/deployNftFractionsMarket.schema.d.ts.map +1 -0
- package/dist/next/fractions/platforms/deployNftFractionsMarket.schema.js +24 -0
- package/dist/next/fractions/platforms/index.d.ts +36 -0
- package/dist/next/fractions/platforms/index.d.ts.map +1 -0
- package/dist/next/fractions/platforms/index.js +5 -0
- package/dist/next/fractions/sales/createNftFractions.routes.d.ts +58 -0
- package/dist/next/fractions/sales/createNftFractions.routes.d.ts.map +1 -0
- package/dist/next/fractions/sales/createNftFractions.routes.js +59 -0
- package/dist/next/fractions/sales/createNftFractions.schema.d.ts +85 -0
- package/dist/next/fractions/sales/createNftFractions.schema.d.ts.map +1 -0
- package/dist/next/fractions/sales/createNftFractions.schema.js +67 -0
- package/dist/next/fractions/sales/index.d.ts +55 -0
- package/dist/next/fractions/sales/index.d.ts.map +1 -0
- package/dist/next/fractions/sales/index.js +5 -0
- package/dist/staking/index.d.ts +193 -202
- package/dist/staking/index.d.ts.map +1 -1
- package/dist/staking/index.js +14 -19
- package/dist/staking/platforms/common/platform.d.ts +7 -21
- package/dist/staking/platforms/common/platform.d.ts.map +1 -1
- package/dist/staking/platforms/common/platform.js +6 -8
- package/dist/staking/platforms/getPlatform/index.d.ts +9 -12
- package/dist/staking/platforms/getPlatform/index.d.ts.map +1 -1
- package/dist/staking/platforms/getPlatform/index.js +5 -4
- package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts +21 -49
- package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts.map +1 -1
- package/dist/staking/platforms/getPlatform/v0/getPlatform.js +20 -10
- package/dist/staking/platforms/index.d.ts +19 -21
- package/dist/staking/platforms/index.d.ts.map +1 -1
- package/dist/staking/platforms/index.js +8 -9
- package/dist/staking/platforms/searchPlatforms/index.d.ts +11 -14
- package/dist/staking/platforms/searchPlatforms/index.d.ts.map +1 -1
- package/dist/staking/platforms/searchPlatforms/index.js +5 -4
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts +27 -73
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts.map +1 -1
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.js +12 -9
- package/dist/staking/pools/common/pool.d.ts +9 -25
- package/dist/staking/pools/common/pool.d.ts.map +1 -1
- package/dist/staking/pools/common/pool.js +5 -7
- package/dist/staking/pools/getPool/index.d.ts +4 -7
- package/dist/staking/pools/getPool/index.d.ts.map +1 -1
- package/dist/staking/pools/getPool/index.js +5 -4
- package/dist/staking/pools/getPool/v0/getPool.d.ts +14 -32
- package/dist/staking/pools/getPool/v0/getPool.d.ts.map +1 -1
- package/dist/staking/pools/getPool/v0/getPool.js +20 -9
- package/dist/staking/pools/index.d.ts +10 -12
- package/dist/staking/pools/index.d.ts.map +1 -1
- package/dist/staking/pools/index.js +8 -9
- package/dist/staking/pools/searchPools/index.d.ts +7 -10
- package/dist/staking/pools/searchPools/index.d.ts.map +1 -1
- package/dist/staking/pools/searchPools/index.js +5 -4
- package/dist/staking/pools/searchPools/v0/searchPools.d.ts +19 -52
- package/dist/staking/pools/searchPools/v0/searchPools.d.ts.map +1 -1
- package/dist/staking/pools/searchPools/v0/searchPools.js +11 -8
- package/dist/staking/roles/common/role.d.ts +4 -10
- package/dist/staking/roles/common/role.d.ts.map +1 -1
- package/dist/staking/roles/common/role.js +2 -4
- package/dist/staking/roles/common/roleAssignment.d.ts +9 -25
- package/dist/staking/roles/common/roleAssignment.d.ts.map +1 -1
- package/dist/staking/roles/common/roleAssignment.js +5 -7
- package/dist/staking/roles/common/roleEvent.d.ts +8 -26
- package/dist/staking/roles/common/roleEvent.d.ts.map +1 -1
- package/dist/staking/roles/common/roleEvent.js +3 -5
- package/dist/staking/roles/getRoles/index.d.ts +3 -6
- package/dist/staking/roles/getRoles/index.d.ts.map +1 -1
- package/dist/staking/roles/getRoles/index.js +5 -4
- package/dist/staking/roles/getRoles/v0/getRoles.d.ts +22 -28
- package/dist/staking/roles/getRoles/v0/getRoles.d.ts.map +1 -1
- package/dist/staking/roles/getRoles/v0/getRoles.js +9 -6
- package/dist/staking/roles/grantRole/index.d.ts +7 -10
- package/dist/staking/roles/grantRole/index.d.ts.map +1 -1
- package/dist/staking/roles/grantRole/index.js +5 -4
- package/dist/staking/roles/grantRole/v0/grantRole.d.ts +23 -60
- package/dist/staking/roles/grantRole/v0/grantRole.d.ts.map +1 -1
- package/dist/staking/roles/grantRole/v0/grantRole.js +9 -6
- package/dist/staking/roles/index.d.ts +25 -27
- package/dist/staking/roles/index.d.ts.map +1 -1
- package/dist/staking/roles/index.js +12 -13
- package/dist/staking/roles/searchRoleEvents/index.d.ts +9 -12
- package/dist/staking/roles/searchRoleEvents/index.d.ts.map +1 -1
- package/dist/staking/roles/searchRoleEvents/index.js +5 -4
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts +21 -60
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts.map +1 -1
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.js +11 -8
- package/dist/staking/roles/searchRoles/index.d.ts +9 -12
- package/dist/staking/roles/searchRoles/index.d.ts.map +1 -1
- package/dist/staking/roles/searchRoles/index.js +5 -4
- package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts +21 -60
- package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts.map +1 -1
- package/dist/staking/roles/searchRoles/v0/searchRoles.js +17 -11
- package/dist/staking/stakes/common/stake.d.ts +14 -40
- package/dist/staking/stakes/common/stake.d.ts.map +1 -1
- package/dist/staking/stakes/common/stake.js +18 -20
- package/dist/staking/stakes/common/stakeEvent.d.ts +9 -27
- package/dist/staking/stakes/common/stakeEvent.d.ts.map +1 -1
- package/dist/staking/stakes/common/stakeEvent.js +4 -6
- package/dist/staking/stakes/getStake/index.d.ts +4 -7
- package/dist/staking/stakes/getStake/index.d.ts.map +1 -1
- package/dist/staking/stakes/getStake/index.js +5 -4
- package/dist/staking/stakes/getStake/v0/getStake.d.ts +14 -32
- package/dist/staking/stakes/getStake/v0/getStake.d.ts.map +1 -1
- package/dist/staking/stakes/getStake/v0/getStake.js +19 -9
- package/dist/staking/stakes/index.d.ts +20 -22
- package/dist/staking/stakes/index.d.ts.map +1 -1
- package/dist/staking/stakes/index.js +10 -11
- package/dist/staking/stakes/searchStakeEvents/index.d.ts +9 -12
- package/dist/staking/stakes/searchStakeEvents/index.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakeEvents/index.js +5 -4
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts +21 -60
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.js +13 -9
- package/dist/staking/stakes/searchStakes/index.d.ts +9 -12
- package/dist/staking/stakes/searchStakes/index.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakes/index.js +5 -4
- package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts +21 -60
- package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakes/v0/searchStakes.js +13 -27
- package/dist/staking-templates/index.d.ts +100 -100
- package/dist/staking-templates/index.js +1 -1
- package/dist/staking-templates/templates/common/amount.d.ts +5 -11
- package/dist/staking-templates/templates/common/amount.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/amount.js +6 -8
- package/dist/staking-templates/templates/common/amountMult.d.ts +2 -2
- package/dist/staking-templates/templates/common/amountMult.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/amountMult.js +3 -4
- package/dist/staking-templates/templates/common/erc20Input.d.ts +4 -10
- package/dist/staking-templates/templates/common/erc20Input.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/erc20Input.js +4 -6
- package/dist/staking-templates/templates/common/erc20Reward.d.ts +4 -10
- package/dist/staking-templates/templates/common/erc20Reward.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/erc20Reward.js +4 -7
- package/dist/staking-templates/templates/common/getCreatePoolEvent.d.ts +2 -2
- package/dist/staking-templates/templates/common/getCreatePoolEvent.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/getCreatePoolEvent.js +3 -3
- package/dist/staking-templates/templates/common/getPlatformDeployEvent.d.ts +2 -2
- package/dist/staking-templates/templates/common/getPlatformDeployEvent.js +4 -4
- package/dist/staking-templates/templates/common/getReward.d.ts +10 -10
- package/dist/staking-templates/templates/common/getReward.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/getReward.js +2 -2
- package/dist/staking-templates/templates/common/getStakeEvent.d.ts +3 -3
- package/dist/staking-templates/templates/common/getStakeEvent.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/getStakeEvent.js +4 -4
- package/dist/staking-templates/templates/common/lock.d.ts +4 -10
- package/dist/staking-templates/templates/common/lock.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/lock.js +5 -7
- package/dist/staking-templates/templates/common/lockMult.d.ts +2 -2
- package/dist/staking-templates/templates/common/lockMult.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/lockMult.js +3 -4
- package/dist/staking-templates/templates/common/partialUnstake.d.ts +12 -12
- package/dist/staking-templates/templates/common/partialUnstake.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/partialUnstake.js +4 -4
- package/dist/staking-templates/templates/common/rewardDistribution.d.ts +5 -11
- package/dist/staking-templates/templates/common/rewardDistribution.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/rewardDistribution.js +5 -8
- package/dist/staking-templates/templates/common/time.d.ts +1 -1
- package/dist/staking-templates/templates/common/time.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/time.js +2 -2
- package/dist/staking-templates/templates/common/unstake.d.ts +10 -10
- package/dist/staking-templates/templates/common/unstake.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/unstake.js +2 -2
- package/dist/staking-templates/templates/reputation/index.d.ts +30 -30
- package/dist/staking-templates/templates/reputation/v0/createPlatform.d.ts +11 -11
- package/dist/staking-templates/templates/reputation/v0/createPlatform.js +3 -3
- package/dist/staking-templates/templates/reputation/v0/createPool.d.ts +24 -24
- package/dist/staking-templates/templates/reputation/v0/createPool.d.ts.map +1 -1
- package/dist/staking-templates/templates/reputation/v0/createPool.js +6 -6
- package/dist/staking-templates/templates/reputation/v0/index.d.ts +30 -30
- package/dist/staking-templates/templates/reputation/v0/index.js +5 -5
- package/dist/staking-templates/templates/reputation/v0/restake.d.ts +11 -11
- package/dist/staking-templates/templates/reputation/v0/restake.js +4 -4
- package/dist/staking-templates/templates/reputation/v0/stake.d.ts +12 -12
- package/dist/staking-templates/templates/reputation/v0/stake.d.ts.map +1 -1
- package/dist/staking-templates/templates/reputation/v0/stake.js +5 -5
- package/dist/staking-templates/templates/reputationLock/index.d.ts +37 -37
- package/dist/staking-templates/templates/reputationLock/v0/createPlatform.d.ts +11 -11
- package/dist/staking-templates/templates/reputationLock/v0/createPlatform.js +3 -3
- package/dist/staking-templates/templates/reputationLock/v0/createPool.d.ts +36 -36
- package/dist/staking-templates/templates/reputationLock/v0/createPool.d.ts.map +1 -1
- package/dist/staking-templates/templates/reputationLock/v0/createPool.js +7 -7
- package/dist/staking-templates/templates/reputationLock/v0/index.d.ts +37 -37
- package/dist/staking-templates/templates/reputationLock/v0/index.js +5 -5
- package/dist/staking-templates/templates/reputationLock/v0/restake.d.ts +13 -13
- package/dist/staking-templates/templates/reputationLock/v0/restake.js +5 -5
- package/dist/staking-templates/templates/reputationLock/v0/stake.d.ts +14 -14
- package/dist/staking-templates/templates/reputationLock/v0/stake.d.ts.map +1 -1
- package/dist/staking-templates/templates/reputationLock/v0/stake.js +5 -5
- package/dist/staking-templates/templates/rwa/index.d.ts +33 -33
- package/dist/staking-templates/templates/rwa/v0/createPlatform.d.ts +11 -11
- package/dist/staking-templates/templates/rwa/v0/createPlatform.js +3 -3
- package/dist/staking-templates/templates/rwa/v0/createPool.d.ts +20 -20
- package/dist/staking-templates/templates/rwa/v0/createPool.d.ts.map +1 -1
- package/dist/staking-templates/templates/rwa/v0/createPool.js +4 -4
- package/dist/staking-templates/templates/rwa/v0/distributeRewards.d.ts +12 -12
- package/dist/staking-templates/templates/rwa/v0/distributeRewards.d.ts.map +1 -1
- package/dist/staking-templates/templates/rwa/v0/distributeRewards.js +4 -4
- package/dist/staking-templates/templates/rwa/v0/index.d.ts +33 -33
- package/dist/staking-templates/templates/rwa/v0/index.js +5 -5
- package/dist/staking-templates/templates/rwa/v0/restake.d.ts +11 -11
- package/dist/staking-templates/templates/rwa/v0/restake.js +4 -4
- package/dist/staking-templates/templates/rwa/v0/stake.d.ts +12 -12
- package/dist/staking-templates/templates/rwa/v0/stake.d.ts.map +1 -1
- package/dist/staking-templates/templates/rwa/v0/stake.js +5 -5
- package/dist/stakingTemplates/index.d.ts +723 -0
- package/dist/stakingTemplates/index.d.ts.map +1 -0
- package/dist/stakingTemplates/index.js +13 -0
- package/dist/stakingTemplates/templates/common/amount.d.ts +7 -0
- package/dist/stakingTemplates/templates/common/amount.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/amount.js +15 -0
- package/dist/stakingTemplates/templates/common/amountMult.d.ts +3 -0
- package/dist/stakingTemplates/templates/common/amountMult.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/amountMult.js +24 -0
- package/dist/stakingTemplates/templates/common/erc20Input.d.ts +6 -0
- package/dist/stakingTemplates/templates/common/erc20Input.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/erc20Input.js +16 -0
- package/dist/stakingTemplates/templates/common/erc20Reward.d.ts +6 -0
- package/dist/stakingTemplates/templates/common/erc20Reward.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/erc20Reward.js +15 -0
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts +17 -0
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.js +51 -0
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts +20 -0
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.js +49 -0
- package/dist/stakingTemplates/templates/common/getReward.d.ts +26 -0
- package/dist/stakingTemplates/templates/common/getReward.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/getReward.js +37 -0
- package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts +17 -0
- package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/getStakeEvent.js +55 -0
- package/dist/stakingTemplates/templates/common/lock.d.ts +6 -0
- package/dist/stakingTemplates/templates/common/lock.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/lock.js +18 -0
- package/dist/stakingTemplates/templates/common/lockMult.d.ts +3 -0
- package/dist/stakingTemplates/templates/common/lockMult.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/lockMult.js +16 -0
- package/dist/stakingTemplates/templates/common/partialUnstake.d.ts +27 -0
- package/dist/stakingTemplates/templates/common/partialUnstake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/partialUnstake.js +42 -0
- package/dist/stakingTemplates/templates/common/rewardDistribution.d.ts +7 -0
- package/dist/stakingTemplates/templates/common/rewardDistribution.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/rewardDistribution.js +16 -0
- package/dist/stakingTemplates/templates/common/templates.d.ts +61 -0
- package/dist/stakingTemplates/templates/common/templates.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/templates.js +8 -0
- package/dist/stakingTemplates/templates/common/time.d.ts +2 -0
- package/dist/stakingTemplates/templates/common/time.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/time.js +4 -0
- package/dist/stakingTemplates/templates/common/unstake.d.ts +26 -0
- package/dist/stakingTemplates/templates/common/unstake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/unstake.js +37 -0
- package/dist/stakingTemplates/templates/reputation/common.d.ts +23 -0
- package/dist/stakingTemplates/templates/reputation/common.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputation/common.js +3 -0
- package/dist/stakingTemplates/templates/reputation/index.d.ts +231 -0
- package/dist/stakingTemplates/templates/reputation/index.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputation/index.js +5 -0
- package/dist/stakingTemplates/templates/reputation/v0/createPlatform.d.ts +31 -0
- package/dist/stakingTemplates/templates/reputation/v0/createPlatform.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputation/v0/createPlatform.js +57 -0
- package/dist/stakingTemplates/templates/reputation/v0/createPool.d.ts +39 -0
- package/dist/stakingTemplates/templates/reputation/v0/createPool.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputation/v0/createPool.js +86 -0
- package/dist/stakingTemplates/templates/reputation/v0/index.d.ts +231 -0
- package/dist/stakingTemplates/templates/reputation/v0/index.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputation/v0/index.js +26 -0
- package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts +26 -0
- package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputation/v0/restake.js +41 -0
- package/dist/stakingTemplates/templates/reputation/v0/stake.d.ts +26 -0
- package/dist/stakingTemplates/templates/reputation/v0/stake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputation/v0/stake.js +46 -0
- package/dist/stakingTemplates/templates/reputationLock/common.d.ts +23 -0
- package/dist/stakingTemplates/templates/reputationLock/common.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputationLock/common.js +3 -0
- package/dist/stakingTemplates/templates/reputationLock/index.d.ts +242 -0
- package/dist/stakingTemplates/templates/reputationLock/index.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputationLock/index.js +5 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/createPlatform.d.ts +31 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/createPlatform.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/createPlatform.js +57 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/createPool.d.ts +48 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/createPool.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/createPool.js +100 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts +242 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/index.js +26 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts +27 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/restake.js +45 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts +27 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/stake.js +47 -0
- package/dist/stakingTemplates/templates/rwa/common.d.ts +23 -0
- package/dist/stakingTemplates/templates/rwa/common.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/common.js +3 -0
- package/dist/stakingTemplates/templates/rwa/index.d.ts +254 -0
- package/dist/stakingTemplates/templates/rwa/index.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/index.js +5 -0
- package/dist/stakingTemplates/templates/rwa/v0/createPlatform.d.ts +31 -0
- package/dist/stakingTemplates/templates/rwa/v0/createPlatform.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/v0/createPlatform.js +57 -0
- package/dist/stakingTemplates/templates/rwa/v0/createPool.d.ts +38 -0
- package/dist/stakingTemplates/templates/rwa/v0/createPool.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/v0/createPool.js +80 -0
- package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts +26 -0
- package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.js +42 -0
- package/dist/stakingTemplates/templates/rwa/v0/index.d.ts +254 -0
- package/dist/stakingTemplates/templates/rwa/v0/index.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/v0/index.js +28 -0
- package/dist/stakingTemplates/templates/rwa/v0/restake.d.ts +26 -0
- package/dist/stakingTemplates/templates/rwa/v0/restake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/v0/restake.js +41 -0
- package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts +26 -0
- package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/v0/stake.js +46 -0
- package/dist/v0/fractions/index.d.ts +76 -15
- package/dist/v0/fractions/index.d.ts.map +1 -1
- package/dist/v0/fractions/networkStatistics.route.d.ts +208 -87
- package/dist/v0/fractions/networkStatistics.route.d.ts.map +1 -1
- package/dist/v0/fractions/networkStatistics.route.js +99 -228
- package/dist/v1/fractions/lending/buyback/buyback.routes.d.ts +17 -17
- package/dist/v1/fractions/lending/buyback/buyback.routes.js +2 -2
- package/dist/v1/fractions/lending/buyback/buyback.schema.d.ts +5 -16
- package/dist/v1/fractions/lending/buyback/buyback.schema.d.ts.map +1 -1
- package/dist/v1/fractions/lending/buyback/buyback.schema.js +5 -4
- package/dist/v1/fractions/lending/createLendingSale.d.ts +124 -406
- package/dist/v1/fractions/lending/createLendingSale.d.ts.map +1 -1
- package/dist/v1/fractions/lending/createLendingSale.js +20 -22
- package/dist/v1/fractions/lending/deployMarket/lending.routes.d.ts +37 -41
- package/dist/v1/fractions/lending/deployMarket/lending.routes.d.ts.map +1 -1
- package/dist/v1/fractions/lending/deployMarket/lending.routes.js +13 -7
- package/dist/v1/fractions/lending/index.d.ts +55 -72
- package/dist/v1/fractions/lending/index.d.ts.map +1 -1
- package/dist/v1/fractions/lending/index.js +2 -2
- package/dist/v1/fractions/lending/purchase/directPurchase.route.d.ts +23 -34
- package/dist/v1/fractions/lending/purchase/directPurchase.route.d.ts.map +1 -1
- package/dist/v1/fractions/lending/purchase/directPurchase.route.js +9 -12
- package/dist/v1/fractions/lending/setCollateralPrice/setCollateralPrice.routes.d.ts +13 -13
- package/dist/v1/fractions/lending/setCollateralPrice/setCollateralPrice.routes.js +2 -2
- package/dist/v1/fractions/lending/setCollateralPrice/setCollateralPrice.schema.d.ts +4 -13
- package/dist/v1/fractions/lending/setCollateralPrice/setCollateralPrice.schema.d.ts.map +1 -1
- package/dist/v1/fractions/lending/setCollateralPrice/setCollateralPrice.schema.js +3 -2
- package/dist/v1/fractions/schemas.d.ts +14 -102
- package/dist/v1/fractions/schemas.d.ts.map +1 -1
- package/dist/v1/fractions/schemas.js +13 -28
- package/package.json +23 -19
|
@@ -1,1320 +1,1278 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
input: {
|
|
9
|
-
query: {
|
|
10
|
-
chainId: string | string[];
|
|
11
|
-
address: string | string[];
|
|
12
|
-
};
|
|
1
|
+
export declare const FractionsApi: import("../common/controller.js").IApi<import("hono/hono-base").HonoBase<import("../common/context.js").AppContext, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
2
|
+
"/": {
|
|
3
|
+
$get: {
|
|
4
|
+
input: {
|
|
5
|
+
query: {
|
|
6
|
+
chainId: string | string[];
|
|
7
|
+
address: string | string[];
|
|
13
8
|
};
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
9
|
+
};
|
|
10
|
+
output: {
|
|
11
|
+
error: string;
|
|
12
|
+
chainId: 1 | 11155111 | 31337 | 72080;
|
|
13
|
+
market: `0x${string}`;
|
|
14
|
+
};
|
|
15
|
+
outputFormat: "json";
|
|
16
|
+
status: 404;
|
|
17
|
+
} | {
|
|
18
|
+
input: {
|
|
19
|
+
query: {
|
|
20
|
+
chainId: string | string[];
|
|
21
|
+
address: string | string[];
|
|
18
22
|
};
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
};
|
|
24
|
+
output: never;
|
|
25
|
+
outputFormat: "json";
|
|
26
|
+
status: 200;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
}, "/">, "/get"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
30
|
+
"/": {
|
|
31
|
+
$post: {
|
|
32
|
+
input: {
|
|
33
|
+
json: {
|
|
34
|
+
page: {
|
|
35
|
+
skip: number;
|
|
36
|
+
limit: number;
|
|
37
|
+
};
|
|
38
|
+
filter: {
|
|
39
|
+
chainId?: unknown;
|
|
40
|
+
owner?: string | undefined;
|
|
26
41
|
};
|
|
27
42
|
};
|
|
28
|
-
output: {
|
|
29
|
-
chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
|
|
30
|
-
createdAt: string;
|
|
31
|
-
contractAddress: `0x${string}`;
|
|
32
|
-
adminAddress: `0x${string}`;
|
|
33
|
-
updatedAt: string;
|
|
34
|
-
template: "default" | "compilot" | "continuous-withdrawal" | "continuous-withdrawal-nid" | "lending";
|
|
35
|
-
wrapperAddress: `0x${string}` | null;
|
|
36
|
-
transactionHash: `0x${string}`;
|
|
37
|
-
feesBps: number | null;
|
|
38
|
-
burnAsset: {
|
|
39
|
-
symbol: string;
|
|
40
|
-
type: string;
|
|
41
|
-
chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
|
|
42
|
-
address: `0x${string}`;
|
|
43
|
-
name: string;
|
|
44
|
-
tokenId: string | null;
|
|
45
|
-
decimals: number;
|
|
46
|
-
burnable: boolean;
|
|
47
|
-
} | null;
|
|
48
|
-
};
|
|
49
|
-
outputFormat: "json";
|
|
50
|
-
status: 200;
|
|
51
43
|
};
|
|
44
|
+
output: never;
|
|
45
|
+
outputFormat: "json";
|
|
46
|
+
status: 200;
|
|
52
47
|
};
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
};
|
|
62
|
-
page: {
|
|
63
|
-
skip: number;
|
|
64
|
-
limit: number;
|
|
65
|
-
};
|
|
66
|
-
};
|
|
48
|
+
};
|
|
49
|
+
}, "/">, "/search"> | import("hono/types").MergeSchemaPath<{
|
|
50
|
+
"/": {
|
|
51
|
+
$get: {
|
|
52
|
+
input: {
|
|
53
|
+
query: {
|
|
54
|
+
chainId: string | string[];
|
|
55
|
+
hash: string | string[];
|
|
67
56
|
};
|
|
68
|
-
output: {
|
|
69
|
-
chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
|
|
70
|
-
createdAt: string;
|
|
71
|
-
contractAddress: `0x${string}`;
|
|
72
|
-
adminAddress: `0x${string}`;
|
|
73
|
-
updatedAt: string;
|
|
74
|
-
template: "default" | "compilot" | "continuous-withdrawal" | "continuous-withdrawal-nid" | "lending";
|
|
75
|
-
wrapperAddress: `0x${string}` | null;
|
|
76
|
-
transactionHash: `0x${string}`;
|
|
77
|
-
feesBps: number | null;
|
|
78
|
-
burnAsset: {
|
|
79
|
-
symbol: string;
|
|
80
|
-
type: string;
|
|
81
|
-
chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
|
|
82
|
-
address: `0x${string}`;
|
|
83
|
-
name: string;
|
|
84
|
-
tokenId: string | null;
|
|
85
|
-
decimals: number;
|
|
86
|
-
burnable: boolean;
|
|
87
|
-
} | null;
|
|
88
|
-
}[];
|
|
89
|
-
outputFormat: "json";
|
|
90
|
-
status: 200;
|
|
91
57
|
};
|
|
58
|
+
output: {
|
|
59
|
+
diamondAddress: `0x${string}`;
|
|
60
|
+
admin: `0x${string}`;
|
|
61
|
+
wrapperAddress: `0x${string}` | null;
|
|
62
|
+
};
|
|
63
|
+
outputFormat: "json";
|
|
64
|
+
status: 200;
|
|
92
65
|
};
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
66
|
+
};
|
|
67
|
+
}, "/deployEvent">, "/markets"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
68
|
+
"/": {
|
|
69
|
+
$post: {
|
|
70
|
+
input: {
|
|
71
|
+
json: {
|
|
72
|
+
chainId: unknown;
|
|
73
|
+
adminAddress: string;
|
|
74
|
+
ownerAddress?: string | undefined;
|
|
75
|
+
discount?: {
|
|
76
|
+
burnForDiscount: {
|
|
77
|
+
burnableTokenAddress: string;
|
|
78
|
+
};
|
|
79
|
+
} | undefined;
|
|
80
|
+
cap?: {
|
|
81
|
+
maxHardCap: string;
|
|
82
|
+
} | undefined;
|
|
83
|
+
fee?: {
|
|
84
|
+
percent: number;
|
|
85
|
+
collectorAddress: string;
|
|
86
|
+
feeAdmin: string;
|
|
87
|
+
} | undefined;
|
|
101
88
|
};
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
89
|
+
};
|
|
90
|
+
output: {
|
|
91
|
+
data: `0x${string}`;
|
|
92
|
+
to: `0x${string}`;
|
|
93
|
+
details: {
|
|
94
|
+
functionName: string;
|
|
95
|
+
address: `0x${string}`;
|
|
96
|
+
abi: any[];
|
|
97
|
+
args: any[];
|
|
106
98
|
};
|
|
107
|
-
outputFormat: "json";
|
|
108
|
-
status: 200;
|
|
109
99
|
};
|
|
100
|
+
outputFormat: "json";
|
|
101
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
110
102
|
};
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
103
|
+
};
|
|
104
|
+
}, "/deploy"> | import("hono/types").MergeSchemaPath<{
|
|
105
|
+
"/": {
|
|
106
|
+
$post: {
|
|
107
|
+
input: {
|
|
108
|
+
json: {
|
|
109
|
+
chainId: unknown;
|
|
110
|
+
adminAddress: string;
|
|
111
|
+
ownerAddress?: string | undefined;
|
|
112
|
+
discount?: {
|
|
113
|
+
burnForDiscount: {
|
|
114
|
+
burnableTokenAddress: string;
|
|
115
|
+
};
|
|
116
|
+
} | undefined;
|
|
117
|
+
cap?: {
|
|
118
|
+
maxHardCap: string;
|
|
119
|
+
} | undefined;
|
|
120
|
+
fee?: {
|
|
121
|
+
percent: number;
|
|
122
|
+
collectorAddress: string;
|
|
123
|
+
feeAdmin: string;
|
|
124
|
+
} | undefined;
|
|
127
125
|
};
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
126
|
+
};
|
|
127
|
+
output: {
|
|
128
|
+
data: `0x${string}`;
|
|
129
|
+
to: `0x${string}`;
|
|
130
|
+
details: {
|
|
131
|
+
functionName: string;
|
|
132
|
+
address: `0x${string}`;
|
|
133
|
+
abi: any[];
|
|
134
|
+
args: any[];
|
|
137
135
|
};
|
|
138
|
-
outputFormat: "json";
|
|
139
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
140
136
|
};
|
|
137
|
+
outputFormat: "json";
|
|
138
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
141
139
|
};
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
140
|
+
};
|
|
141
|
+
}, "/deployContinuousWithdraw"> | import("hono/types").MergeSchemaPath<{
|
|
142
|
+
"/": {
|
|
143
|
+
$post: {
|
|
144
|
+
input: {
|
|
145
|
+
json: {
|
|
146
|
+
chainId: unknown;
|
|
147
|
+
adminAddress: string;
|
|
148
|
+
ownerAddress?: string | undefined;
|
|
149
|
+
discount?: {
|
|
150
|
+
burnForDiscount: {
|
|
151
|
+
burnableTokenAddress: string;
|
|
152
|
+
};
|
|
153
|
+
} | undefined;
|
|
154
|
+
cap?: {
|
|
155
|
+
maxHardCap: string;
|
|
156
|
+
} | undefined;
|
|
157
|
+
fee?: {
|
|
158
|
+
percent: number;
|
|
159
|
+
collectorAddress: string;
|
|
160
|
+
feeAdmin: string;
|
|
161
|
+
} | undefined;
|
|
158
162
|
};
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
163
|
+
};
|
|
164
|
+
output: {
|
|
165
|
+
data: `0x${string}`;
|
|
166
|
+
to: `0x${string}`;
|
|
167
|
+
details: {
|
|
168
|
+
functionName: string;
|
|
169
|
+
address: `0x${string}`;
|
|
170
|
+
abi: any[];
|
|
171
|
+
args: any[];
|
|
168
172
|
};
|
|
169
|
-
outputFormat: "json";
|
|
170
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
171
173
|
};
|
|
174
|
+
outputFormat: "json";
|
|
175
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
172
176
|
};
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
177
|
+
};
|
|
178
|
+
}, "/deployContinuousWithdrawNid"> | import("hono/types").MergeSchemaPath<{
|
|
179
|
+
"/": {
|
|
180
|
+
$post: {
|
|
181
|
+
input: {
|
|
182
|
+
json: {
|
|
183
|
+
chainId: unknown;
|
|
184
|
+
adminAddress: string;
|
|
185
|
+
ownerAddress?: string | undefined;
|
|
186
|
+
discount?: {
|
|
187
|
+
burnForDiscount: {
|
|
188
|
+
burnableTokenAddress: string;
|
|
189
|
+
};
|
|
190
|
+
} | undefined;
|
|
191
|
+
cap?: {
|
|
192
|
+
maxHardCap: string;
|
|
193
|
+
} | undefined;
|
|
194
|
+
fee?: {
|
|
195
|
+
percent: number;
|
|
196
|
+
collectorAddress: string;
|
|
197
|
+
feeAdmin: string;
|
|
198
|
+
} | undefined;
|
|
189
199
|
};
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
200
|
+
};
|
|
201
|
+
output: {
|
|
202
|
+
data: `0x${string}`;
|
|
203
|
+
to: `0x${string}`;
|
|
204
|
+
details: {
|
|
205
|
+
functionName: string;
|
|
206
|
+
address: `0x${string}`;
|
|
207
|
+
abi: any[];
|
|
208
|
+
args: any[];
|
|
199
209
|
};
|
|
200
|
-
outputFormat: "json";
|
|
201
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
202
210
|
};
|
|
211
|
+
outputFormat: "json";
|
|
212
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
203
213
|
};
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
discount?: {
|
|
212
|
-
burnForDiscount: {
|
|
213
|
-
burnableTokenAddress: `0x${string}`;
|
|
214
|
-
};
|
|
215
|
-
} | undefined;
|
|
216
|
-
cap?: {
|
|
217
|
-
maxHardCap: bigint;
|
|
218
|
-
} | undefined;
|
|
219
|
-
};
|
|
214
|
+
};
|
|
215
|
+
}, "/deployNid"> | import("hono/types").MergeSchemaPath<{
|
|
216
|
+
"/": {
|
|
217
|
+
$get: {
|
|
218
|
+
input: {
|
|
219
|
+
query: {
|
|
220
|
+
market: string;
|
|
220
221
|
};
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
222
|
+
};
|
|
223
|
+
output: {
|
|
224
|
+
data: `0x${string}`;
|
|
225
|
+
to: `0x${string}`;
|
|
226
|
+
details: {
|
|
227
|
+
functionName: string;
|
|
228
|
+
address: `0x${string}`;
|
|
229
|
+
abi: any[];
|
|
230
|
+
args: any[];
|
|
230
231
|
};
|
|
231
|
-
outputFormat: "json";
|
|
232
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
233
232
|
};
|
|
233
|
+
outputFormat: "json";
|
|
234
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
234
235
|
};
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
236
|
+
};
|
|
237
|
+
}, "/initCompilot"> | import("hono/types").MergeSchemaPath<{
|
|
238
|
+
"/": {
|
|
239
|
+
$get: {
|
|
240
|
+
input: {
|
|
241
|
+
query: {
|
|
242
|
+
market: string;
|
|
243
|
+
signerAddress?: string | undefined;
|
|
242
244
|
};
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
245
|
+
};
|
|
246
|
+
output: {
|
|
247
|
+
data: `0x${string}`;
|
|
248
|
+
to: `0x${string}`;
|
|
249
|
+
details: {
|
|
250
|
+
functionName: string;
|
|
251
|
+
address: `0x${string}`;
|
|
252
|
+
abi: any[];
|
|
253
|
+
args: any[];
|
|
252
254
|
};
|
|
253
|
-
outputFormat: "json";
|
|
254
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
255
255
|
};
|
|
256
|
+
outputFormat: "json";
|
|
257
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
256
258
|
};
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
259
|
+
};
|
|
260
|
+
}, "/initNftFractionsCompilot">, "/platforms"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
261
|
+
"/": {
|
|
262
|
+
$post: {
|
|
263
|
+
input: {
|
|
264
|
+
json: {
|
|
265
|
+
marketAddress: string;
|
|
266
|
+
wrapperAddress: string;
|
|
265
267
|
};
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
268
|
+
};
|
|
269
|
+
output: {
|
|
270
|
+
data: `0x${string}`;
|
|
271
|
+
to: `0x${string}`;
|
|
272
|
+
details: {
|
|
273
|
+
functionName: string;
|
|
274
|
+
address: `0x${string}`;
|
|
275
|
+
abi: any[];
|
|
276
|
+
args: any[];
|
|
275
277
|
};
|
|
276
|
-
outputFormat: "json";
|
|
277
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
278
278
|
};
|
|
279
|
+
outputFormat: "json";
|
|
280
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
279
281
|
};
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
282
|
+
};
|
|
283
|
+
}, "/approveWrapper"> | import("hono/types").MergeSchemaPath<{
|
|
284
|
+
"/": {
|
|
285
|
+
$post: {
|
|
286
|
+
input: {
|
|
287
|
+
json: {
|
|
288
|
+
wrapperAddress: string;
|
|
289
|
+
erc20Address: string;
|
|
290
|
+
amount: string;
|
|
289
291
|
};
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
292
|
+
};
|
|
293
|
+
output: {
|
|
294
|
+
data: `0x${string}`;
|
|
295
|
+
to: `0x${string}`;
|
|
296
|
+
details: {
|
|
297
|
+
functionName: string;
|
|
298
|
+
address: `0x${string}`;
|
|
299
|
+
abi: any[];
|
|
300
|
+
args: any[];
|
|
299
301
|
};
|
|
300
|
-
outputFormat: "json";
|
|
301
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
302
302
|
};
|
|
303
|
+
outputFormat: "json";
|
|
304
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
303
305
|
};
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
306
|
+
};
|
|
307
|
+
}, "/approveWrapperAsErc20Spender"> | import("hono/types").MergeSchemaPath<{
|
|
308
|
+
"/": {
|
|
309
|
+
$post: {
|
|
310
|
+
input: {
|
|
311
|
+
json: {
|
|
312
|
+
wrapperAddress: string;
|
|
313
|
+
erc721Address: string;
|
|
312
314
|
};
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
315
|
+
};
|
|
316
|
+
output: {
|
|
317
|
+
data: `0x${string}`;
|
|
318
|
+
to: `0x${string}`;
|
|
319
|
+
details: {
|
|
320
|
+
functionName: string;
|
|
321
|
+
address: `0x${string}`;
|
|
322
|
+
abi: any[];
|
|
323
|
+
args: any[];
|
|
322
324
|
};
|
|
323
|
-
outputFormat: "json";
|
|
324
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
325
325
|
};
|
|
326
|
+
outputFormat: "json";
|
|
327
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
326
328
|
};
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
329
|
+
};
|
|
330
|
+
}, "/approveWrapperAsErc721Spender">, "/fractions"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
331
|
+
"/": {
|
|
332
|
+
$get: {
|
|
333
|
+
input: {};
|
|
334
|
+
output: ({
|
|
335
|
+
name: string;
|
|
336
|
+
value: `0x${string}`;
|
|
337
|
+
} | {
|
|
338
|
+
name: string;
|
|
339
|
+
value: `0x${string}`;
|
|
340
|
+
} | {
|
|
341
|
+
name: string;
|
|
342
|
+
value: `0x${string}`;
|
|
343
|
+
} | {
|
|
344
|
+
name: string;
|
|
345
|
+
value: `0x${string}`;
|
|
346
|
+
})[];
|
|
347
|
+
outputFormat: "json";
|
|
348
|
+
status: 200;
|
|
347
349
|
};
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
350
|
+
};
|
|
351
|
+
}, "/"> | import("hono/types").MergeSchemaPath<{
|
|
352
|
+
"/": {
|
|
353
|
+
$post: {
|
|
354
|
+
input: {
|
|
355
|
+
json: {
|
|
356
|
+
chainId: unknown;
|
|
357
|
+
marketAddress: string;
|
|
358
|
+
users: string[];
|
|
359
|
+
role: import("@evergonlabs/tmi-protocol-fractions-sdk").RoleTypeEnum;
|
|
358
360
|
};
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
361
|
+
};
|
|
362
|
+
output: {
|
|
363
|
+
data: `0x${string}`;
|
|
364
|
+
to: `0x${string}`;
|
|
365
|
+
details: {
|
|
366
|
+
functionName: string;
|
|
367
|
+
address: `0x${string}`;
|
|
368
|
+
abi: any[];
|
|
369
|
+
args: any[];
|
|
368
370
|
};
|
|
369
|
-
outputFormat: "json";
|
|
370
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
371
371
|
};
|
|
372
|
+
outputFormat: "json";
|
|
373
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
372
374
|
};
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
amountPerPacket: bigint;
|
|
428
|
-
token: `0x${string}`;
|
|
429
|
-
}[]];
|
|
430
|
-
refundAddress: `0x${string}`;
|
|
431
|
-
amountOfPacketsPerFraction: bigint;
|
|
432
|
-
discounts?: {
|
|
433
|
-
burnableTokenAddress: `0x${string}`;
|
|
434
|
-
amountToBurn: bigint;
|
|
435
|
-
percentDiscount: number;
|
|
436
|
-
} | undefined;
|
|
437
|
-
vesting?: {
|
|
438
|
-
totalVestingPeriod: number;
|
|
439
|
-
portionPeriod: number;
|
|
440
|
-
cliff: Date;
|
|
441
|
-
} | undefined;
|
|
442
|
-
};
|
|
375
|
+
};
|
|
376
|
+
}, "/grant">, "/roles"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
377
|
+
"/": {
|
|
378
|
+
$post: {
|
|
379
|
+
input: {
|
|
380
|
+
json: {
|
|
381
|
+
chainId: unknown;
|
|
382
|
+
market: string;
|
|
383
|
+
fractions: {
|
|
384
|
+
symbol: string;
|
|
385
|
+
name: string;
|
|
386
|
+
amount: string;
|
|
387
|
+
token?: string | undefined;
|
|
388
|
+
};
|
|
389
|
+
timeBoundary: {
|
|
390
|
+
start: string;
|
|
391
|
+
end: string;
|
|
392
|
+
};
|
|
393
|
+
cap: {
|
|
394
|
+
soft: string;
|
|
395
|
+
hard: string;
|
|
396
|
+
softPerAccount?: string | undefined;
|
|
397
|
+
hardPerAccount?: string | undefined;
|
|
398
|
+
};
|
|
399
|
+
wrapped: ({
|
|
400
|
+
type: "ERC20";
|
|
401
|
+
address: string;
|
|
402
|
+
values: string[];
|
|
403
|
+
} | {
|
|
404
|
+
type: "ERC721";
|
|
405
|
+
address: string;
|
|
406
|
+
tokenIds: string[];
|
|
407
|
+
} | {
|
|
408
|
+
type: "ERC1155";
|
|
409
|
+
address: string;
|
|
410
|
+
tokenIds: string[];
|
|
411
|
+
values: string[];
|
|
412
|
+
})[];
|
|
413
|
+
funding: {
|
|
414
|
+
token: string;
|
|
415
|
+
amountPerPacket: string;
|
|
416
|
+
}[];
|
|
417
|
+
refundAddress: string;
|
|
418
|
+
amountOfPacketsPerFraction: string;
|
|
419
|
+
discounts?: {
|
|
420
|
+
burnableTokenAddress: string;
|
|
421
|
+
amountToBurn: string;
|
|
422
|
+
percentDiscount: number;
|
|
423
|
+
} | undefined;
|
|
424
|
+
vesting?: {
|
|
425
|
+
cliff: string;
|
|
426
|
+
totalVestingPeriod: number;
|
|
427
|
+
portionPeriod: number;
|
|
428
|
+
} | undefined;
|
|
443
429
|
};
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
430
|
+
};
|
|
431
|
+
output: {
|
|
432
|
+
data: `0x${string}`;
|
|
433
|
+
to: `0x${string}`;
|
|
434
|
+
details: {
|
|
435
|
+
functionName: string;
|
|
436
|
+
address: `0x${string}`;
|
|
437
|
+
abi: any[];
|
|
438
|
+
args: any[];
|
|
453
439
|
};
|
|
454
|
-
outputFormat: "json";
|
|
455
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
456
440
|
};
|
|
441
|
+
outputFormat: "json";
|
|
442
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
457
443
|
};
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
};
|
|
467
|
-
output: {
|
|
468
|
-
campaignId: string;
|
|
469
|
-
creator: `0x${string}`;
|
|
470
|
-
nftId: string;
|
|
471
|
-
fractionsCreated: string;
|
|
472
|
-
fractionsAddress: `0x${string}`;
|
|
473
|
-
vaultAddress: `0x${string}` | undefined;
|
|
444
|
+
};
|
|
445
|
+
}, "/fractions"> | import("hono/types").MergeSchemaPath<{
|
|
446
|
+
"/": {
|
|
447
|
+
$get: {
|
|
448
|
+
input: {
|
|
449
|
+
query: {
|
|
450
|
+
chainId: string | string[];
|
|
451
|
+
hash: string | string[];
|
|
474
452
|
};
|
|
475
|
-
outputFormat: "json";
|
|
476
|
-
status: 200;
|
|
477
453
|
};
|
|
454
|
+
output: {
|
|
455
|
+
campaignId: string;
|
|
456
|
+
creator: `0x${string}`;
|
|
457
|
+
nftId: string;
|
|
458
|
+
fractionsCreated: string;
|
|
459
|
+
fractionsAddress: `0x${string}`;
|
|
460
|
+
vaultAddress: `0x${string}` | undefined;
|
|
461
|
+
};
|
|
462
|
+
outputFormat: "json";
|
|
463
|
+
status: 200;
|
|
478
464
|
};
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
465
|
+
};
|
|
466
|
+
}, "/getFractionsCreatedEvent"> | import("hono/types").MergeSchemaPath<{
|
|
467
|
+
"/": {
|
|
468
|
+
$post: {
|
|
469
|
+
input: {
|
|
470
|
+
json: {
|
|
471
|
+
marketAddress: string;
|
|
472
|
+
campaignId: string;
|
|
487
473
|
};
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
474
|
+
};
|
|
475
|
+
output: {
|
|
476
|
+
data: `0x${string}`;
|
|
477
|
+
to: `0x${string}`;
|
|
478
|
+
details: {
|
|
479
|
+
functionName: string;
|
|
480
|
+
address: `0x${string}`;
|
|
481
|
+
abi: any[];
|
|
482
|
+
args: any[];
|
|
497
483
|
};
|
|
498
|
-
outputFormat: "json";
|
|
499
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
500
484
|
};
|
|
485
|
+
outputFormat: "json";
|
|
486
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
501
487
|
};
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
};
|
|
511
|
-
output: {
|
|
512
|
-
data: `0x${string}`;
|
|
513
|
-
to: `0x${string}`;
|
|
514
|
-
details: {
|
|
515
|
-
address: `0x${string}`;
|
|
516
|
-
functionName: string;
|
|
517
|
-
abi: any[];
|
|
518
|
-
args: any[];
|
|
519
|
-
};
|
|
520
|
-
};
|
|
521
|
-
outputFormat: "json";
|
|
522
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
523
|
-
} | {
|
|
524
|
-
input: {
|
|
525
|
-
json: {
|
|
526
|
-
saleId: bigint;
|
|
527
|
-
marketAddress: `0x${string}`;
|
|
528
|
-
};
|
|
488
|
+
};
|
|
489
|
+
}, "/approve"> | import("hono/types").MergeSchemaPath<{
|
|
490
|
+
"/": {
|
|
491
|
+
$post: {
|
|
492
|
+
input: {
|
|
493
|
+
json: {
|
|
494
|
+
marketAddress: string;
|
|
495
|
+
saleId: string;
|
|
529
496
|
};
|
|
530
|
-
|
|
531
|
-
|
|
497
|
+
};
|
|
498
|
+
output: {
|
|
499
|
+
data: `0x${string}`;
|
|
500
|
+
to: `0x${string}`;
|
|
501
|
+
details: {
|
|
502
|
+
functionName: string;
|
|
503
|
+
address: `0x${string}`;
|
|
504
|
+
abi: any[];
|
|
505
|
+
args: any[];
|
|
532
506
|
};
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
507
|
+
};
|
|
508
|
+
outputFormat: "json";
|
|
509
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
510
|
+
} | {
|
|
511
|
+
input: {
|
|
512
|
+
json: {
|
|
513
|
+
marketAddress: string;
|
|
514
|
+
saleId: string;
|
|
541
515
|
};
|
|
542
|
-
|
|
543
|
-
|
|
516
|
+
};
|
|
517
|
+
output: {
|
|
518
|
+
error: string;
|
|
519
|
+
};
|
|
520
|
+
outputFormat: "json";
|
|
521
|
+
status: 400;
|
|
522
|
+
} | {
|
|
523
|
+
input: {
|
|
524
|
+
json: {
|
|
525
|
+
marketAddress: string;
|
|
526
|
+
saleId: string;
|
|
544
527
|
};
|
|
545
|
-
outputFormat: "json";
|
|
546
|
-
status: 500;
|
|
547
528
|
};
|
|
529
|
+
output: {
|
|
530
|
+
error: string;
|
|
531
|
+
};
|
|
532
|
+
outputFormat: "json";
|
|
533
|
+
status: 500;
|
|
548
534
|
};
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
};
|
|
562
|
-
output: {
|
|
563
|
-
data: `0x${string}`;
|
|
564
|
-
to: `0x${string}`;
|
|
565
|
-
details: {
|
|
566
|
-
address: `0x${string}`;
|
|
567
|
-
functionName: string;
|
|
568
|
-
abi: any[];
|
|
569
|
-
args: any[];
|
|
570
|
-
};
|
|
571
|
-
};
|
|
572
|
-
outputFormat: "json";
|
|
573
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
574
|
-
} | {
|
|
575
|
-
input: {
|
|
576
|
-
json: {
|
|
577
|
-
campaignId: bigint;
|
|
578
|
-
amountOfFractions: bigint;
|
|
579
|
-
marketAddress: `0x${string}`;
|
|
580
|
-
lostAccount: `0x${string}`;
|
|
581
|
-
recoveryAddress: `0x${string}`;
|
|
582
|
-
fractionId: bigint;
|
|
583
|
-
};
|
|
535
|
+
};
|
|
536
|
+
}, "/reject"> | import("hono/types").MergeSchemaPath<{
|
|
537
|
+
"/": {
|
|
538
|
+
$post: {
|
|
539
|
+
input: {
|
|
540
|
+
json: {
|
|
541
|
+
marketAddress: string;
|
|
542
|
+
campaignId: string;
|
|
543
|
+
lostAccount: string;
|
|
544
|
+
recoveryAddress: string;
|
|
545
|
+
amountOfFractions: string;
|
|
546
|
+
fractionId: string;
|
|
584
547
|
};
|
|
585
|
-
|
|
586
|
-
|
|
548
|
+
};
|
|
549
|
+
output: {
|
|
550
|
+
data: `0x${string}`;
|
|
551
|
+
to: `0x${string}`;
|
|
552
|
+
details: {
|
|
553
|
+
functionName: string;
|
|
554
|
+
address: `0x${string}`;
|
|
555
|
+
abi: any[];
|
|
556
|
+
args: any[];
|
|
587
557
|
};
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
558
|
+
};
|
|
559
|
+
outputFormat: "json";
|
|
560
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
561
|
+
} | {
|
|
562
|
+
input: {
|
|
563
|
+
json: {
|
|
564
|
+
marketAddress: string;
|
|
565
|
+
campaignId: string;
|
|
566
|
+
lostAccount: string;
|
|
567
|
+
recoveryAddress: string;
|
|
568
|
+
amountOfFractions: string;
|
|
569
|
+
fractionId: string;
|
|
600
570
|
};
|
|
601
|
-
|
|
602
|
-
|
|
571
|
+
};
|
|
572
|
+
output: {
|
|
573
|
+
error: string;
|
|
574
|
+
};
|
|
575
|
+
outputFormat: "json";
|
|
576
|
+
status: 400;
|
|
577
|
+
} | {
|
|
578
|
+
input: {
|
|
579
|
+
json: {
|
|
580
|
+
marketAddress: string;
|
|
581
|
+
campaignId: string;
|
|
582
|
+
lostAccount: string;
|
|
583
|
+
recoveryAddress: string;
|
|
584
|
+
amountOfFractions: string;
|
|
585
|
+
fractionId: string;
|
|
603
586
|
};
|
|
604
|
-
outputFormat: "json";
|
|
605
|
-
status: 500;
|
|
606
587
|
};
|
|
588
|
+
output: {
|
|
589
|
+
error: string;
|
|
590
|
+
};
|
|
591
|
+
outputFormat: "json";
|
|
592
|
+
status: 500;
|
|
607
593
|
};
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
594
|
+
};
|
|
595
|
+
}, "/recover"> | import("hono/types").MergeSchemaPath<{
|
|
596
|
+
"/": {
|
|
597
|
+
$post: {
|
|
598
|
+
input: {
|
|
599
|
+
json: {
|
|
600
|
+
marketAddress: string;
|
|
601
|
+
campaignId: string;
|
|
616
602
|
};
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
603
|
+
};
|
|
604
|
+
output: {
|
|
605
|
+
data: `0x${string}`;
|
|
606
|
+
to: `0x${string}`;
|
|
607
|
+
details: {
|
|
608
|
+
functionName: string;
|
|
609
|
+
address: `0x${string}`;
|
|
610
|
+
abi: any[];
|
|
611
|
+
args: any[];
|
|
626
612
|
};
|
|
627
|
-
outputFormat: "json";
|
|
628
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
629
613
|
};
|
|
614
|
+
outputFormat: "json";
|
|
615
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
630
616
|
};
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
617
|
+
};
|
|
618
|
+
}, "/complete"> | import("hono/types").MergeSchemaPath<{
|
|
619
|
+
"/": {
|
|
620
|
+
$post: {
|
|
621
|
+
input: {
|
|
622
|
+
json: {
|
|
623
|
+
market: string;
|
|
624
|
+
campaignId: string;
|
|
639
625
|
};
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
626
|
+
};
|
|
627
|
+
output: {
|
|
628
|
+
data: `0x${string}`;
|
|
629
|
+
to: `0x${string}`;
|
|
630
|
+
details: {
|
|
631
|
+
functionName: string;
|
|
632
|
+
address: `0x${string}`;
|
|
633
|
+
abi: any[];
|
|
634
|
+
args: any[];
|
|
649
635
|
};
|
|
650
|
-
outputFormat: "json";
|
|
651
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
652
636
|
};
|
|
637
|
+
outputFormat: "json";
|
|
638
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
653
639
|
};
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
640
|
+
};
|
|
641
|
+
}, "/unlockWrappedAssets"> | import("hono/types").MergeSchemaPath<{
|
|
642
|
+
"/": {
|
|
643
|
+
$post: {
|
|
644
|
+
input: {
|
|
645
|
+
json: {
|
|
646
|
+
market: string;
|
|
647
|
+
campaignId: string;
|
|
648
|
+
chainId: unknown;
|
|
649
|
+
amountToBuy: string;
|
|
650
|
+
applyDiscount: boolean;
|
|
665
651
|
};
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
652
|
+
};
|
|
653
|
+
output: {
|
|
654
|
+
data: `0x${string}`;
|
|
655
|
+
to: `0x${string}`;
|
|
656
|
+
details: {
|
|
657
|
+
functionName: string;
|
|
658
|
+
address: `0x${string}`;
|
|
659
|
+
abi: any[];
|
|
660
|
+
args: any[];
|
|
675
661
|
};
|
|
676
|
-
outputFormat: "json";
|
|
677
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
678
662
|
};
|
|
663
|
+
outputFormat: "json";
|
|
664
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
679
665
|
};
|
|
680
|
-
}
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
platform: `0x${string}`;
|
|
688
|
-
chainId?: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId | undefined;
|
|
689
|
-
};
|
|
690
|
-
};
|
|
691
|
-
output: {
|
|
692
|
-
chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
|
|
666
|
+
};
|
|
667
|
+
}, "/purchase"> | import("hono/types").MergeSchemaPath<{
|
|
668
|
+
"/": {
|
|
669
|
+
$post: {
|
|
670
|
+
input: {
|
|
671
|
+
json: {
|
|
672
|
+
platform: string;
|
|
693
673
|
campaignId: string;
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
priceId: string;
|
|
697
|
-
purchases: number;
|
|
698
|
-
fractionsSold: string;
|
|
699
|
-
}[];
|
|
674
|
+
walletAddress: string;
|
|
675
|
+
chainId?: unknown;
|
|
700
676
|
};
|
|
701
|
-
outputFormat: "json";
|
|
702
|
-
status: 200;
|
|
703
677
|
};
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
platform?: `0x${string}` | undefined;
|
|
714
|
-
};
|
|
715
|
-
page: {
|
|
716
|
-
skip: number;
|
|
717
|
-
limit: number;
|
|
718
|
-
};
|
|
719
|
-
};
|
|
720
|
-
};
|
|
721
|
-
output: never;
|
|
722
|
-
outputFormat: "json";
|
|
723
|
-
status: 200;
|
|
678
|
+
output: {
|
|
679
|
+
chainId: 1 | 11155111 | 31337 | 72080;
|
|
680
|
+
platform: `0x${string}`;
|
|
681
|
+
campaignId: string;
|
|
682
|
+
statistics: {
|
|
683
|
+
priceId: string;
|
|
684
|
+
fractionsSold: string;
|
|
685
|
+
purchases: number;
|
|
686
|
+
}[];
|
|
724
687
|
};
|
|
688
|
+
outputFormat: "json";
|
|
689
|
+
status: 200;
|
|
725
690
|
};
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
691
|
+
};
|
|
692
|
+
}, "/purchase/statistics"> | import("hono/types").MergeSchemaPath<{
|
|
693
|
+
"/": {
|
|
694
|
+
$post: {
|
|
695
|
+
input: {
|
|
696
|
+
json: {
|
|
697
|
+
page: {
|
|
698
|
+
skip: number;
|
|
699
|
+
limit: number;
|
|
733
700
|
};
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
details: {
|
|
739
|
-
address: `0x${string}`;
|
|
740
|
-
functionName: string;
|
|
741
|
-
abi: any[];
|
|
742
|
-
args: any[];
|
|
701
|
+
filter: {
|
|
702
|
+
chainId?: unknown;
|
|
703
|
+
platform?: string | undefined;
|
|
704
|
+
campaignId?: string | undefined;
|
|
743
705
|
};
|
|
744
706
|
};
|
|
745
|
-
outputFormat: "json";
|
|
746
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
747
707
|
};
|
|
708
|
+
output: never;
|
|
709
|
+
outputFormat: "json";
|
|
710
|
+
status: 200;
|
|
748
711
|
};
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
isDiscounted: boolean;
|
|
758
|
-
upperGenesisId?: bigint | undefined;
|
|
759
|
-
};
|
|
712
|
+
};
|
|
713
|
+
}, "/withdraw/search"> | import("hono/types").MergeSchemaPath<{
|
|
714
|
+
"/": {
|
|
715
|
+
$post: {
|
|
716
|
+
input: {
|
|
717
|
+
json: {
|
|
718
|
+
market: string;
|
|
719
|
+
campaignId: string;
|
|
760
720
|
};
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
721
|
+
};
|
|
722
|
+
output: {
|
|
723
|
+
data: `0x${string}`;
|
|
724
|
+
to: `0x${string}`;
|
|
725
|
+
details: {
|
|
726
|
+
functionName: string;
|
|
727
|
+
address: `0x${string}`;
|
|
728
|
+
abi: any[];
|
|
729
|
+
args: any[];
|
|
770
730
|
};
|
|
771
|
-
outputFormat: "json";
|
|
772
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
773
731
|
};
|
|
732
|
+
outputFormat: "json";
|
|
733
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
774
734
|
};
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
735
|
+
};
|
|
736
|
+
}, "/withdrawPaymentToken"> | import("hono/types").MergeSchemaPath<{
|
|
737
|
+
"/": {
|
|
738
|
+
$post: {
|
|
739
|
+
input: {
|
|
740
|
+
json: {
|
|
741
|
+
amountOfFractions: string;
|
|
742
|
+
isDiscounted: boolean;
|
|
743
|
+
market: string;
|
|
744
|
+
campaignId: string;
|
|
745
|
+
upperGenesisId?: string | undefined;
|
|
783
746
|
};
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
747
|
+
};
|
|
748
|
+
output: {
|
|
749
|
+
data: `0x${string}`;
|
|
750
|
+
to: `0x${string}`;
|
|
751
|
+
details: {
|
|
752
|
+
functionName: string;
|
|
753
|
+
address: `0x${string}`;
|
|
754
|
+
abi: any[];
|
|
755
|
+
args: any[];
|
|
793
756
|
};
|
|
794
|
-
outputFormat: "json";
|
|
795
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
796
757
|
};
|
|
758
|
+
outputFormat: "json";
|
|
759
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
797
760
|
};
|
|
798
|
-
}
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
761
|
+
};
|
|
762
|
+
}, "/receiveFundsAfterNonFunded"> | import("hono/types").MergeSchemaPath<{
|
|
763
|
+
"/": {
|
|
764
|
+
$post: {
|
|
765
|
+
input: {
|
|
766
|
+
json: {
|
|
767
|
+
market: string;
|
|
768
|
+
campaignId: string;
|
|
806
769
|
};
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
770
|
+
};
|
|
771
|
+
output: {
|
|
772
|
+
data: `0x${string}`;
|
|
773
|
+
to: `0x${string}`;
|
|
774
|
+
details: {
|
|
775
|
+
functionName: string;
|
|
776
|
+
address: `0x${string}`;
|
|
777
|
+
abi: any[];
|
|
778
|
+
args: any[];
|
|
816
779
|
};
|
|
817
|
-
outputFormat: "json";
|
|
818
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
819
780
|
};
|
|
781
|
+
outputFormat: "json";
|
|
782
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
820
783
|
};
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
};
|
|
784
|
+
};
|
|
785
|
+
}, "/checkAndJumpToNonFunded"> | import("hono/types").MergeSchemaPath<{
|
|
786
|
+
"/": {
|
|
787
|
+
$post: {
|
|
788
|
+
input: {
|
|
789
|
+
json: {
|
|
790
|
+
market: string;
|
|
791
|
+
campaignId: string;
|
|
830
792
|
};
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
793
|
+
};
|
|
794
|
+
output: {
|
|
795
|
+
data: `0x${string}`;
|
|
796
|
+
to: `0x${string}`;
|
|
797
|
+
details: {
|
|
798
|
+
functionName: string;
|
|
799
|
+
address: `0x${string}`;
|
|
800
|
+
abi: any[];
|
|
801
|
+
args: any[];
|
|
840
802
|
};
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
803
|
+
};
|
|
804
|
+
outputFormat: "json";
|
|
805
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
806
|
+
};
|
|
807
|
+
};
|
|
808
|
+
}, "/receiveNonPurchasedWrappedAssets"> | import("hono/types").MergeSchemaPath<{
|
|
809
|
+
"/": {
|
|
810
|
+
$post: {
|
|
811
|
+
input: {
|
|
812
|
+
json: {
|
|
813
|
+
marketAddress: string;
|
|
814
|
+
saleId: string;
|
|
815
|
+
newCliffDate: string;
|
|
850
816
|
};
|
|
851
|
-
|
|
852
|
-
|
|
817
|
+
};
|
|
818
|
+
output: {
|
|
819
|
+
data: `0x${string}`;
|
|
820
|
+
to: `0x${string}`;
|
|
821
|
+
details: {
|
|
822
|
+
functionName: string;
|
|
823
|
+
address: `0x${string}`;
|
|
824
|
+
abi: any[];
|
|
825
|
+
args: any[];
|
|
853
826
|
};
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
827
|
+
};
|
|
828
|
+
outputFormat: "json";
|
|
829
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
830
|
+
} | {
|
|
831
|
+
input: {
|
|
832
|
+
json: {
|
|
833
|
+
marketAddress: string;
|
|
834
|
+
saleId: string;
|
|
835
|
+
newCliffDate: string;
|
|
863
836
|
};
|
|
864
|
-
|
|
865
|
-
|
|
837
|
+
};
|
|
838
|
+
output: {
|
|
839
|
+
error: string;
|
|
840
|
+
};
|
|
841
|
+
outputFormat: "json";
|
|
842
|
+
status: 400;
|
|
843
|
+
} | {
|
|
844
|
+
input: {
|
|
845
|
+
json: {
|
|
846
|
+
marketAddress: string;
|
|
847
|
+
saleId: string;
|
|
848
|
+
newCliffDate: string;
|
|
866
849
|
};
|
|
867
|
-
outputFormat: "json";
|
|
868
|
-
status: 500;
|
|
869
850
|
};
|
|
851
|
+
output: {
|
|
852
|
+
error: string;
|
|
853
|
+
};
|
|
854
|
+
outputFormat: "json";
|
|
855
|
+
status: 500;
|
|
870
856
|
};
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
};
|
|
882
|
-
output: {
|
|
883
|
-
data: `0x${string}`;
|
|
884
|
-
to: `0x${string}`;
|
|
885
|
-
details: {
|
|
886
|
-
address: `0x${string}`;
|
|
887
|
-
functionName: string;
|
|
888
|
-
abi: any[];
|
|
889
|
-
args: any[];
|
|
890
|
-
};
|
|
857
|
+
};
|
|
858
|
+
}, "/vesting/editCliff"> | import("hono/types").MergeSchemaPath<{
|
|
859
|
+
"/": {
|
|
860
|
+
$post: {
|
|
861
|
+
input: {
|
|
862
|
+
json: {
|
|
863
|
+
address: string;
|
|
864
|
+
campaignId: string;
|
|
865
|
+
amountOfFractions: string;
|
|
866
|
+
itToBurn: string;
|
|
891
867
|
};
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
};
|
|
868
|
+
};
|
|
869
|
+
output: {
|
|
870
|
+
data: `0x${string}`;
|
|
871
|
+
to: `0x${string}`;
|
|
872
|
+
details: {
|
|
873
|
+
functionName: string;
|
|
874
|
+
address: `0x${string}`;
|
|
875
|
+
abi: any[];
|
|
876
|
+
args: any[];
|
|
902
877
|
};
|
|
903
|
-
|
|
904
|
-
|
|
878
|
+
};
|
|
879
|
+
outputFormat: "json";
|
|
880
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
881
|
+
} | {
|
|
882
|
+
input: {
|
|
883
|
+
json: {
|
|
884
|
+
address: string;
|
|
885
|
+
campaignId: string;
|
|
886
|
+
amountOfFractions: string;
|
|
887
|
+
itToBurn: string;
|
|
905
888
|
};
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
889
|
+
};
|
|
890
|
+
output: {
|
|
891
|
+
error: string;
|
|
892
|
+
};
|
|
893
|
+
outputFormat: "json";
|
|
894
|
+
status: 400;
|
|
895
|
+
} | {
|
|
896
|
+
input: {
|
|
897
|
+
json: {
|
|
898
|
+
address: string;
|
|
899
|
+
campaignId: string;
|
|
900
|
+
amountOfFractions: string;
|
|
901
|
+
itToBurn: string;
|
|
916
902
|
};
|
|
917
|
-
|
|
918
|
-
|
|
903
|
+
};
|
|
904
|
+
output: {
|
|
905
|
+
error: string;
|
|
906
|
+
};
|
|
907
|
+
outputFormat: "json";
|
|
908
|
+
status: 500;
|
|
909
|
+
};
|
|
910
|
+
};
|
|
911
|
+
}, "/vesting/claim"> | import("hono/types").MergeSchemaPath<{
|
|
912
|
+
"/": {
|
|
913
|
+
$post: {
|
|
914
|
+
input: {
|
|
915
|
+
json: {
|
|
916
|
+
chainId: unknown;
|
|
917
|
+
platform: string;
|
|
918
|
+
campaignId: string;
|
|
919
|
+
walletAddress: string;
|
|
919
920
|
};
|
|
920
|
-
outputFormat: "json";
|
|
921
|
-
status: 500;
|
|
922
921
|
};
|
|
922
|
+
output: never;
|
|
923
|
+
outputFormat: "json";
|
|
924
|
+
status: 200;
|
|
923
925
|
};
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
platform: `0x${string}`;
|
|
933
|
-
};
|
|
926
|
+
};
|
|
927
|
+
}, "/vesting/claim/statistics"> | import("hono/types").MergeSchemaPath<{
|
|
928
|
+
"/": {
|
|
929
|
+
$get: {
|
|
930
|
+
input: {
|
|
931
|
+
query: {
|
|
932
|
+
chainId: string | string[];
|
|
933
|
+
hash: string | string[];
|
|
934
934
|
};
|
|
935
|
-
output: never;
|
|
936
|
-
outputFormat: "json";
|
|
937
|
-
status: 200;
|
|
938
935
|
};
|
|
936
|
+
output: {
|
|
937
|
+
campaignId: string;
|
|
938
|
+
receiver: `0x${string}`;
|
|
939
|
+
burnId: string;
|
|
940
|
+
nextBurnId: string | null;
|
|
941
|
+
amountOfFractionsBurnt: string;
|
|
942
|
+
};
|
|
943
|
+
outputFormat: "json";
|
|
944
|
+
status: 200;
|
|
939
945
|
};
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
946
|
+
};
|
|
947
|
+
}, "/vesting/getClaimVestedTokensEvent"> | import("hono/types").MergeSchemaPath<{
|
|
948
|
+
"/": {
|
|
949
|
+
$post: {
|
|
950
|
+
input: {
|
|
951
|
+
json: {
|
|
952
|
+
page: {
|
|
953
|
+
skip: number;
|
|
954
|
+
limit: number;
|
|
955
|
+
};
|
|
956
|
+
filter: {
|
|
957
|
+
chainId?: unknown;
|
|
958
|
+
owner?: string | undefined;
|
|
959
|
+
platform?: string | undefined;
|
|
960
|
+
campaignId?: string | undefined;
|
|
947
961
|
};
|
|
948
962
|
};
|
|
949
|
-
output: {
|
|
950
|
-
campaignId: string;
|
|
951
|
-
receiver: `0x${string}`;
|
|
952
|
-
burnId: string;
|
|
953
|
-
nextBurnId: string | null;
|
|
954
|
-
amountOfFractionsBurnt: string;
|
|
955
|
-
};
|
|
956
|
-
outputFormat: "json";
|
|
957
|
-
status: 200;
|
|
958
963
|
};
|
|
964
|
+
output: never;
|
|
965
|
+
outputFormat: "json";
|
|
966
|
+
status: 200;
|
|
959
967
|
};
|
|
960
|
-
}
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
968
|
+
};
|
|
969
|
+
}, "/search"> | import("hono/types").MergeSchemaPath<{
|
|
970
|
+
"/": {
|
|
971
|
+
$post: {
|
|
972
|
+
input: {
|
|
973
|
+
json: {
|
|
974
|
+
page: {
|
|
975
|
+
skip: number;
|
|
976
|
+
limit: number;
|
|
977
|
+
};
|
|
978
|
+
filter: {
|
|
979
|
+
chainId?: unknown;
|
|
980
|
+
platform?: string | undefined;
|
|
981
|
+
campaignId?: string | undefined;
|
|
982
|
+
operationType?: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum | undefined;
|
|
975
983
|
};
|
|
976
984
|
};
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
softCap: string;
|
|
1008
|
-
hardCap: string;
|
|
1009
|
-
softCapPerAccount: string;
|
|
1010
|
-
hardCapPerAccount: string;
|
|
1011
|
-
} | null;
|
|
1012
|
-
timeline: {
|
|
1013
|
-
startDate: string;
|
|
1014
|
-
endDate: string;
|
|
1015
|
-
} | null;
|
|
1016
|
-
wrappedAssets: {
|
|
1017
|
-
asset: {
|
|
1018
|
-
symbol: string;
|
|
1019
|
-
type: string;
|
|
1020
|
-
chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
|
|
1021
|
-
address: `0x${string}`;
|
|
1022
|
-
name: string;
|
|
1023
|
-
tokenId: string | null;
|
|
1024
|
-
decimals: number;
|
|
1025
|
-
burnable: boolean;
|
|
1026
|
-
};
|
|
1027
|
-
wrappedAmount: never;
|
|
985
|
+
};
|
|
986
|
+
output: {
|
|
987
|
+
chainId: 1 | 11155111 | 31337 | 72080;
|
|
988
|
+
platform: `0x${string}`;
|
|
989
|
+
campaignId: string & import("zod").$brand<"Int256">;
|
|
990
|
+
transactionHash: `0x${string}`;
|
|
991
|
+
from: `0x${string}`;
|
|
992
|
+
createdAt: string & import("zod").$brand<"ISO">;
|
|
993
|
+
updatedAt: string & import("zod").$brand<"ISO">;
|
|
994
|
+
metadata: {
|
|
995
|
+
type: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum.CREATED;
|
|
996
|
+
} | {
|
|
997
|
+
type: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum.STATUS_UPDATE;
|
|
998
|
+
status: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleStatusEnum;
|
|
999
|
+
} | {
|
|
1000
|
+
type: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum.PURCHASE;
|
|
1001
|
+
purchaser: `0x${string}`;
|
|
1002
|
+
priceId: string;
|
|
1003
|
+
amountOfFractions: string & import("zod").$brand<"Int256">;
|
|
1004
|
+
amountPaid: string & import("zod").$brand<"Int256">;
|
|
1005
|
+
amountBurnt: string & import("zod").$brand<"Int256">;
|
|
1006
|
+
} | {
|
|
1007
|
+
type: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum.CLAIM;
|
|
1008
|
+
receiver: `0x${string}`;
|
|
1009
|
+
claimId: string;
|
|
1010
|
+
fractionsBurnt: string & import("zod").$brand<"Int256">;
|
|
1011
|
+
received: {
|
|
1012
|
+
tokenAddress: `0x${string}`;
|
|
1013
|
+
amount: string & import("zod").$brand<"Int256">;
|
|
1014
|
+
tokenId: string & import("zod").$brand<"Int256">;
|
|
1028
1015
|
}[];
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
}
|
|
1040
|
-
|
|
1016
|
+
} | {
|
|
1017
|
+
type: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum.REFUND;
|
|
1018
|
+
amount: string & import("zod").$brand<"Int256">;
|
|
1019
|
+
} | {
|
|
1020
|
+
type: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum.WITHDRAW;
|
|
1021
|
+
amount: string & import("zod").$brand<"Int256">;
|
|
1022
|
+
} | {
|
|
1023
|
+
type: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum.WITHDRAW_NON_WRAPPED;
|
|
1024
|
+
receiver: `0x${string}`;
|
|
1025
|
+
received: {
|
|
1026
|
+
tokenAddress: `0x${string}`;
|
|
1027
|
+
amount: string & import("zod").$brand<"Int256">;
|
|
1028
|
+
tokenId: string & import("zod").$brand<"Int256">;
|
|
1041
1029
|
}[];
|
|
1042
|
-
}[];
|
|
1043
|
-
outputFormat: "json";
|
|
1044
|
-
status: 200;
|
|
1045
|
-
};
|
|
1046
|
-
};
|
|
1047
|
-
} & {
|
|
1048
|
-
"/activity": {
|
|
1049
|
-
$post: {
|
|
1050
|
-
input: {
|
|
1051
|
-
json: {
|
|
1052
|
-
filter: {
|
|
1053
|
-
chainId?: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId | undefined;
|
|
1054
|
-
campaignId?: string | number | bigint | undefined;
|
|
1055
|
-
platform?: `0x${string}` | undefined;
|
|
1056
|
-
operationType?: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum | undefined;
|
|
1057
|
-
};
|
|
1058
|
-
page: {
|
|
1059
|
-
skip: number;
|
|
1060
|
-
limit: number;
|
|
1061
|
-
};
|
|
1062
|
-
};
|
|
1063
1030
|
};
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1031
|
+
}[];
|
|
1032
|
+
outputFormat: "json";
|
|
1033
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1034
|
+
};
|
|
1035
|
+
};
|
|
1036
|
+
}, "/activity"> | import("hono/types").MergeSchemaPath<{
|
|
1037
|
+
"/": {
|
|
1038
|
+
$post: {
|
|
1039
|
+
input: {
|
|
1040
|
+
json: {
|
|
1041
|
+
chainId: unknown;
|
|
1042
|
+
platform: string;
|
|
1068
1043
|
campaignId: string;
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
amountPaid: string;
|
|
1080
|
-
amountBurnt: string;
|
|
1081
|
-
priceId: string;
|
|
1082
|
-
purchaser: string;
|
|
1083
|
-
} | {
|
|
1084
|
-
received: {
|
|
1085
|
-
tokenId: string;
|
|
1086
|
-
tokenAddress: string;
|
|
1087
|
-
amount: string;
|
|
1088
|
-
}[];
|
|
1089
|
-
type: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum.CLAIM;
|
|
1090
|
-
receiver: string;
|
|
1091
|
-
claimId: string;
|
|
1092
|
-
fractionsBurnt: string;
|
|
1093
|
-
} | {
|
|
1094
|
-
type: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum.REFUND;
|
|
1095
|
-
amount: string;
|
|
1096
|
-
} | {
|
|
1097
|
-
type: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum.WITHDRAW;
|
|
1098
|
-
amount: string;
|
|
1099
|
-
} | {
|
|
1100
|
-
received: {
|
|
1101
|
-
tokenId: string;
|
|
1102
|
-
tokenAddress: string;
|
|
1103
|
-
amount: string;
|
|
1104
|
-
}[];
|
|
1105
|
-
type: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum.WITHDRAW_NON_WRAPPED;
|
|
1106
|
-
receiver: string;
|
|
1107
|
-
};
|
|
1108
|
-
platform: `0x${string}`;
|
|
1044
|
+
};
|
|
1045
|
+
};
|
|
1046
|
+
output: {
|
|
1047
|
+
chainId: 1 | 11155111 | 31337 | 72080;
|
|
1048
|
+
platform: `0x${string}`;
|
|
1049
|
+
campaignId: string;
|
|
1050
|
+
statistics: {
|
|
1051
|
+
priceId: string;
|
|
1052
|
+
fractionsSold: string;
|
|
1053
|
+
purchases: number;
|
|
1109
1054
|
}[];
|
|
1110
|
-
outputFormat: "json";
|
|
1111
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1112
1055
|
};
|
|
1056
|
+
outputFormat: "json";
|
|
1057
|
+
status: 200;
|
|
1113
1058
|
};
|
|
1114
|
-
}
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
platform: `0x${string}`;
|
|
1122
|
-
};
|
|
1123
|
-
};
|
|
1124
|
-
output: {
|
|
1125
|
-
chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
|
|
1059
|
+
};
|
|
1060
|
+
}, "/statistics"> | import("hono/types").MergeSchemaPath<{
|
|
1061
|
+
"/": {
|
|
1062
|
+
$post: {
|
|
1063
|
+
input: {
|
|
1064
|
+
json: {
|
|
1065
|
+
marketAddress: string;
|
|
1126
1066
|
campaignId: string;
|
|
1127
|
-
|
|
1128
|
-
statistics: {
|
|
1129
|
-
priceId: string;
|
|
1130
|
-
purchases: number;
|
|
1131
|
-
fractionsSold: string;
|
|
1132
|
-
}[];
|
|
1067
|
+
packetsLimit: string;
|
|
1133
1068
|
};
|
|
1134
|
-
outputFormat: "json";
|
|
1135
|
-
status: 200;
|
|
1136
1069
|
};
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
packetsLimit: bigint;
|
|
1146
|
-
};
|
|
1070
|
+
output: {
|
|
1071
|
+
data: `0x${string}`;
|
|
1072
|
+
to: `0x${string}`;
|
|
1073
|
+
details: {
|
|
1074
|
+
functionName: string;
|
|
1075
|
+
address: `0x${string}`;
|
|
1076
|
+
abi: any[];
|
|
1077
|
+
args: any[];
|
|
1147
1078
|
};
|
|
1148
|
-
output: {
|
|
1149
|
-
data: `0x${string}`;
|
|
1150
|
-
to: `0x${string}`;
|
|
1151
|
-
details: {
|
|
1152
|
-
address: `0x${string}`;
|
|
1153
|
-
functionName: string;
|
|
1154
|
-
abi: any[];
|
|
1155
|
-
args: any[];
|
|
1156
|
-
};
|
|
1157
|
-
};
|
|
1158
|
-
outputFormat: "json";
|
|
1159
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1160
1079
|
};
|
|
1080
|
+
outputFormat: "json";
|
|
1081
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1161
1082
|
};
|
|
1162
|
-
}
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
};
|
|
1171
|
-
output: {
|
|
1172
|
-
campaignId: string;
|
|
1173
|
-
receiver: `0x${string}`;
|
|
1174
|
-
packetsReceived: string;
|
|
1083
|
+
};
|
|
1084
|
+
}, "/setFeeCapLimit"> | import("hono/types").MergeSchemaPath<{
|
|
1085
|
+
"/": {
|
|
1086
|
+
$get: {
|
|
1087
|
+
input: {
|
|
1088
|
+
query: {
|
|
1089
|
+
chainId: string | string[];
|
|
1090
|
+
hash: string | string[];
|
|
1175
1091
|
};
|
|
1176
|
-
outputFormat: "json";
|
|
1177
|
-
status: 200;
|
|
1178
1092
|
};
|
|
1093
|
+
output: {
|
|
1094
|
+
campaignId: string;
|
|
1095
|
+
receiver: `0x${string}`;
|
|
1096
|
+
packetsReceived: string;
|
|
1097
|
+
};
|
|
1098
|
+
outputFormat: "json";
|
|
1099
|
+
status: 200;
|
|
1179
1100
|
};
|
|
1180
|
-
}
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
};
|
|
1190
|
-
output: {
|
|
1191
|
-
error: string;
|
|
1192
|
-
chainId: import("@evergonlabs/tmi-protocol-fractions-sdk").TmiChainId;
|
|
1193
|
-
market: `0x${string}`;
|
|
1194
|
-
};
|
|
1195
|
-
outputFormat: "json";
|
|
1196
|
-
status: 404;
|
|
1197
|
-
} | {
|
|
1198
|
-
input: {
|
|
1199
|
-
query: {
|
|
1200
|
-
chainId: string | string[];
|
|
1201
|
-
platform: string | string[];
|
|
1202
|
-
campaign: string | string[];
|
|
1203
|
-
};
|
|
1101
|
+
};
|
|
1102
|
+
}, "/getWithdrawEvent"> | import("hono/types").MergeSchemaPath<{
|
|
1103
|
+
"/": {
|
|
1104
|
+
$get: {
|
|
1105
|
+
input: {
|
|
1106
|
+
query: {
|
|
1107
|
+
chainId: string | string[];
|
|
1108
|
+
platform: string | string[];
|
|
1109
|
+
campaign: string | string[];
|
|
1204
1110
|
};
|
|
1205
|
-
|
|
1206
|
-
|
|
1111
|
+
};
|
|
1112
|
+
output: {
|
|
1113
|
+
error: string;
|
|
1114
|
+
chainId: 1 | 11155111 | 31337 | 72080;
|
|
1115
|
+
market: `0x${string}`;
|
|
1116
|
+
};
|
|
1117
|
+
outputFormat: "json";
|
|
1118
|
+
status: 404;
|
|
1119
|
+
} | {
|
|
1120
|
+
input: {
|
|
1121
|
+
query: {
|
|
1122
|
+
chainId: string | string[];
|
|
1123
|
+
platform: string | string[];
|
|
1124
|
+
campaign: string | string[];
|
|
1207
1125
|
};
|
|
1208
|
-
outputFormat: "json";
|
|
1209
|
-
status: 200;
|
|
1210
1126
|
};
|
|
1127
|
+
output: {
|
|
1128
|
+
vaultAddress: `0x${string}`;
|
|
1129
|
+
};
|
|
1130
|
+
outputFormat: "json";
|
|
1131
|
+
status: 200;
|
|
1211
1132
|
};
|
|
1212
|
-
}
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
};
|
|
1222
|
-
output: {
|
|
1223
|
-
nonce: string;
|
|
1133
|
+
};
|
|
1134
|
+
}, "/getVaultAddress">, "/sales"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
1135
|
+
"/": {
|
|
1136
|
+
$post: {
|
|
1137
|
+
input: {
|
|
1138
|
+
json: {
|
|
1139
|
+
marketAddress: string;
|
|
1140
|
+
userAddress: string;
|
|
1141
|
+
chainId: unknown;
|
|
1224
1142
|
};
|
|
1225
|
-
outputFormat: "json";
|
|
1226
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1227
1143
|
};
|
|
1144
|
+
output: {
|
|
1145
|
+
nonce: string;
|
|
1146
|
+
};
|
|
1147
|
+
outputFormat: "json";
|
|
1148
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1228
1149
|
};
|
|
1229
|
-
}
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
};
|
|
1242
|
-
output: {
|
|
1243
|
-
messageToSign: `0x${string}`;
|
|
1244
|
-
blockExpiration: `0x${string}`;
|
|
1150
|
+
};
|
|
1151
|
+
}, "/nonce"> | import("hono/types").MergeSchemaPath<{
|
|
1152
|
+
"/": {
|
|
1153
|
+
$post: {
|
|
1154
|
+
input: {
|
|
1155
|
+
json: {
|
|
1156
|
+
marketAddress: string;
|
|
1157
|
+
userAddress: string;
|
|
1158
|
+
chainId: unknown;
|
|
1159
|
+
nonce: string;
|
|
1160
|
+
blockExpiration: string;
|
|
1161
|
+
callData: string;
|
|
1245
1162
|
};
|
|
1246
|
-
outputFormat: "json";
|
|
1247
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1248
1163
|
};
|
|
1164
|
+
output: {
|
|
1165
|
+
messageToSign: `0x${string}`;
|
|
1166
|
+
blockExpiration: `0x${string}`;
|
|
1167
|
+
};
|
|
1168
|
+
outputFormat: "json";
|
|
1169
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1249
1170
|
};
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
};
|
|
1258
|
-
output: {
|
|
1259
|
-
[x: string]: number;
|
|
1171
|
+
};
|
|
1172
|
+
}, "/authData">, "/sig"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
1173
|
+
"/": {
|
|
1174
|
+
$post: {
|
|
1175
|
+
input: {
|
|
1176
|
+
json: {
|
|
1177
|
+
chainId?: unknown;
|
|
1260
1178
|
};
|
|
1261
|
-
outputFormat: "json";
|
|
1262
|
-
status: 200;
|
|
1263
1179
|
};
|
|
1180
|
+
output: {
|
|
1181
|
+
[x: number]: string & import("zod").$brand<"Int256">;
|
|
1182
|
+
total: string & import("zod").$brand<"Int256">;
|
|
1183
|
+
} | {
|
|
1184
|
+
total: string & import("zod").$brand<"Int256">;
|
|
1185
|
+
1: string & import("zod").$brand<"Int256">;
|
|
1186
|
+
11155111: string & import("zod").$brand<"Int256">;
|
|
1187
|
+
31337: string & import("zod").$brand<"Int256">;
|
|
1188
|
+
72080: string & import("zod").$brand<"Int256">;
|
|
1189
|
+
};
|
|
1190
|
+
outputFormat: "json";
|
|
1191
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1264
1192
|
};
|
|
1265
|
-
}
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
};
|
|
1273
|
-
output: {
|
|
1274
|
-
[x: string]: number;
|
|
1193
|
+
};
|
|
1194
|
+
}, "/holders"> | import("hono/types").MergeSchemaPath<{
|
|
1195
|
+
"/": {
|
|
1196
|
+
$post: {
|
|
1197
|
+
input: {
|
|
1198
|
+
json: {
|
|
1199
|
+
chainId?: unknown;
|
|
1275
1200
|
};
|
|
1276
|
-
outputFormat: "json";
|
|
1277
|
-
status: 200;
|
|
1278
1201
|
};
|
|
1202
|
+
output: {
|
|
1203
|
+
[x: number]: string & import("zod").$brand<"Int256">;
|
|
1204
|
+
total: string & import("zod").$brand<"Int256">;
|
|
1205
|
+
} | {
|
|
1206
|
+
total: string & import("zod").$brand<"Int256">;
|
|
1207
|
+
1: string & import("zod").$brand<"Int256">;
|
|
1208
|
+
11155111: string & import("zod").$brand<"Int256">;
|
|
1209
|
+
31337: string & import("zod").$brand<"Int256">;
|
|
1210
|
+
72080: string & import("zod").$brand<"Int256">;
|
|
1211
|
+
};
|
|
1212
|
+
outputFormat: "json";
|
|
1213
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1279
1214
|
};
|
|
1280
|
-
}
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
};
|
|
1288
|
-
output: {
|
|
1289
|
-
[x: string]: string;
|
|
1215
|
+
};
|
|
1216
|
+
}, "/sales"> | import("hono/types").MergeSchemaPath<{
|
|
1217
|
+
"/": {
|
|
1218
|
+
$post: {
|
|
1219
|
+
input: {
|
|
1220
|
+
json: {
|
|
1221
|
+
chainId?: unknown;
|
|
1290
1222
|
};
|
|
1291
|
-
outputFormat: "json";
|
|
1292
|
-
status: 200;
|
|
1293
1223
|
};
|
|
1224
|
+
output: {
|
|
1225
|
+
[x: number]: string & import("zod").$brand<"Int256">;
|
|
1226
|
+
total: string & import("zod").$brand<"Int256">;
|
|
1227
|
+
} | {
|
|
1228
|
+
total: string & import("zod").$brand<"Int256">;
|
|
1229
|
+
1: string & import("zod").$brand<"Int256">;
|
|
1230
|
+
11155111: string & import("zod").$brand<"Int256">;
|
|
1231
|
+
31337: string & import("zod").$brand<"Int256">;
|
|
1232
|
+
72080: string & import("zod").$brand<"Int256">;
|
|
1233
|
+
};
|
|
1234
|
+
outputFormat: "json";
|
|
1235
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1294
1236
|
};
|
|
1295
|
-
}
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1237
|
+
};
|
|
1238
|
+
}, "/ttv"> | import("hono/types").MergeSchemaPath<{
|
|
1239
|
+
"/": {
|
|
1240
|
+
$post: {
|
|
1241
|
+
input: {
|
|
1242
|
+
json: {
|
|
1243
|
+
chainId?: unknown;
|
|
1302
1244
|
};
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1245
|
+
};
|
|
1246
|
+
output: {
|
|
1247
|
+
total: {
|
|
1248
|
+
holders: string & import("zod").$brand<"Int256">;
|
|
1249
|
+
sales: string & import("zod").$brand<"Int256">;
|
|
1250
|
+
ttv: string & import("zod").$brand<"Int256">;
|
|
1251
|
+
};
|
|
1252
|
+
1: {
|
|
1253
|
+
holders: string & import("zod").$brand<"Int256">;
|
|
1254
|
+
sales: string & import("zod").$brand<"Int256">;
|
|
1255
|
+
ttv: string & import("zod").$brand<"Int256">;
|
|
1256
|
+
};
|
|
1257
|
+
11155111: {
|
|
1258
|
+
holders: string & import("zod").$brand<"Int256">;
|
|
1259
|
+
sales: string & import("zod").$brand<"Int256">;
|
|
1260
|
+
ttv: string & import("zod").$brand<"Int256">;
|
|
1261
|
+
};
|
|
1262
|
+
31337: {
|
|
1263
|
+
holders: string & import("zod").$brand<"Int256">;
|
|
1264
|
+
sales: string & import("zod").$brand<"Int256">;
|
|
1265
|
+
ttv: string & import("zod").$brand<"Int256">;
|
|
1266
|
+
};
|
|
1267
|
+
72080: {
|
|
1268
|
+
holders: string & import("zod").$brand<"Int256">;
|
|
1269
|
+
sales: string & import("zod").$brand<"Int256">;
|
|
1270
|
+
ttv: string & import("zod").$brand<"Int256">;
|
|
1309
1271
|
};
|
|
1310
|
-
outputFormat: "json";
|
|
1311
|
-
status: 200;
|
|
1312
1272
|
};
|
|
1273
|
+
outputFormat: "json";
|
|
1274
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1313
1275
|
};
|
|
1314
|
-
}, "/statistics">, "/v0/fractions">, "/">;
|
|
1315
|
-
config: {
|
|
1316
|
-
title: string;
|
|
1317
|
-
description: string;
|
|
1318
1276
|
};
|
|
1319
|
-
}
|
|
1277
|
+
}, "/">, "/statistics">, "/">>;
|
|
1320
1278
|
//# sourceMappingURL=index.d.ts.map
|