@evergonlabs/tmi-protocol-api 0.11.0-rc.3 → 0.11.0-rc.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app.d.ts +473 -232
- package/dist/app.d.ts.map +1 -1
- package/dist/apps.d.ts +1 -1
- package/dist/apps.js +1 -1
- package/dist/client.d.ts +1260 -1103
- package/dist/client.d.ts.map +1 -1
- package/dist/fractions/index.d.ts +84 -100
- package/dist/fractions/index.d.ts.map +1 -1
- package/dist/fractions/markets/deployMarket.d.ts +1 -1
- package/dist/fractions/markets/deployMarket.d.ts.map +1 -1
- package/dist/fractions/markets/deployMarket.js +5 -5
- package/dist/fractions/markets/getDeployEvent.d.ts +6 -0
- package/dist/fractions/markets/getDeployEvent.d.ts.map +1 -1
- package/dist/fractions/markets/getDeployEvent.js +8 -5
- package/dist/fractions/markets/getMarket.d.ts +5 -0
- package/dist/fractions/markets/getMarket.d.ts.map +1 -1
- package/dist/fractions/markets/getMarket.js +7 -14
- package/dist/fractions/markets/index.d.ts +7 -11
- package/dist/fractions/markets/index.d.ts.map +1 -1
- package/dist/fractions/markets/initCompilot.d.ts +4 -0
- package/dist/fractions/markets/initCompilot.d.ts.map +1 -1
- package/dist/fractions/markets/initCompilot.js +6 -4
- package/dist/fractions/markets/searchMarkets.d.ts +42 -11
- package/dist/fractions/markets/searchMarkets.d.ts.map +1 -1
- package/dist/fractions/markets/searchMarkets.js +16 -11
- package/dist/fractions/roles/grantRole.d.ts +1 -1
- package/dist/fractions/roles/grantRole.js +1 -1
- package/dist/fractions/sales/{approveSale.route.d.ts → approveSale.d.ts} +2 -2
- package/dist/fractions/sales/approveSale.d.ts.map +1 -0
- package/dist/fractions/sales/{approveSale.route.js → approveSale.js} +1 -1
- package/dist/fractions/sales/{approveWrapper.route.d.ts → approveWrapper.d.ts} +2 -2
- package/dist/fractions/sales/approveWrapper.d.ts.map +1 -0
- package/dist/fractions/sales/{approveWrapper.route.js → approveWrapper.js} +1 -1
- package/dist/fractions/sales/{completeSale.route.d.ts → completeSale.d.ts} +2 -2
- package/dist/fractions/sales/completeSale.d.ts.map +1 -0
- package/dist/fractions/sales/{completeSale.route.js → completeSale.js} +1 -1
- package/dist/fractions/sales/{createFractions.route.d.ts → createFractions.d.ts} +2 -2
- package/dist/fractions/sales/createFractions.d.ts.map +1 -0
- package/dist/fractions/sales/{createFractions.route.js → createFractions.js} +1 -1
- package/dist/fractions/sales/getFractionSaleStatistics.d.ts +47 -0
- package/dist/fractions/sales/getFractionSaleStatistics.d.ts.map +1 -0
- package/dist/fractions/sales/{getFractionSaleStatistics.route.js → getFractionSaleStatistics.js} +32 -18
- package/dist/fractions/sales/getVaultAddress.d.ts +10 -1
- package/dist/fractions/sales/getVaultAddress.d.ts.map +1 -1
- package/dist/fractions/sales/getVaultAddress.js +11 -7
- package/dist/fractions/sales/getWithdrawEvent.d.ts +4 -3
- package/dist/fractions/sales/getWithdrawEvent.d.ts.map +1 -1
- package/dist/fractions/sales/getWithdrawEvent.js +8 -13
- package/dist/fractions/sales/index.d.ts +50 -62
- package/dist/fractions/sales/index.d.ts.map +1 -1
- package/dist/fractions/sales/index.js +16 -16
- package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts +13 -4
- package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts.map +1 -1
- package/dist/fractions/sales/parseFractionsCreatedEvent.js +20 -22
- package/dist/fractions/sales/{purchase.route.d.ts → purchase.d.ts} +2 -2
- package/dist/fractions/sales/purchase.d.ts.map +1 -0
- package/dist/fractions/sales/{purchase.route.js → purchase.js} +1 -1
- package/dist/fractions/sales/{purchaseStatistics.route.d.ts → purchaseStatistics.d.ts} +8 -7
- package/dist/fractions/sales/purchaseStatistics.d.ts.map +1 -0
- package/dist/fractions/sales/{purchaseStatistics.route.js → purchaseStatistics.js} +12 -10
- package/dist/fractions/sales/{receiveFundsAfterNonFunded.route.d.ts → receiveFundsAfterNonFunded.d.ts} +4 -4
- package/dist/fractions/sales/receiveFundsAfterNonFunded.d.ts.map +1 -0
- package/dist/fractions/sales/{receiveFundsAfterNonFunded.route.js → receiveFundsAfterNonFunded.js} +1 -1
- package/dist/fractions/sales/{receiveNonPurchasedWrappedAssets.route.d.ts → receiveNonPurchasedWrappedAssets.d.ts} +1 -1
- package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.d.ts.map +1 -0
- package/dist/fractions/sales/recoverFractions.d.ts +1 -1
- package/dist/fractions/sales/recoverFractions.js +1 -1
- package/dist/fractions/sales/rejectFractions.d.ts +1 -1
- package/dist/fractions/sales/rejectFractions.js +1 -1
- package/dist/fractions/sales/searchActivity.d.ts +121 -0
- package/dist/fractions/sales/searchActivity.d.ts.map +1 -0
- package/dist/fractions/sales/{searchActivity.route.js → searchActivity.js} +23 -15
- package/dist/fractions/sales/searchSales/searchSales.d.ts +89 -12
- package/dist/fractions/sales/searchSales/searchSales.d.ts.map +1 -1
- package/dist/fractions/sales/searchSales/searchSales.js +17 -12
- package/dist/fractions/sales/searchWithdrawal.d.ts +132 -0
- package/dist/fractions/sales/searchWithdrawal.d.ts.map +1 -0
- package/dist/fractions/sales/{searchWithdrawal.route.js → searchWithdrawal.js} +16 -11
- package/dist/fractions/sales/setFeeCapLimit.d.ts +1 -1
- package/dist/fractions/sales/setFeeCapLimit.js +1 -1
- package/dist/fractions/sales/{unlockWrappedAssets.route.d.ts → unlockWrappedAssets.d.ts} +2 -2
- package/dist/fractions/sales/unlockWrappedAssets.d.ts.map +1 -0
- package/dist/fractions/sales/{unlockWrappedAssets.route.js → unlockWrappedAssets.js} +1 -1
- package/dist/fractions/sales/vesting/{claimStatistics.route.d.ts → claimStatistics.d.ts} +5 -5
- package/dist/fractions/sales/vesting/claimStatistics.d.ts.map +1 -0
- package/dist/fractions/sales/vesting/{claimStatistics.route.js → claimStatistics.js} +6 -6
- package/dist/fractions/sales/vesting/{claimVestedTokens.route.d.ts → claimVestedTokens.d.ts} +1 -1
- package/dist/fractions/sales/vesting/claimVestedTokens.d.ts.map +1 -0
- package/dist/fractions/sales/vesting/{editCliff.route.d.ts → editCliff.d.ts} +1 -1
- package/dist/fractions/sales/vesting/editCliff.d.ts.map +1 -0
- package/dist/fractions/sales/vesting/{editCliff.route.js → editCliff.js} +1 -1
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts +6 -5
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts.map +1 -1
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.js +11 -16
- package/dist/fractions/sales/{withdraw.route.d.ts → withdraw.d.ts} +2 -2
- package/dist/fractions/sales/withdraw.d.ts.map +1 -0
- package/dist/fractions/sales/{withdraw.route.js → withdraw.js} +1 -1
- package/dist/fractions/schemas.d.ts +16 -5
- package/dist/fractions/schemas.d.ts.map +1 -1
- package/dist/fractions/schemas.js +20 -6
- package/dist/fractions/sig/getAuthData.d.ts +5 -9
- package/dist/fractions/sig/getAuthData.d.ts.map +1 -1
- package/dist/fractions/sig/getAuthData.js +7 -11
- package/dist/fractions/sig/{getNonce.route.d.ts → getNonce.d.ts} +6 -3
- package/dist/fractions/sig/getNonce.d.ts.map +1 -0
- package/dist/fractions/sig/{getNonce.route.js → getNonce.js} +10 -6
- package/dist/fractions/sig/index.d.ts +1 -1
- package/dist/fractions/sig/index.js +1 -1
- package/dist/fractions/statistics/index.d.ts +26 -26
- package/dist/fractions/statistics/index.js +1 -1
- package/dist/fractions/statistics/{networkStatistics.route.d.ts → networkStatistics.d.ts} +27 -27
- package/dist/fractions/statistics/networkStatistics.d.ts.map +1 -0
- package/dist/fractions/statistics/{networkStatistics.route.js → networkStatistics.js} +13 -13
- package/dist/general/common.d.ts +1 -1
- package/dist/general/common.d.ts.map +1 -1
- package/dist/general/common.js +2 -2
- package/dist/general/estimateGas.d.ts +14 -9
- package/dist/general/estimateGas.d.ts.map +1 -1
- package/dist/general/estimateGas.js +26 -27
- package/dist/general/getBalance.d.ts +10 -1
- package/dist/general/getBalance.d.ts.map +1 -1
- package/dist/general/getBalance.js +33 -24
- package/dist/general/getBalancesBatch.d.ts +18 -2
- package/dist/general/getBalancesBatch.d.ts.map +1 -1
- package/dist/general/getBalancesBatch.js +28 -21
- package/dist/general/index.d.ts +9 -10
- package/dist/general/index.d.ts.map +1 -1
- package/dist/general/searchBalances.d.ts +18 -3
- package/dist/general/searchBalances.d.ts.map +1 -1
- package/dist/general/searchBalances.js +24 -4
- package/dist/issuance/erc1155/burn.d.ts +1 -1
- package/dist/issuance/erc1155/burn.d.ts.map +1 -1
- package/dist/issuance/erc1155/burn.js +5 -3
- package/dist/issuance/erc1155/default/deploy.d.ts +1 -1
- package/dist/issuance/erc1155/default/deploy.d.ts.map +1 -1
- package/dist/issuance/erc1155/default/deploy.js +5 -3
- package/dist/issuance/erc1155/default/initialize.d.ts +1 -1
- package/dist/issuance/erc1155/default/initialize.d.ts.map +1 -1
- package/dist/issuance/erc1155/default/initialize.js +5 -3
- package/dist/issuance/erc1155/default/parseDeployEvent.d.ts +11 -0
- package/dist/issuance/erc1155/default/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc1155/default/parseDeployEvent.js +14 -9
- package/dist/issuance/erc1155/gated/deploy.d.ts +1 -1
- package/dist/issuance/erc1155/gated/deploy.d.ts.map +1 -1
- package/dist/issuance/erc1155/gated/deploy.js +5 -5
- package/dist/issuance/erc1155/gated/initialize.d.ts +1 -1
- package/dist/issuance/erc1155/gated/initialize.d.ts.map +1 -1
- package/dist/issuance/erc1155/gated/initialize.js +5 -5
- package/dist/issuance/erc1155/gated/parseDeployEvent.d.ts +11 -0
- package/dist/issuance/erc1155/gated/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc1155/gated/parseDeployEvent.js +14 -9
- package/dist/issuance/erc1155/getMintedTokenId.d.ts +9 -1
- package/dist/issuance/erc1155/getMintedTokenId.d.ts.map +1 -1
- package/dist/issuance/erc1155/getMintedTokenId.js +16 -8
- package/dist/issuance/erc1155/grantRole.d.ts +1 -1
- package/dist/issuance/erc1155/grantRole.d.ts.map +1 -1
- package/dist/issuance/erc1155/grantRole.js +6 -4
- package/dist/issuance/erc1155/index.d.ts +1 -1
- package/dist/issuance/erc1155/mint.d.ts +1 -1
- package/dist/issuance/erc1155/mint.d.ts.map +1 -1
- package/dist/issuance/erc1155/mint.js +5 -3
- package/dist/issuance/erc1155/recover.d.ts +1 -1
- package/dist/issuance/erc1155/recover.d.ts.map +1 -1
- package/dist/issuance/erc1155/recover.js +5 -3
- package/dist/issuance/erc1155/renounceRole.d.ts +1 -1
- package/dist/issuance/erc1155/renounceRole.d.ts.map +1 -1
- package/dist/issuance/erc1155/renounceRole.js +6 -4
- package/dist/issuance/erc1155/revokeRole.d.ts +1 -1
- package/dist/issuance/erc1155/revokeRole.d.ts.map +1 -1
- package/dist/issuance/erc1155/revokeRole.js +6 -4
- package/dist/issuance/erc1155/setApprovalForAll.d.ts +1 -1
- package/dist/issuance/erc1155/setApprovalForAll.d.ts.map +1 -1
- package/dist/issuance/erc1155/setApprovalForAll.js +5 -3
- package/dist/issuance/erc1155/setBaseURI.d.ts +1 -1
- package/dist/issuance/erc1155/setBaseURI.d.ts.map +1 -1
- package/dist/issuance/erc1155/setBaseURI.js +5 -3
- package/dist/issuance/erc1155/setTokenURI.d.ts +1 -1
- package/dist/issuance/erc1155/setTokenURI.d.ts.map +1 -1
- package/dist/issuance/erc1155/setTokenURI.js +5 -3
- package/dist/issuance/erc20/approve.d.ts +1 -1
- package/dist/issuance/erc20/approve.d.ts.map +1 -1
- package/dist/issuance/erc20/approve.js +5 -3
- package/dist/issuance/erc20/burn.d.ts +1 -1
- package/dist/issuance/erc20/burn.d.ts.map +1 -1
- package/dist/issuance/erc20/burn.js +5 -3
- package/dist/issuance/erc20/default/deploy.d.ts +1 -1
- package/dist/issuance/erc20/default/deploy.d.ts.map +1 -1
- package/dist/issuance/erc20/default/deploy.js +5 -3
- package/dist/issuance/erc20/default/initialize.d.ts +1 -1
- package/dist/issuance/erc20/default/initialize.d.ts.map +1 -1
- package/dist/issuance/erc20/default/initialize.js +5 -5
- package/dist/issuance/erc20/default/parseDeployEvent.d.ts +14 -1
- package/dist/issuance/erc20/default/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc20/default/parseDeployEvent.js +22 -22
- package/dist/issuance/erc20/gated/deploy.d.ts +1 -1
- package/dist/issuance/erc20/gated/deploy.d.ts.map +1 -1
- package/dist/issuance/erc20/gated/deploy.js +5 -5
- package/dist/issuance/erc20/gated/initialize.d.ts +1 -1
- package/dist/issuance/erc20/gated/initialize.d.ts.map +1 -1
- package/dist/issuance/erc20/gated/initialize.js +5 -3
- package/dist/issuance/erc20/gated/parseDeployEvent.d.ts +14 -1
- package/dist/issuance/erc20/gated/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc20/gated/parseDeployEvent.js +28 -24
- package/dist/issuance/erc20/gatedSimple/deploy.d.ts +285 -3
- package/dist/issuance/erc20/gatedSimple/deploy.d.ts.map +1 -1
- package/dist/issuance/erc20/gatedSimple/getInitData.d.ts +3 -3
- package/dist/issuance/erc20/gatedSimple/getInitData.d.ts.map +1 -1
- package/dist/issuance/erc20/gatedSimple/getInitData.js +15 -9
- package/dist/issuance/erc20/gatedSimple/parseDeployEvent.d.ts +8 -0
- package/dist/issuance/erc20/gatedSimple/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc20/gatedSimple/parseDeployEvent.js +11 -6
- package/dist/issuance/erc20/grantRole.d.ts +1 -1
- package/dist/issuance/erc20/grantRole.d.ts.map +1 -1
- package/dist/issuance/erc20/grantRole.js +6 -4
- package/dist/issuance/erc20/index.d.ts +289 -7
- package/dist/issuance/erc20/index.d.ts.map +1 -1
- package/dist/issuance/erc20/mint.d.ts +1 -1
- package/dist/issuance/erc20/mint.d.ts.map +1 -1
- package/dist/issuance/erc20/mint.js +5 -3
- package/dist/issuance/erc20/recover.d.ts +1 -1
- package/dist/issuance/erc20/recover.d.ts.map +1 -1
- package/dist/issuance/erc20/recover.js +5 -3
- package/dist/issuance/erc20/renounceRole.d.ts +1 -1
- package/dist/issuance/erc20/renounceRole.d.ts.map +1 -1
- package/dist/issuance/erc20/renounceRole.js +6 -4
- package/dist/issuance/erc20/revokeRole.d.ts +1 -1
- package/dist/issuance/erc20/revokeRole.d.ts.map +1 -1
- package/dist/issuance/erc20/revokeRole.js +6 -4
- package/dist/issuance/erc20/transfer.d.ts +1 -1
- package/dist/issuance/erc20/transfer.d.ts.map +1 -1
- package/dist/issuance/erc20/transfer.js +5 -3
- package/dist/issuance/erc20/transferFrom.d.ts +1 -1
- package/dist/issuance/erc20/transferFrom.d.ts.map +1 -1
- package/dist/issuance/erc20/transferFrom.js +5 -3
- package/dist/issuance/erc721/approve.d.ts +1 -1
- package/dist/issuance/erc721/approve.d.ts.map +1 -1
- package/dist/issuance/erc721/approve.js +5 -3
- package/dist/issuance/erc721/burn.d.ts +1 -1
- package/dist/issuance/erc721/burn.d.ts.map +1 -1
- package/dist/issuance/erc721/burn.js +5 -3
- package/dist/issuance/erc721/default/deploy.d.ts +1 -1
- package/dist/issuance/erc721/default/deploy.d.ts.map +1 -1
- package/dist/issuance/erc721/default/deploy.js +5 -3
- package/dist/issuance/erc721/default/initialize.d.ts +1 -1
- package/dist/issuance/erc721/default/initialize.d.ts.map +1 -1
- package/dist/issuance/erc721/default/initialize.js +5 -3
- package/dist/issuance/erc721/default/parseDeployEvent.d.ts +13 -0
- package/dist/issuance/erc721/default/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc721/default/parseDeployEvent.js +16 -11
- package/dist/issuance/erc721/gated/deploy.d.ts +1 -1
- package/dist/issuance/erc721/gated/deploy.d.ts.map +1 -1
- package/dist/issuance/erc721/gated/deploy.js +5 -5
- package/dist/issuance/erc721/gated/initialize.d.ts +1 -1
- package/dist/issuance/erc721/gated/initialize.d.ts.map +1 -1
- package/dist/issuance/erc721/gated/initialize.js +5 -3
- package/dist/issuance/erc721/gated/parseDeployEvent.d.ts +13 -0
- package/dist/issuance/erc721/gated/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc721/gated/parseDeployEvent.js +16 -11
- package/dist/issuance/erc721/getMintedTokenId.d.ts +8 -0
- package/dist/issuance/erc721/getMintedTokenId.d.ts.map +1 -1
- package/dist/issuance/erc721/getMintedTokenId.js +11 -6
- package/dist/issuance/erc721/grantRole.d.ts +1 -1
- package/dist/issuance/erc721/grantRole.d.ts.map +1 -1
- package/dist/issuance/erc721/grantRole.js +6 -4
- package/dist/issuance/erc721/mint.d.ts +1 -1
- package/dist/issuance/erc721/mint.d.ts.map +1 -1
- package/dist/issuance/erc721/mint.js +5 -3
- package/dist/issuance/erc721/recover.d.ts +1 -1
- package/dist/issuance/erc721/recover.d.ts.map +1 -1
- package/dist/issuance/erc721/recover.js +5 -3
- package/dist/issuance/erc721/renounceRole.d.ts +1 -1
- package/dist/issuance/erc721/renounceRole.d.ts.map +1 -1
- package/dist/issuance/erc721/renounceRole.js +6 -4
- package/dist/issuance/erc721/revokeRole.d.ts +1 -1
- package/dist/issuance/erc721/revokeRole.d.ts.map +1 -1
- package/dist/issuance/erc721/revokeRole.js +6 -4
- package/dist/issuance/erc721/setBaseURI.d.ts +1 -1
- package/dist/issuance/erc721/setBaseURI.d.ts.map +1 -1
- package/dist/issuance/erc721/setBaseURI.js +5 -3
- package/dist/issuance/erc721/setTokenURI.d.ts +1 -1
- package/dist/issuance/erc721/setTokenURI.d.ts.map +1 -1
- package/dist/issuance/erc721/setTokenURI.js +5 -3
- package/dist/issuance/erc721/transferFrom.d.ts +1 -1
- package/dist/issuance/erc721/transferFrom.d.ts.map +1 -1
- package/dist/issuance/erc721/transferFrom.js +5 -3
- package/dist/issuance/index.d.ts +292 -10
- package/dist/issuance/index.d.ts.map +1 -1
- package/dist/issuance/proxy/deploy.d.ts +3 -3
- package/dist/issuance/proxy/deploy.d.ts.map +1 -1
- package/dist/issuance/proxy/deploy.js +5 -3
- package/dist/issuance/proxy/index.d.ts +2 -2
- package/dist/issuance/proxy/upgrade.d.ts +1 -1
- package/dist/issuance/proxy/upgrade.d.ts.map +1 -1
- package/dist/issuance/proxy/upgrade.js +5 -3
- package/dist/issuance/schemas.d.ts +52 -42
- package/dist/issuance/schemas.d.ts.map +1 -1
- package/dist/issuance/schemas.js +52 -42
- package/dist/next/app.d.ts +21 -25
- package/dist/next/app.d.ts.map +1 -1
- package/dist/next/client.d.ts +21 -25
- package/dist/next/client.d.ts.map +1 -1
- package/dist/next/lending/buyback.d.ts.map +1 -1
- package/dist/next/lending/buyback.js +1 -1
- package/dist/next/lending/createSale.d.ts.map +1 -1
- package/dist/next/lending/createSale.js +1 -1
- package/dist/next/lending/deployMarket.d.ts.map +1 -1
- package/dist/next/lending/deployMarket.js +1 -1
- package/dist/next/lending/forcefullyUnlockWrappersNft.d.ts +7 -0
- package/dist/next/lending/forcefullyUnlockWrappersNft.d.ts.map +1 -0
- package/dist/next/lending/forcefullyUnlockWrappersNft.js +39 -0
- package/dist/next/lending/index.js +1 -1
- package/dist/next/lending/schemas.d.ts +5 -1
- package/dist/next/lending/schemas.d.ts.map +1 -1
- package/dist/next/lending/schemas.js +5 -3
- package/dist/next/lending/setCollateralPrice.d.ts.map +1 -1
- package/dist/next/lending/setCollateralPrice.js +1 -1
- package/dist/next/nftFractions/createNftFractions.d.ts.map +1 -1
- package/dist/next/nftFractions/createNftFractions.js +4 -2
- package/dist/next/nftFractions/deployNftFractionsMarket.d.ts.map +1 -1
- package/dist/next/nftFractions/deployNftFractionsMarket.js +4 -2
- package/dist/next/nftFractions/deployNftFractionsMarketGated.d.ts.map +1 -1
- package/dist/next/nftFractions/deployNftFractionsMarketGated.js +4 -2
- package/dist/next/nftFractions/index.d.ts +5 -5
- package/dist/next/nftFractions/index.js +1 -1
- package/dist/next/nftFractions/parseNftFractionsCreatedEvent.d.ts +18 -5
- package/dist/next/nftFractions/parseNftFractionsCreatedEvent.d.ts.map +1 -1
- package/dist/next/nftFractions/parseNftFractionsCreatedEvent.js +32 -28
- package/dist/next/nftFractions/schemas.d.ts +4 -1
- package/dist/next/nftFractions/schemas.d.ts.map +1 -1
- package/dist/next/nftFractions/schemas.js +4 -1
- package/dist/next/vestingRedemptionDynamic/approveCampaign.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/approveCampaign.js +1 -1
- package/dist/next/vestingRedemptionDynamic/createCampaign.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/createCampaign.js +1 -1
- package/dist/next/vestingRedemptionDynamic/deployMarket.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/deployMarket.js +1 -1
- package/dist/next/vestingRedemptionDynamic/epochPurchase.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/epochPurchase.js +1 -1
- package/dist/next/vestingRedemptionDynamic/exchangeNftForFractions.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/exchangeNftForFractions.js +1 -1
- package/dist/next/vestingRedemptionDynamic/getCurrentEpoch.d.ts +14 -7
- package/dist/next/vestingRedemptionDynamic/getCurrentEpoch.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/getCurrentEpoch.js +18 -11
- package/dist/next/vestingRedemptionDynamic/getEpochPurchaseEvent.d.ts +6 -2
- package/dist/next/vestingRedemptionDynamic/getEpochPurchaseEvent.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/getEpochPurchaseEvent.js +5 -5
- package/dist/next/vestingRedemptionDynamic/getPurchasePriceForEpoch.d.ts +17 -9
- package/dist/next/vestingRedemptionDynamic/getPurchasePriceForEpoch.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/getPurchasePriceForEpoch.js +25 -16
- package/dist/next/vestingRedemptionDynamic/getWithdrawalRequestedEvent.d.ts +6 -2
- package/dist/next/vestingRedemptionDynamic/getWithdrawalRequestedEvent.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/getWithdrawalRequestedEvent.js +5 -5
- package/dist/next/vestingRedemptionDynamic/index.d.ts +16 -20
- package/dist/next/vestingRedemptionDynamic/index.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/requestWithdrawal.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/requestWithdrawal.js +1 -1
- package/dist/next/vestingRedemptionDynamic/schemas.d.ts +13 -1
- package/dist/next/vestingRedemptionDynamic/schemas.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/schemas.js +15 -1
- package/dist/next/vestingRedemptionDynamic/setEpochPrice.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/setEpochPrice.js +1 -1
- package/dist/next/vestingRedemptionDynamic/withdrawFunds.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/withdrawFunds.js +1 -1
- package/dist/schemas.d.ts +50 -0
- package/dist/schemas.d.ts.map +1 -1
- package/dist/schemas.js +62 -0
- package/dist/staking/index.d.ts +60 -84
- package/dist/staking/index.d.ts.map +1 -1
- package/dist/staking/platforms/getPlatform.d.ts +36 -0
- package/dist/staking/platforms/getPlatform.d.ts.map +1 -0
- package/dist/staking/platforms/{getPlatform/v0/getPlatform.js → getPlatform.js} +26 -22
- package/dist/staking/platforms/index.d.ts +10 -14
- package/dist/staking/platforms/index.d.ts.map +1 -1
- package/dist/staking/platforms/index.js +3 -6
- package/dist/staking/platforms/searchPlatforms.d.ts +40 -0
- package/dist/staking/platforms/searchPlatforms.d.ts.map +1 -0
- package/dist/staking/platforms/searchPlatforms.js +50 -0
- package/dist/staking/pools/getPool.d.ts +40 -0
- package/dist/staking/pools/getPool.d.ts.map +1 -0
- package/dist/staking/pools/{getPool/v0/getPool.js → getPool.js} +32 -28
- package/dist/staking/pools/index.d.ts +9 -13
- package/dist/staking/pools/index.d.ts.map +1 -1
- package/dist/staking/pools/index.js +3 -6
- package/dist/staking/pools/searchPools.d.ts +42 -0
- package/dist/staking/pools/searchPools.d.ts.map +1 -0
- package/dist/staking/pools/searchPools.js +50 -0
- package/dist/staking/roles/getRoles.d.ts +28 -0
- package/dist/staking/roles/getRoles.d.ts.map +1 -0
- package/dist/staking/roles/{getRoles/v0/getRoles.js → getRoles.js} +6 -5
- package/dist/staking/roles/grantRole.d.ts +33 -0
- package/dist/staking/roles/grantRole.d.ts.map +1 -0
- package/dist/staking/roles/{grantRole/v0/grantRole.js → grantRole.js} +19 -16
- package/dist/staking/roles/index.d.ts +23 -31
- package/dist/staking/roles/index.d.ts.map +1 -1
- package/dist/staking/roles/index.js +8 -8
- package/dist/staking/roles/searchRoleEvents.d.ts +48 -0
- package/dist/staking/roles/searchRoleEvents.d.ts.map +1 -0
- package/dist/staking/roles/{searchRoleEvents/v0/searchRoleEvents.js → searchRoleEvents.js} +25 -20
- package/dist/staking/roles/searchRoles.d.ts +46 -0
- package/dist/staking/roles/searchRoles.d.ts.map +1 -0
- package/dist/staking/roles/{searchRoles/v0/searchRoles.js → searchRoles.js} +24 -19
- package/dist/staking/stakes/getStake.d.ts +50 -0
- package/dist/staking/stakes/getStake.d.ts.map +1 -0
- package/dist/staking/stakes/{getStake/v0/getStake.js → getStake.js} +32 -28
- package/dist/staking/stakes/index.d.ts +21 -29
- package/dist/staking/stakes/index.d.ts.map +1 -1
- package/dist/staking/stakes/index.js +6 -6
- package/dist/staking/stakes/searchStakeEvents.d.ts +48 -0
- package/dist/staking/stakes/searchStakeEvents.d.ts.map +1 -0
- package/dist/staking/stakes/{searchStakeEvents/v0/searchStakeEvents.js → searchStakeEvents.js} +25 -20
- package/dist/staking/stakes/searchStakes.d.ts +56 -0
- package/dist/staking/stakes/searchStakes.d.ts.map +1 -0
- package/dist/staking/stakes/searchStakes.js +52 -0
- package/dist/stakingTemplates/index.d.ts +28 -28
- package/dist/stakingTemplates/index.d.ts.map +1 -1
- package/dist/stakingTemplates/index.js +6 -6
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts +8 -2
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.js +18 -16
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts +6 -1
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.js +8 -5
- package/dist/stakingTemplates/templates/common/getReward.d.ts +5 -0
- package/dist/stakingTemplates/templates/common/getReward.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getReward.js +7 -4
- package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts +15 -5
- package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getStakeEvent.js +21 -10
- package/dist/stakingTemplates/templates/common/partialUnstake.d.ts +6 -0
- package/dist/stakingTemplates/templates/common/partialUnstake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/partialUnstake.js +10 -7
- package/dist/stakingTemplates/templates/common/unstake.d.ts +5 -0
- package/dist/stakingTemplates/templates/common/unstake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/unstake.js +7 -4
- package/dist/stakingTemplates/templates/reputation/{v0/createPlatform.d.ts → createPlatform.d.ts} +12 -1
- package/dist/stakingTemplates/templates/reputation/createPlatform.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputation/{v0/createPlatform.js → createPlatform.js} +22 -19
- package/dist/stakingTemplates/templates/reputation/createPool.d.ts +58 -0
- package/dist/stakingTemplates/templates/reputation/createPool.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputation/{v0/createPool.js → createPool.js} +23 -20
- package/dist/stakingTemplates/templates/reputation/index.d.ts +10 -10
- package/dist/stakingTemplates/templates/reputation/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/index.js +24 -3
- package/dist/stakingTemplates/templates/reputation/restake.d.ts +32 -0
- package/dist/stakingTemplates/templates/reputation/restake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputation/{v0/restake.js → restake.js} +14 -11
- package/dist/stakingTemplates/templates/{rwa/v0/restake.d.ts → reputation/stake.d.ts} +8 -2
- package/dist/stakingTemplates/templates/reputation/stake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputation/{v0/stake.js → stake.js} +15 -16
- package/dist/stakingTemplates/templates/reputationLock/createPlatform.d.ts +42 -0
- package/dist/stakingTemplates/templates/reputationLock/createPlatform.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputationLock/{v0/createPlatform.js → createPlatform.js} +22 -19
- package/dist/stakingTemplates/templates/reputationLock/createPool.d.ts +76 -0
- package/dist/stakingTemplates/templates/reputationLock/createPool.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputationLock/{v0/createPool.js → createPool.js} +28 -25
- package/dist/stakingTemplates/templates/reputationLock/index.d.ts +10 -10
- package/dist/stakingTemplates/templates/reputationLock/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/index.js +24 -3
- package/dist/stakingTemplates/templates/reputationLock/restake.d.ts +34 -0
- package/dist/stakingTemplates/templates/reputationLock/restake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputationLock/{v0/restake.js → restake.js} +17 -14
- package/dist/stakingTemplates/templates/reputationLock/stake.d.ts +34 -0
- package/dist/stakingTemplates/templates/reputationLock/stake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputationLock/{v0/stake.js → stake.js} +19 -16
- package/dist/stakingTemplates/templates/{reputationLock/v0 → rwa}/createPlatform.d.ts +12 -1
- package/dist/stakingTemplates/templates/rwa/createPlatform.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/{v0/createPlatform.js → createPlatform.js} +22 -19
- package/dist/stakingTemplates/templates/rwa/createPool.d.ts +56 -0
- package/dist/stakingTemplates/templates/rwa/createPool.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/{v0/createPool.js → createPool.js} +21 -18
- package/dist/stakingTemplates/templates/{reputation/v0/stake.d.ts → rwa/distributeRewards.d.ts} +8 -2
- package/dist/stakingTemplates/templates/rwa/distributeRewards.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/{v0/distributeRewards.js → distributeRewards.js} +15 -12
- package/dist/stakingTemplates/templates/rwa/index.d.ts +10 -10
- package/dist/stakingTemplates/templates/rwa/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/index.js +26 -3
- package/dist/stakingTemplates/templates/rwa/restake.d.ts +32 -0
- package/dist/stakingTemplates/templates/rwa/restake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/{v0/restake.js → restake.js} +14 -11
- package/dist/stakingTemplates/templates/rwa/stake.d.ts +32 -0
- package/dist/stakingTemplates/templates/rwa/stake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/{v0/stake.js → stake.js} +15 -16
- package/package.json +12 -12
- package/dist/fractions/sales/approveSale.route.d.ts.map +0 -1
- package/dist/fractions/sales/approveWrapper.route.d.ts.map +0 -1
- package/dist/fractions/sales/completeSale.route.d.ts.map +0 -1
- package/dist/fractions/sales/createFractions.route.d.ts.map +0 -1
- package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts +0 -37
- package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts.map +0 -1
- package/dist/fractions/sales/purchase.route.d.ts.map +0 -1
- package/dist/fractions/sales/purchaseStatistics.route.d.ts.map +0 -1
- package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts.map +0 -1
- package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts.map +0 -1
- package/dist/fractions/sales/searchActivity.route.d.ts +0 -71
- package/dist/fractions/sales/searchActivity.route.d.ts.map +0 -1
- package/dist/fractions/sales/searchWithdrawal.route.d.ts +0 -56
- package/dist/fractions/sales/searchWithdrawal.route.d.ts.map +0 -1
- package/dist/fractions/sales/unlockWrappedAssets.route.d.ts.map +0 -1
- package/dist/fractions/sales/vesting/claimStatistics.route.d.ts.map +0 -1
- package/dist/fractions/sales/vesting/claimVestedTokens.route.d.ts.map +0 -1
- package/dist/fractions/sales/vesting/editCliff.route.d.ts.map +0 -1
- package/dist/fractions/sales/withdraw.route.d.ts.map +0 -1
- package/dist/fractions/sig/getNonce.route.d.ts.map +0 -1
- package/dist/fractions/statistics/networkStatistics.route.d.ts.map +0 -1
- package/dist/staking/platforms/getPlatform/index.d.ts +0 -23
- package/dist/staking/platforms/getPlatform/index.d.ts.map +0 -1
- package/dist/staking/platforms/getPlatform/index.js +0 -5
- package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts +0 -24
- package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts.map +0 -1
- package/dist/staking/platforms/searchPlatforms/index.d.ts +0 -29
- package/dist/staking/platforms/searchPlatforms/index.d.ts.map +0 -1
- package/dist/staking/platforms/searchPlatforms/index.js +0 -5
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts +0 -30
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts.map +0 -1
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.js +0 -45
- package/dist/staking/pools/getPool/index.d.ts +0 -25
- package/dist/staking/pools/getPool/index.d.ts.map +0 -1
- package/dist/staking/pools/getPool/index.js +0 -5
- package/dist/staking/pools/getPool/v0/getPool.d.ts +0 -26
- package/dist/staking/pools/getPool/v0/getPool.d.ts.map +0 -1
- package/dist/staking/pools/searchPools/index.d.ts +0 -30
- package/dist/staking/pools/searchPools/index.d.ts.map +0 -1
- package/dist/staking/pools/searchPools/index.js +0 -5
- package/dist/staking/pools/searchPools/v0/searchPools.d.ts +0 -31
- package/dist/staking/pools/searchPools/v0/searchPools.d.ts.map +0 -1
- package/dist/staking/pools/searchPools/v0/searchPools.js +0 -45
- package/dist/staking/roles/getRoles/index.d.ts +0 -23
- package/dist/staking/roles/getRoles/index.d.ts.map +0 -1
- package/dist/staking/roles/getRoles/index.js +0 -5
- package/dist/staking/roles/getRoles/v0/getRoles.d.ts +0 -23
- package/dist/staking/roles/getRoles/v0/getRoles.d.ts.map +0 -1
- package/dist/staking/roles/grantRole/index.d.ts +0 -26
- package/dist/staking/roles/grantRole/index.d.ts.map +0 -1
- package/dist/staking/roles/grantRole/index.js +0 -5
- package/dist/staking/roles/grantRole/v0/grantRole.d.ts +0 -26
- package/dist/staking/roles/grantRole/v0/grantRole.d.ts.map +0 -1
- package/dist/staking/roles/searchRoleEvents/index.d.ts +0 -33
- package/dist/staking/roles/searchRoleEvents/index.d.ts.map +0 -1
- package/dist/staking/roles/searchRoleEvents/index.js +0 -5
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts +0 -34
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts.map +0 -1
- package/dist/staking/roles/searchRoles/index.d.ts +0 -32
- package/dist/staking/roles/searchRoles/index.d.ts.map +0 -1
- package/dist/staking/roles/searchRoles/index.js +0 -5
- package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts +0 -33
- package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts.map +0 -1
- package/dist/staking/stakes/getStake/index.d.ts +0 -30
- package/dist/staking/stakes/getStake/index.d.ts.map +0 -1
- package/dist/staking/stakes/getStake/index.js +0 -5
- package/dist/staking/stakes/getStake/v0/getStake.d.ts +0 -30
- package/dist/staking/stakes/getStake/v0/getStake.d.ts.map +0 -1
- package/dist/staking/stakes/searchStakeEvents/index.d.ts +0 -33
- package/dist/staking/stakes/searchStakeEvents/index.d.ts.map +0 -1
- package/dist/staking/stakes/searchStakeEvents/index.js +0 -5
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts +0 -34
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts.map +0 -1
- package/dist/staking/stakes/searchStakes/index.d.ts +0 -37
- package/dist/staking/stakes/searchStakes/index.d.ts.map +0 -1
- package/dist/staking/stakes/searchStakes/index.js +0 -5
- package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts +0 -37
- package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts.map +0 -1
- package/dist/staking/stakes/searchStakes/v0/searchStakes.js +0 -47
- package/dist/stakingTemplates/templates/reputation/v0/createPlatform.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/reputation/v0/createPool.d.ts +0 -39
- package/dist/stakingTemplates/templates/reputation/v0/createPool.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/reputation/v0/index.d.ts +0 -243
- package/dist/stakingTemplates/templates/reputation/v0/index.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/reputation/v0/index.js +0 -26
- package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts +0 -26
- package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/reputation/v0/stake.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/createPlatform.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/createPool.d.ts +0 -48
- package/dist/stakingTemplates/templates/reputationLock/v0/createPool.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts +0 -254
- package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/index.js +0 -26
- package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts +0 -27
- package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts +0 -27
- package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/rwa/v0/createPlatform.d.ts +0 -31
- package/dist/stakingTemplates/templates/rwa/v0/createPlatform.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/rwa/v0/createPool.d.ts +0 -38
- package/dist/stakingTemplates/templates/rwa/v0/createPool.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts +0 -26
- package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/rwa/v0/index.d.ts +0 -266
- package/dist/stakingTemplates/templates/rwa/v0/index.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/rwa/v0/index.js +0 -28
- package/dist/stakingTemplates/templates/rwa/v0/restake.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts +0 -26
- package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts.map +0 -1
- /package/dist/fractions/sales/{receiveNonPurchasedWrappedAssets.route.js → receiveNonPurchasedWrappedAssets.js} +0 -0
- /package/dist/fractions/sales/vesting/{claimVestedTokens.route.js → claimVestedTokens.js} +0 -0
package/dist/app.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { IAppConfig } from "./common/config.js";
|
|
2
2
|
export declare function buildApps(config?: IAppConfig): {
|
|
3
3
|
apps: {
|
|
4
|
-
staking: 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<
|
|
4
|
+
staking: 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<{
|
|
5
5
|
"/": {
|
|
6
6
|
$get: {
|
|
7
7
|
input: {
|
|
@@ -22,19 +22,15 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
22
22
|
status: 200;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
|
-
}, "/
|
|
25
|
+
}, "/get"> | import("hono/types").MergeSchemaPath<{
|
|
26
26
|
"/": {
|
|
27
|
-
$
|
|
27
|
+
$get: {
|
|
28
28
|
input: {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
filter: {
|
|
35
|
-
chainId?: "31337" | "11155111" | "84532" | undefined;
|
|
36
|
-
owner?: string | undefined;
|
|
37
|
-
};
|
|
29
|
+
query: {
|
|
30
|
+
skip: string | string[];
|
|
31
|
+
limit: string | string[];
|
|
32
|
+
chainId?: string | string[] | undefined;
|
|
33
|
+
owner?: string | string[] | undefined;
|
|
38
34
|
};
|
|
39
35
|
};
|
|
40
36
|
output: {
|
|
@@ -46,22 +42,18 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
46
42
|
updatedAt: string & import("zod").$brand<"IsoDateString">;
|
|
47
43
|
}[];
|
|
48
44
|
outputFormat: "json";
|
|
49
|
-
status:
|
|
45
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
50
46
|
};
|
|
51
47
|
};
|
|
52
|
-
}, "/
|
|
48
|
+
}, "/search">, "/platforms"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
53
49
|
"/": {
|
|
54
|
-
$
|
|
50
|
+
$get: {
|
|
55
51
|
input: {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
filter: {
|
|
62
|
-
chainId?: "31337" | "11155111" | "84532" | undefined;
|
|
63
|
-
platform?: string | undefined;
|
|
64
|
-
};
|
|
52
|
+
query: {
|
|
53
|
+
skip: string | string[];
|
|
54
|
+
limit: string | string[];
|
|
55
|
+
chainId?: string | string[] | undefined;
|
|
56
|
+
platform?: string | string[] | undefined;
|
|
65
57
|
};
|
|
66
58
|
};
|
|
67
59
|
output: {
|
|
@@ -77,7 +69,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
77
69
|
status: 200;
|
|
78
70
|
};
|
|
79
71
|
};
|
|
80
|
-
}, "/
|
|
72
|
+
}, "/searchPools"> | import("hono/types").MergeSchemaPath<{
|
|
81
73
|
"/": {
|
|
82
74
|
$get: {
|
|
83
75
|
input: {
|
|
@@ -100,21 +92,17 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
100
92
|
status: 200;
|
|
101
93
|
};
|
|
102
94
|
};
|
|
103
|
-
}, "/
|
|
95
|
+
}, "/getPool">, "/pools"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
104
96
|
"/": {
|
|
105
|
-
$
|
|
97
|
+
$get: {
|
|
106
98
|
input: {
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
owner?: string | undefined;
|
|
115
|
-
platform?: string | undefined;
|
|
116
|
-
poolId?: string | undefined;
|
|
117
|
-
};
|
|
99
|
+
query: {
|
|
100
|
+
skip: string | string[];
|
|
101
|
+
limit: string | string[];
|
|
102
|
+
chainId?: string | string[] | undefined;
|
|
103
|
+
owner?: string | string[] | undefined;
|
|
104
|
+
platform?: string | string[] | undefined;
|
|
105
|
+
poolId?: string | string[] | undefined;
|
|
118
106
|
};
|
|
119
107
|
};
|
|
120
108
|
output: {
|
|
@@ -135,21 +123,17 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
135
123
|
status: 200;
|
|
136
124
|
};
|
|
137
125
|
};
|
|
138
|
-
}, "/
|
|
126
|
+
}, "/searchStakes"> | import("hono/types").MergeSchemaPath<{
|
|
139
127
|
"/": {
|
|
140
|
-
$
|
|
128
|
+
$get: {
|
|
141
129
|
input: {
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
owner?: string | undefined;
|
|
150
|
-
platform?: string | undefined;
|
|
151
|
-
poolId?: string | undefined;
|
|
152
|
-
};
|
|
130
|
+
query: {
|
|
131
|
+
skip: string | string[];
|
|
132
|
+
limit: string | string[];
|
|
133
|
+
chainId?: string | string[] | undefined;
|
|
134
|
+
owner?: string | string[] | undefined;
|
|
135
|
+
platform?: string | string[] | undefined;
|
|
136
|
+
poolId?: string | string[] | undefined;
|
|
153
137
|
};
|
|
154
138
|
};
|
|
155
139
|
output: {
|
|
@@ -163,10 +147,10 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
163
147
|
poolId?: (string & import("zod").$brand<"Int256">) | undefined;
|
|
164
148
|
}[];
|
|
165
149
|
outputFormat: "json";
|
|
166
|
-
status:
|
|
150
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
167
151
|
};
|
|
168
152
|
};
|
|
169
|
-
}, "/
|
|
153
|
+
}, "/searchStakeEvents"> | import("hono/types").MergeSchemaPath<{
|
|
170
154
|
"/": {
|
|
171
155
|
$get: {
|
|
172
156
|
input: {
|
|
@@ -194,7 +178,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
194
178
|
status: 200;
|
|
195
179
|
};
|
|
196
180
|
};
|
|
197
|
-
}, "/
|
|
181
|
+
}, "/getStake">, "/stakes"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
198
182
|
"/": {
|
|
199
183
|
$get: {
|
|
200
184
|
input: {};
|
|
@@ -215,7 +199,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
215
199
|
status: 200;
|
|
216
200
|
};
|
|
217
201
|
};
|
|
218
|
-
}, "/
|
|
202
|
+
}, "/getRoles"> | import("hono/types").MergeSchemaPath<{
|
|
219
203
|
"/": {
|
|
220
204
|
$post: {
|
|
221
205
|
input: {
|
|
@@ -236,24 +220,20 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
236
220
|
};
|
|
237
221
|
};
|
|
238
222
|
outputFormat: "json";
|
|
239
|
-
status:
|
|
223
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
240
224
|
};
|
|
241
225
|
};
|
|
242
|
-
}, "/
|
|
226
|
+
}, "/grantRole"> | import("hono/types").MergeSchemaPath<{
|
|
243
227
|
"/": {
|
|
244
|
-
$
|
|
228
|
+
$get: {
|
|
245
229
|
input: {
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
owner?: string | undefined;
|
|
254
|
-
platform?: string | undefined;
|
|
255
|
-
poolId?: string | undefined;
|
|
256
|
-
};
|
|
230
|
+
query: {
|
|
231
|
+
skip: string | string[];
|
|
232
|
+
limit: string | string[];
|
|
233
|
+
chainId?: string | string[] | undefined;
|
|
234
|
+
owner?: string | string[] | undefined;
|
|
235
|
+
platform?: string | string[] | undefined;
|
|
236
|
+
poolId?: string | string[] | undefined;
|
|
257
237
|
};
|
|
258
238
|
};
|
|
259
239
|
output: {
|
|
@@ -269,21 +249,17 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
269
249
|
status: 200;
|
|
270
250
|
};
|
|
271
251
|
};
|
|
272
|
-
}, "/
|
|
252
|
+
}, "/searchRoles"> | import("hono/types").MergeSchemaPath<{
|
|
273
253
|
"/": {
|
|
274
|
-
$
|
|
254
|
+
$get: {
|
|
275
255
|
input: {
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
owner?: string | undefined;
|
|
284
|
-
platform?: string | undefined;
|
|
285
|
-
poolId?: string | undefined;
|
|
286
|
-
};
|
|
256
|
+
query: {
|
|
257
|
+
skip: string | string[];
|
|
258
|
+
limit: string | string[];
|
|
259
|
+
chainId?: string | string[] | undefined;
|
|
260
|
+
owner?: string | string[] | undefined;
|
|
261
|
+
platform?: string | string[] | undefined;
|
|
262
|
+
poolId?: string | string[] | undefined;
|
|
287
263
|
};
|
|
288
264
|
};
|
|
289
265
|
output: {
|
|
@@ -297,11 +273,11 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
297
273
|
poolId?: (string & import("zod").$brand<"Int256">) | undefined;
|
|
298
274
|
}[];
|
|
299
275
|
outputFormat: "json";
|
|
300
|
-
status:
|
|
276
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
301
277
|
};
|
|
302
278
|
};
|
|
303
|
-
}, "/
|
|
304
|
-
stakingTemplates: import("hono/hono-base").HonoBase<import("./common/context.js").AppContext, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<
|
|
279
|
+
}, "/searchRoleEvents">, "/roles">, "/", "/">;
|
|
280
|
+
stakingTemplates: import("hono/hono-base").HonoBase<import("./common/context.js").AppContext, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
305
281
|
"/": {
|
|
306
282
|
$get: {
|
|
307
283
|
input: {
|
|
@@ -315,7 +291,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
315
291
|
admin: `0x${string}`;
|
|
316
292
|
};
|
|
317
293
|
outputFormat: "json";
|
|
318
|
-
status:
|
|
294
|
+
status: 200;
|
|
319
295
|
};
|
|
320
296
|
};
|
|
321
297
|
}, "/getPlatformDeployEvent"> | import("hono/types").MergeSchemaPath<{
|
|
@@ -328,13 +304,13 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
328
304
|
};
|
|
329
305
|
};
|
|
330
306
|
output: {
|
|
331
|
-
poolId:
|
|
332
|
-
stakeId:
|
|
307
|
+
poolId: string;
|
|
308
|
+
stakeId: string;
|
|
333
309
|
operator: `0x${string}`;
|
|
334
310
|
owner: `0x${string}`;
|
|
335
|
-
inputPacketsStaked:
|
|
336
|
-
stakeStartActiveTimestamp:
|
|
337
|
-
unlockTimestamp:
|
|
311
|
+
inputPacketsStaked: string;
|
|
312
|
+
stakeStartActiveTimestamp: string;
|
|
313
|
+
unlockTimestamp: string;
|
|
338
314
|
};
|
|
339
315
|
outputFormat: "json";
|
|
340
316
|
status: 200;
|
|
@@ -350,9 +326,9 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
350
326
|
};
|
|
351
327
|
};
|
|
352
328
|
output: {
|
|
353
|
-
poolId:
|
|
354
|
-
inputAssetKeeper: `0x${string}`;
|
|
329
|
+
poolId: string & import("zod").$brand<"Int256">;
|
|
355
330
|
rewardAssetHandler: `0x${string}`;
|
|
331
|
+
inputAssetKeeper: `0x${string}`;
|
|
356
332
|
};
|
|
357
333
|
outputFormat: "json";
|
|
358
334
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
@@ -542,7 +518,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
542
518
|
status: 200;
|
|
543
519
|
};
|
|
544
520
|
};
|
|
545
|
-
}, "/createPlatform">, "/
|
|
521
|
+
}, "/createPlatform">, "/reputation"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
546
522
|
"/": {
|
|
547
523
|
$get: {
|
|
548
524
|
input: {
|
|
@@ -556,7 +532,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
556
532
|
admin: `0x${string}`;
|
|
557
533
|
};
|
|
558
534
|
outputFormat: "json";
|
|
559
|
-
status:
|
|
535
|
+
status: 200;
|
|
560
536
|
};
|
|
561
537
|
};
|
|
562
538
|
}, "/getPlatformDeployEvent"> | import("hono/types").MergeSchemaPath<{
|
|
@@ -569,13 +545,13 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
569
545
|
};
|
|
570
546
|
};
|
|
571
547
|
output: {
|
|
572
|
-
poolId:
|
|
573
|
-
stakeId:
|
|
548
|
+
poolId: string;
|
|
549
|
+
stakeId: string;
|
|
574
550
|
operator: `0x${string}`;
|
|
575
551
|
owner: `0x${string}`;
|
|
576
|
-
inputPacketsStaked:
|
|
577
|
-
stakeStartActiveTimestamp:
|
|
578
|
-
unlockTimestamp:
|
|
552
|
+
inputPacketsStaked: string;
|
|
553
|
+
stakeStartActiveTimestamp: string;
|
|
554
|
+
unlockTimestamp: string;
|
|
579
555
|
};
|
|
580
556
|
outputFormat: "json";
|
|
581
557
|
status: 200;
|
|
@@ -591,9 +567,9 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
591
567
|
};
|
|
592
568
|
};
|
|
593
569
|
output: {
|
|
594
|
-
poolId:
|
|
595
|
-
inputAssetKeeper: `0x${string}`;
|
|
570
|
+
poolId: string & import("zod").$brand<"Int256">;
|
|
596
571
|
rewardAssetHandler: `0x${string}`;
|
|
572
|
+
inputAssetKeeper: `0x${string}`;
|
|
597
573
|
};
|
|
598
574
|
outputFormat: "json";
|
|
599
575
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
@@ -794,7 +770,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
794
770
|
status: 200;
|
|
795
771
|
};
|
|
796
772
|
};
|
|
797
|
-
}, "/createPlatform">, "/
|
|
773
|
+
}, "/createPlatform">, "/reputationLock"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
798
774
|
"/": {
|
|
799
775
|
$get: {
|
|
800
776
|
input: {
|
|
@@ -808,7 +784,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
808
784
|
admin: `0x${string}`;
|
|
809
785
|
};
|
|
810
786
|
outputFormat: "json";
|
|
811
|
-
status:
|
|
787
|
+
status: 200;
|
|
812
788
|
};
|
|
813
789
|
};
|
|
814
790
|
}, "/getPlatformDeployEvent"> | import("hono/types").MergeSchemaPath<{
|
|
@@ -821,13 +797,13 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
821
797
|
};
|
|
822
798
|
};
|
|
823
799
|
output: {
|
|
824
|
-
poolId:
|
|
825
|
-
stakeId:
|
|
800
|
+
poolId: string;
|
|
801
|
+
stakeId: string;
|
|
826
802
|
operator: `0x${string}`;
|
|
827
803
|
owner: `0x${string}`;
|
|
828
|
-
inputPacketsStaked:
|
|
829
|
-
stakeStartActiveTimestamp:
|
|
830
|
-
unlockTimestamp:
|
|
804
|
+
inputPacketsStaked: string;
|
|
805
|
+
stakeStartActiveTimestamp: string;
|
|
806
|
+
unlockTimestamp: string;
|
|
831
807
|
};
|
|
832
808
|
outputFormat: "json";
|
|
833
809
|
status: 200;
|
|
@@ -843,9 +819,9 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
843
819
|
};
|
|
844
820
|
};
|
|
845
821
|
output: {
|
|
846
|
-
poolId:
|
|
847
|
-
inputAssetKeeper: `0x${string}`;
|
|
822
|
+
poolId: string & import("zod").$brand<"Int256">;
|
|
848
823
|
rewardAssetHandler: `0x${string}`;
|
|
824
|
+
inputAssetKeeper: `0x${string}`;
|
|
849
825
|
};
|
|
850
826
|
outputFormat: "json";
|
|
851
827
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
@@ -1058,7 +1034,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1058
1034
|
status: 200;
|
|
1059
1035
|
};
|
|
1060
1036
|
};
|
|
1061
|
-
}, "/distributeRewards">, "/
|
|
1037
|
+
}, "/distributeRewards">, "/rwa">, "/", "/">;
|
|
1062
1038
|
fractions: import("hono/hono-base").HonoBase<import("./common/context.js").AppContext, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
1063
1039
|
"/": {
|
|
1064
1040
|
$get: {
|
|
@@ -1109,17 +1085,13 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1109
1085
|
};
|
|
1110
1086
|
}, "/get"> | import("hono/types").MergeSchemaPath<{
|
|
1111
1087
|
"/": {
|
|
1112
|
-
$
|
|
1088
|
+
$get: {
|
|
1113
1089
|
input: {
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
filter: {
|
|
1120
|
-
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
1121
|
-
owner?: string | undefined;
|
|
1122
|
-
};
|
|
1090
|
+
query: {
|
|
1091
|
+
skip: string | string[];
|
|
1092
|
+
limit: string | string[];
|
|
1093
|
+
chainId?: string | string[] | undefined;
|
|
1094
|
+
owner?: string | string[] | undefined;
|
|
1123
1095
|
};
|
|
1124
1096
|
};
|
|
1125
1097
|
output: {
|
|
@@ -1144,7 +1116,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1144
1116
|
updatedAt: string;
|
|
1145
1117
|
}[];
|
|
1146
1118
|
outputFormat: "json";
|
|
1147
|
-
status:
|
|
1119
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1148
1120
|
};
|
|
1149
1121
|
};
|
|
1150
1122
|
}, "/search"> | import("hono/types").MergeSchemaPath<{
|
|
@@ -1459,15 +1431,15 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1459
1431
|
};
|
|
1460
1432
|
};
|
|
1461
1433
|
output: {
|
|
1462
|
-
campaignId: string
|
|
1434
|
+
campaignId: string & import("zod").$brand<"Int256">;
|
|
1463
1435
|
creator: `0x${string}`;
|
|
1464
|
-
nftId: string
|
|
1465
|
-
fractionsCreated: string
|
|
1436
|
+
nftId: string & import("zod").$brand<"Int256">;
|
|
1437
|
+
fractionsCreated: string & import("zod").$brand<"Int256">;
|
|
1466
1438
|
fractionsAddress: `0x${string}`;
|
|
1467
1439
|
vaultAddress: `0x${string}` | undefined;
|
|
1468
1440
|
};
|
|
1469
1441
|
outputFormat: "json";
|
|
1470
|
-
status:
|
|
1442
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1471
1443
|
};
|
|
1472
1444
|
};
|
|
1473
1445
|
}, "/getFractionsCreatedEvent"> | import("hono/types").MergeSchemaPath<{
|
|
@@ -1688,22 +1660,22 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1688
1660
|
};
|
|
1689
1661
|
}, "/purchase"> | import("hono/types").MergeSchemaPath<{
|
|
1690
1662
|
"/": {
|
|
1691
|
-
$
|
|
1663
|
+
$get: {
|
|
1692
1664
|
input: {
|
|
1693
|
-
|
|
1665
|
+
query: {
|
|
1666
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1694
1667
|
platform: string;
|
|
1695
1668
|
campaignId: string;
|
|
1696
1669
|
walletAddress: string;
|
|
1697
|
-
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
1698
1670
|
};
|
|
1699
1671
|
};
|
|
1700
1672
|
output: {
|
|
1701
1673
|
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1702
1674
|
platform: `0x${string}`;
|
|
1703
|
-
campaignId: string
|
|
1675
|
+
campaignId: string & import("zod").$brand<"Int256">;
|
|
1704
1676
|
statistics: {
|
|
1705
|
-
priceId: string
|
|
1706
|
-
fractionsSold: string
|
|
1677
|
+
priceId: string & import("zod").$brand<"Int256">;
|
|
1678
|
+
fractionsSold: string & import("zod").$brand<"Int256">;
|
|
1707
1679
|
purchases: number;
|
|
1708
1680
|
}[];
|
|
1709
1681
|
};
|
|
@@ -1713,18 +1685,14 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1713
1685
|
};
|
|
1714
1686
|
}, "/purchase/statistics"> | import("hono/types").MergeSchemaPath<{
|
|
1715
1687
|
"/": {
|
|
1716
|
-
$
|
|
1688
|
+
$get: {
|
|
1717
1689
|
input: {
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
1725
|
-
platform?: string | undefined;
|
|
1726
|
-
campaignId?: string | undefined;
|
|
1727
|
-
};
|
|
1690
|
+
query: {
|
|
1691
|
+
skip: string | string[];
|
|
1692
|
+
limit: string | string[];
|
|
1693
|
+
chainId?: string | string[] | undefined;
|
|
1694
|
+
platform?: string | string[] | undefined;
|
|
1695
|
+
campaignId?: string | string[] | undefined;
|
|
1728
1696
|
};
|
|
1729
1697
|
};
|
|
1730
1698
|
output: {
|
|
@@ -1998,9 +1966,9 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1998
1966
|
};
|
|
1999
1967
|
}, "/vesting/claim"> | import("hono/types").MergeSchemaPath<{
|
|
2000
1968
|
"/": {
|
|
2001
|
-
$
|
|
1969
|
+
$get: {
|
|
2002
1970
|
input: {
|
|
2003
|
-
|
|
1971
|
+
query: {
|
|
2004
1972
|
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2005
1973
|
platform: string;
|
|
2006
1974
|
campaignId: string;
|
|
@@ -2032,31 +2000,27 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2032
2000
|
};
|
|
2033
2001
|
};
|
|
2034
2002
|
output: {
|
|
2035
|
-
campaignId: string
|
|
2003
|
+
campaignId: string & import("zod").$brand<"Int256">;
|
|
2036
2004
|
receiver: `0x${string}`;
|
|
2037
|
-
burnId: string
|
|
2038
|
-
nextBurnId: string | null;
|
|
2039
|
-
amountOfFractionsBurnt: string
|
|
2005
|
+
burnId: string & import("zod").$brand<"Int256">;
|
|
2006
|
+
nextBurnId: (string & import("zod").$brand<"Int256">) | null;
|
|
2007
|
+
amountOfFractionsBurnt: string & import("zod").$brand<"Int256">;
|
|
2040
2008
|
};
|
|
2041
2009
|
outputFormat: "json";
|
|
2042
|
-
status:
|
|
2010
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2043
2011
|
};
|
|
2044
2012
|
};
|
|
2045
2013
|
}, "/vesting/getClaimVestedTokensEvent"> | import("hono/types").MergeSchemaPath<{
|
|
2046
2014
|
"/": {
|
|
2047
|
-
$
|
|
2015
|
+
$get: {
|
|
2048
2016
|
input: {
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
owner?: string | undefined;
|
|
2057
|
-
platform?: string | undefined;
|
|
2058
|
-
campaignId?: string | undefined;
|
|
2059
|
-
};
|
|
2017
|
+
query: {
|
|
2018
|
+
skip: string | string[];
|
|
2019
|
+
limit: string | string[];
|
|
2020
|
+
chainId?: string | string[] | undefined;
|
|
2021
|
+
owner?: string | string[] | undefined;
|
|
2022
|
+
platform?: string | string[] | undefined;
|
|
2023
|
+
campaignId?: string | string[] | undefined;
|
|
2060
2024
|
};
|
|
2061
2025
|
};
|
|
2062
2026
|
output: {
|
|
@@ -2131,19 +2095,15 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2131
2095
|
};
|
|
2132
2096
|
}, "/search"> | import("hono/types").MergeSchemaPath<{
|
|
2133
2097
|
"/": {
|
|
2134
|
-
$
|
|
2098
|
+
$get: {
|
|
2135
2099
|
input: {
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
platform?: string | undefined;
|
|
2144
|
-
campaignId?: string | undefined;
|
|
2145
|
-
operationType?: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum | undefined;
|
|
2146
|
-
};
|
|
2100
|
+
query: {
|
|
2101
|
+
skip: string | string[];
|
|
2102
|
+
limit: string | string[];
|
|
2103
|
+
chainId?: string | string[] | undefined;
|
|
2104
|
+
platform?: string | string[] | undefined;
|
|
2105
|
+
campaignId?: string | string[] | undefined;
|
|
2106
|
+
operationType?: string | string[] | undefined;
|
|
2147
2107
|
};
|
|
2148
2108
|
};
|
|
2149
2109
|
output: {
|
|
@@ -2198,9 +2158,9 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2198
2158
|
};
|
|
2199
2159
|
}, "/activity"> | import("hono/types").MergeSchemaPath<{
|
|
2200
2160
|
"/": {
|
|
2201
|
-
$
|
|
2161
|
+
$get: {
|
|
2202
2162
|
input: {
|
|
2203
|
-
|
|
2163
|
+
query: {
|
|
2204
2164
|
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2205
2165
|
platform: string;
|
|
2206
2166
|
campaignId: string;
|
|
@@ -2209,15 +2169,15 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2209
2169
|
output: {
|
|
2210
2170
|
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2211
2171
|
platform: `0x${string}`;
|
|
2212
|
-
campaignId: string
|
|
2172
|
+
campaignId: string & import("zod").$brand<"Int256">;
|
|
2213
2173
|
statistics: {
|
|
2214
|
-
priceId: string
|
|
2215
|
-
fractionsSold: string
|
|
2174
|
+
priceId: string & import("zod").$brand<"Int256">;
|
|
2175
|
+
fractionsSold: string & import("zod").$brand<"Int256">;
|
|
2216
2176
|
purchases: number;
|
|
2217
2177
|
}[];
|
|
2218
2178
|
};
|
|
2219
2179
|
outputFormat: "json";
|
|
2220
|
-
status:
|
|
2180
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2221
2181
|
};
|
|
2222
2182
|
};
|
|
2223
2183
|
}, "/statistics"> | import("hono/types").MergeSchemaPath<{
|
|
@@ -2256,12 +2216,12 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2256
2216
|
};
|
|
2257
2217
|
};
|
|
2258
2218
|
output: {
|
|
2259
|
-
campaignId: string
|
|
2219
|
+
campaignId: string & import("zod").$brand<"Int256">;
|
|
2260
2220
|
receiver: `0x${string}`;
|
|
2261
|
-
packetsReceived: string
|
|
2221
|
+
packetsReceived: string & import("zod").$brand<"Int256">;
|
|
2262
2222
|
};
|
|
2263
2223
|
outputFormat: "json";
|
|
2264
|
-
status:
|
|
2224
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2265
2225
|
};
|
|
2266
2226
|
};
|
|
2267
2227
|
}, "/getWithdrawEvent"> | import("hono/types").MergeSchemaPath<{
|
|
@@ -2293,7 +2253,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2293
2253
|
vaultAddress: `0x${string}`;
|
|
2294
2254
|
};
|
|
2295
2255
|
outputFormat: "json";
|
|
2296
|
-
status:
|
|
2256
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2297
2257
|
};
|
|
2298
2258
|
};
|
|
2299
2259
|
}, "/getVaultAddress"> | import("hono/types").MergeSchemaPath<{
|
|
@@ -2330,7 +2290,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2330
2290
|
};
|
|
2331
2291
|
};
|
|
2332
2292
|
output: {
|
|
2333
|
-
nonce: string
|
|
2293
|
+
nonce: string & import("zod").$brand<"Int256">;
|
|
2334
2294
|
};
|
|
2335
2295
|
outputFormat: "json";
|
|
2336
2296
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
@@ -2359,9 +2319,9 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2359
2319
|
};
|
|
2360
2320
|
}, "/authData">, "/sig"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
2361
2321
|
"/": {
|
|
2362
|
-
$
|
|
2322
|
+
$get: {
|
|
2363
2323
|
input: {
|
|
2364
|
-
|
|
2324
|
+
query: {
|
|
2365
2325
|
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
2366
2326
|
};
|
|
2367
2327
|
};
|
|
@@ -2382,9 +2342,9 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2382
2342
|
};
|
|
2383
2343
|
}, "/holders"> | import("hono/types").MergeSchemaPath<{
|
|
2384
2344
|
"/": {
|
|
2385
|
-
$
|
|
2345
|
+
$get: {
|
|
2386
2346
|
input: {
|
|
2387
|
-
|
|
2347
|
+
query: {
|
|
2388
2348
|
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
2389
2349
|
};
|
|
2390
2350
|
};
|
|
@@ -2405,9 +2365,9 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2405
2365
|
};
|
|
2406
2366
|
}, "/sales"> | import("hono/types").MergeSchemaPath<{
|
|
2407
2367
|
"/": {
|
|
2408
|
-
$
|
|
2368
|
+
$get: {
|
|
2409
2369
|
input: {
|
|
2410
|
-
|
|
2370
|
+
query: {
|
|
2411
2371
|
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
2412
2372
|
};
|
|
2413
2373
|
};
|
|
@@ -2428,42 +2388,42 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2428
2388
|
};
|
|
2429
2389
|
}, "/ttv"> | import("hono/types").MergeSchemaPath<{
|
|
2430
2390
|
"/": {
|
|
2431
|
-
$
|
|
2391
|
+
$get: {
|
|
2432
2392
|
input: {
|
|
2433
|
-
|
|
2393
|
+
query: {
|
|
2434
2394
|
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
2435
2395
|
};
|
|
2436
2396
|
};
|
|
2437
2397
|
output: {
|
|
2438
2398
|
total: {
|
|
2439
|
-
holders: string
|
|
2440
|
-
sales: string
|
|
2441
|
-
ttv: string
|
|
2399
|
+
holders: string;
|
|
2400
|
+
sales: string;
|
|
2401
|
+
ttv: string;
|
|
2442
2402
|
};
|
|
2443
2403
|
1: {
|
|
2444
|
-
holders: string
|
|
2445
|
-
sales: string
|
|
2446
|
-
ttv: string
|
|
2404
|
+
holders: string;
|
|
2405
|
+
sales: string;
|
|
2406
|
+
ttv: string;
|
|
2447
2407
|
};
|
|
2448
2408
|
31337: {
|
|
2449
|
-
holders: string
|
|
2450
|
-
sales: string
|
|
2451
|
-
ttv: string
|
|
2409
|
+
holders: string;
|
|
2410
|
+
sales: string;
|
|
2411
|
+
ttv: string;
|
|
2452
2412
|
};
|
|
2453
2413
|
11155111: {
|
|
2454
|
-
holders: string
|
|
2455
|
-
sales: string
|
|
2456
|
-
ttv: string
|
|
2414
|
+
holders: string;
|
|
2415
|
+
sales: string;
|
|
2416
|
+
ttv: string;
|
|
2457
2417
|
};
|
|
2458
2418
|
84532: {
|
|
2459
|
-
holders: string
|
|
2460
|
-
sales: string
|
|
2461
|
-
ttv: string
|
|
2419
|
+
holders: string;
|
|
2420
|
+
sales: string;
|
|
2421
|
+
ttv: string;
|
|
2462
2422
|
};
|
|
2463
2423
|
72080: {
|
|
2464
|
-
holders: string
|
|
2465
|
-
sales: string
|
|
2466
|
-
ttv: string
|
|
2424
|
+
holders: string;
|
|
2425
|
+
sales: string;
|
|
2426
|
+
ttv: string;
|
|
2467
2427
|
};
|
|
2468
2428
|
};
|
|
2469
2429
|
outputFormat: "json";
|
|
@@ -2473,9 +2433,9 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2473
2433
|
}, "/">, "/statistics">, "/", "/">;
|
|
2474
2434
|
general: import("hono/hono-base").HonoBase<import("./common/context.js").AppContext, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
2475
2435
|
"/": {
|
|
2476
|
-
$
|
|
2436
|
+
$get: {
|
|
2477
2437
|
input: {
|
|
2478
|
-
|
|
2438
|
+
query: {
|
|
2479
2439
|
chainId: "31337" | "11155111" | "84532";
|
|
2480
2440
|
data: string;
|
|
2481
2441
|
from: string;
|
|
@@ -2483,11 +2443,10 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2483
2443
|
};
|
|
2484
2444
|
};
|
|
2485
2445
|
output: {
|
|
2486
|
-
|
|
2487
|
-
readonly value: string;
|
|
2446
|
+
value: string & import("zod").$brand<"Int256">;
|
|
2488
2447
|
};
|
|
2489
2448
|
outputFormat: "json";
|
|
2490
|
-
status:
|
|
2449
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2491
2450
|
};
|
|
2492
2451
|
};
|
|
2493
2452
|
}, "/estimateGas"> | import("hono/types").MergeSchemaPath<{
|
|
@@ -2501,7 +2460,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2501
2460
|
};
|
|
2502
2461
|
output: {
|
|
2503
2462
|
address: `0x${string}`;
|
|
2504
|
-
balance: string
|
|
2463
|
+
balance: string & import("zod").$brand<"Int256">;
|
|
2505
2464
|
};
|
|
2506
2465
|
outputFormat: "json";
|
|
2507
2466
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
@@ -2509,9 +2468,9 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2509
2468
|
};
|
|
2510
2469
|
}, "/balance"> | import("hono/types").MergeSchemaPath<{
|
|
2511
2470
|
"/": {
|
|
2512
|
-
$
|
|
2471
|
+
$get: {
|
|
2513
2472
|
input: {
|
|
2514
|
-
|
|
2473
|
+
query: {
|
|
2515
2474
|
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2516
2475
|
address: string;
|
|
2517
2476
|
contracts: string[];
|
|
@@ -2532,9 +2491,9 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2532
2491
|
};
|
|
2533
2492
|
}, "/balances"> | import("hono/types").MergeSchemaPath<{
|
|
2534
2493
|
"/": {
|
|
2535
|
-
$
|
|
2494
|
+
$get: {
|
|
2536
2495
|
input: {
|
|
2537
|
-
|
|
2496
|
+
query: {
|
|
2538
2497
|
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2539
2498
|
address: string;
|
|
2540
2499
|
};
|
|
@@ -2625,7 +2584,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2625
2584
|
proxy: `0x${string}`;
|
|
2626
2585
|
admin: `0x${string}`;
|
|
2627
2586
|
minter: `0x${string}`;
|
|
2628
|
-
supplyCap: string
|
|
2587
|
+
supplyCap: string & import("zod").$brand<"Int256">;
|
|
2629
2588
|
name: string;
|
|
2630
2589
|
symbol: string;
|
|
2631
2590
|
};
|
|
@@ -2702,7 +2661,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2702
2661
|
proxy: `0x${string}`;
|
|
2703
2662
|
admin: `0x${string}`;
|
|
2704
2663
|
minter: `0x${string}`;
|
|
2705
|
-
supplyCap: string
|
|
2664
|
+
supplyCap: string & import("zod").$brand<"Int256">;
|
|
2706
2665
|
name: string;
|
|
2707
2666
|
symbol: string;
|
|
2708
2667
|
};
|
|
@@ -2715,9 +2674,291 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2715
2674
|
$get: {
|
|
2716
2675
|
input: {};
|
|
2717
2676
|
output: {
|
|
2718
|
-
bytecode:
|
|
2719
|
-
abi:
|
|
2720
|
-
|
|
2677
|
+
bytecode: string;
|
|
2678
|
+
abi: ({
|
|
2679
|
+
inputs: never[];
|
|
2680
|
+
stateMutability: "nonpayable";
|
|
2681
|
+
type: "constructor";
|
|
2682
|
+
} | {
|
|
2683
|
+
inputs: ({
|
|
2684
|
+
internalType: string;
|
|
2685
|
+
name: string;
|
|
2686
|
+
type: "address";
|
|
2687
|
+
} | {
|
|
2688
|
+
internalType: string;
|
|
2689
|
+
name: string;
|
|
2690
|
+
type: "bytes32";
|
|
2691
|
+
})[];
|
|
2692
|
+
name: string;
|
|
2693
|
+
type: "error";
|
|
2694
|
+
} | {
|
|
2695
|
+
inputs: ({
|
|
2696
|
+
internalType: string;
|
|
2697
|
+
name: string;
|
|
2698
|
+
type: "address";
|
|
2699
|
+
} | {
|
|
2700
|
+
internalType: string;
|
|
2701
|
+
name: string;
|
|
2702
|
+
type: "uint256";
|
|
2703
|
+
})[];
|
|
2704
|
+
name: string;
|
|
2705
|
+
type: "error";
|
|
2706
|
+
} | {
|
|
2707
|
+
anonymous: false;
|
|
2708
|
+
inputs: ({
|
|
2709
|
+
indexed: true;
|
|
2710
|
+
internalType: string;
|
|
2711
|
+
name: string;
|
|
2712
|
+
type: "address";
|
|
2713
|
+
} | {
|
|
2714
|
+
indexed: false;
|
|
2715
|
+
internalType: string;
|
|
2716
|
+
name: string;
|
|
2717
|
+
type: "uint256";
|
|
2718
|
+
})[];
|
|
2719
|
+
name: string;
|
|
2720
|
+
type: "event";
|
|
2721
|
+
} | {
|
|
2722
|
+
anonymous: false;
|
|
2723
|
+
inputs: {
|
|
2724
|
+
indexed: false;
|
|
2725
|
+
internalType: string;
|
|
2726
|
+
name: string;
|
|
2727
|
+
type: "uint64";
|
|
2728
|
+
}[];
|
|
2729
|
+
name: string;
|
|
2730
|
+
type: "event";
|
|
2731
|
+
} | {
|
|
2732
|
+
anonymous: false;
|
|
2733
|
+
inputs: ({
|
|
2734
|
+
indexed: false;
|
|
2735
|
+
internalType: string;
|
|
2736
|
+
name: string;
|
|
2737
|
+
type: "uint256";
|
|
2738
|
+
} | {
|
|
2739
|
+
indexed: false;
|
|
2740
|
+
internalType: string;
|
|
2741
|
+
name: string;
|
|
2742
|
+
type: "address";
|
|
2743
|
+
} | {
|
|
2744
|
+
indexed: false;
|
|
2745
|
+
internalType: string;
|
|
2746
|
+
name: string;
|
|
2747
|
+
type: "bytes";
|
|
2748
|
+
})[];
|
|
2749
|
+
name: string;
|
|
2750
|
+
type: "event";
|
|
2751
|
+
} | {
|
|
2752
|
+
anonymous: false;
|
|
2753
|
+
inputs: ({
|
|
2754
|
+
indexed: true;
|
|
2755
|
+
internalType: string;
|
|
2756
|
+
name: string;
|
|
2757
|
+
type: "bytes32";
|
|
2758
|
+
} | {
|
|
2759
|
+
indexed: true;
|
|
2760
|
+
internalType: string;
|
|
2761
|
+
name: string;
|
|
2762
|
+
type: "address";
|
|
2763
|
+
})[];
|
|
2764
|
+
name: string;
|
|
2765
|
+
type: "event";
|
|
2766
|
+
} | {
|
|
2767
|
+
inputs: never[];
|
|
2768
|
+
name: string;
|
|
2769
|
+
outputs: {
|
|
2770
|
+
internalType: string;
|
|
2771
|
+
name: string;
|
|
2772
|
+
type: "string";
|
|
2773
|
+
}[];
|
|
2774
|
+
stateMutability: "view";
|
|
2775
|
+
type: "function";
|
|
2776
|
+
} | {
|
|
2777
|
+
inputs: {
|
|
2778
|
+
internalType: string;
|
|
2779
|
+
name: string;
|
|
2780
|
+
type: "address";
|
|
2781
|
+
}[];
|
|
2782
|
+
name: string;
|
|
2783
|
+
outputs: {
|
|
2784
|
+
internalType: string;
|
|
2785
|
+
name: string;
|
|
2786
|
+
type: "uint256";
|
|
2787
|
+
}[];
|
|
2788
|
+
stateMutability: "view";
|
|
2789
|
+
type: "function";
|
|
2790
|
+
} | {
|
|
2791
|
+
inputs: ({
|
|
2792
|
+
internalType: string;
|
|
2793
|
+
name: string;
|
|
2794
|
+
type: "address";
|
|
2795
|
+
} | {
|
|
2796
|
+
internalType: string;
|
|
2797
|
+
name: string;
|
|
2798
|
+
type: "uint256";
|
|
2799
|
+
})[];
|
|
2800
|
+
name: string;
|
|
2801
|
+
outputs: {
|
|
2802
|
+
internalType: string;
|
|
2803
|
+
name: string;
|
|
2804
|
+
type: "bool";
|
|
2805
|
+
}[];
|
|
2806
|
+
stateMutability: "nonpayable";
|
|
2807
|
+
type: "function";
|
|
2808
|
+
} | {
|
|
2809
|
+
inputs: ({
|
|
2810
|
+
internalType: string;
|
|
2811
|
+
name: string;
|
|
2812
|
+
type: "address[]";
|
|
2813
|
+
} | {
|
|
2814
|
+
internalType: string;
|
|
2815
|
+
name: string;
|
|
2816
|
+
type: "uint256[]";
|
|
2817
|
+
})[];
|
|
2818
|
+
name: string;
|
|
2819
|
+
outputs: never[];
|
|
2820
|
+
stateMutability: "nonpayable";
|
|
2821
|
+
type: "function";
|
|
2822
|
+
} | {
|
|
2823
|
+
inputs: never[];
|
|
2824
|
+
name: string;
|
|
2825
|
+
outputs: {
|
|
2826
|
+
internalType: string;
|
|
2827
|
+
name: string;
|
|
2828
|
+
type: "uint8";
|
|
2829
|
+
}[];
|
|
2830
|
+
stateMutability: "view";
|
|
2831
|
+
type: "function";
|
|
2832
|
+
} | {
|
|
2833
|
+
inputs: {
|
|
2834
|
+
components: ({
|
|
2835
|
+
internalType: string;
|
|
2836
|
+
name: string;
|
|
2837
|
+
type: "uint256";
|
|
2838
|
+
} | {
|
|
2839
|
+
internalType: string;
|
|
2840
|
+
name: string;
|
|
2841
|
+
type: "address";
|
|
2842
|
+
} | {
|
|
2843
|
+
internalType: string;
|
|
2844
|
+
name: string;
|
|
2845
|
+
type: "bytes";
|
|
2846
|
+
})[];
|
|
2847
|
+
internalType: string;
|
|
2848
|
+
name: string;
|
|
2849
|
+
type: "tuple";
|
|
2850
|
+
}[];
|
|
2851
|
+
name: string;
|
|
2852
|
+
outputs: {
|
|
2853
|
+
internalType: string;
|
|
2854
|
+
name: string;
|
|
2855
|
+
type: "bytes32";
|
|
2856
|
+
}[];
|
|
2857
|
+
stateMutability: "pure";
|
|
2858
|
+
type: "function";
|
|
2859
|
+
} | {
|
|
2860
|
+
inputs: {
|
|
2861
|
+
internalType: string;
|
|
2862
|
+
name: string;
|
|
2863
|
+
type: "bytes32";
|
|
2864
|
+
}[];
|
|
2865
|
+
name: string;
|
|
2866
|
+
outputs: {
|
|
2867
|
+
internalType: string;
|
|
2868
|
+
name: string;
|
|
2869
|
+
type: "bytes32";
|
|
2870
|
+
}[];
|
|
2871
|
+
stateMutability: "view";
|
|
2872
|
+
type: "function";
|
|
2873
|
+
} | {
|
|
2874
|
+
inputs: ({
|
|
2875
|
+
internalType: string;
|
|
2876
|
+
name: string;
|
|
2877
|
+
type: "bytes32";
|
|
2878
|
+
} | {
|
|
2879
|
+
internalType: string;
|
|
2880
|
+
name: string;
|
|
2881
|
+
type: "address";
|
|
2882
|
+
})[];
|
|
2883
|
+
name: string;
|
|
2884
|
+
outputs: never[];
|
|
2885
|
+
stateMutability: "nonpayable";
|
|
2886
|
+
type: "function";
|
|
2887
|
+
} | {
|
|
2888
|
+
inputs: ({
|
|
2889
|
+
internalType: string;
|
|
2890
|
+
name: string;
|
|
2891
|
+
type: "bytes32";
|
|
2892
|
+
} | {
|
|
2893
|
+
internalType: string;
|
|
2894
|
+
name: string;
|
|
2895
|
+
type: "address";
|
|
2896
|
+
})[];
|
|
2897
|
+
name: string;
|
|
2898
|
+
outputs: {
|
|
2899
|
+
internalType: string;
|
|
2900
|
+
name: string;
|
|
2901
|
+
type: "bool";
|
|
2902
|
+
}[];
|
|
2903
|
+
stateMutability: "view";
|
|
2904
|
+
type: "function";
|
|
2905
|
+
} | {
|
|
2906
|
+
inputs: ({
|
|
2907
|
+
internalType: string;
|
|
2908
|
+
name: string;
|
|
2909
|
+
type: "string";
|
|
2910
|
+
} | {
|
|
2911
|
+
internalType: string;
|
|
2912
|
+
name: string;
|
|
2913
|
+
type: "uint256";
|
|
2914
|
+
} | {
|
|
2915
|
+
internalType: string;
|
|
2916
|
+
name: string;
|
|
2917
|
+
type: "address";
|
|
2918
|
+
})[];
|
|
2919
|
+
name: string;
|
|
2920
|
+
outputs: never[];
|
|
2921
|
+
stateMutability: "nonpayable";
|
|
2922
|
+
type: "function";
|
|
2923
|
+
} | {
|
|
2924
|
+
inputs: {
|
|
2925
|
+
internalType: string;
|
|
2926
|
+
name: string;
|
|
2927
|
+
type: "bytes4";
|
|
2928
|
+
}[];
|
|
2929
|
+
name: string;
|
|
2930
|
+
outputs: {
|
|
2931
|
+
internalType: string;
|
|
2932
|
+
name: string;
|
|
2933
|
+
type: "bool";
|
|
2934
|
+
}[];
|
|
2935
|
+
stateMutability: "view";
|
|
2936
|
+
type: "function";
|
|
2937
|
+
} | {
|
|
2938
|
+
inputs: never[];
|
|
2939
|
+
name: string;
|
|
2940
|
+
outputs: {
|
|
2941
|
+
internalType: string;
|
|
2942
|
+
name: string;
|
|
2943
|
+
type: "address";
|
|
2944
|
+
}[];
|
|
2945
|
+
stateMutability: "view";
|
|
2946
|
+
type: "function";
|
|
2947
|
+
} | {
|
|
2948
|
+
inputs: ({
|
|
2949
|
+
internalType: string;
|
|
2950
|
+
name: string;
|
|
2951
|
+
type: "address";
|
|
2952
|
+
} | {
|
|
2953
|
+
internalType: string;
|
|
2954
|
+
name: string;
|
|
2955
|
+
type: "bytes";
|
|
2956
|
+
})[];
|
|
2957
|
+
name: string;
|
|
2958
|
+
outputs: never[];
|
|
2959
|
+
stateMutability: "payable";
|
|
2960
|
+
type: "function";
|
|
2961
|
+
})[];
|
|
2721
2962
|
};
|
|
2722
2963
|
outputFormat: "json";
|
|
2723
2964
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
@@ -2725,9 +2966,9 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2725
2966
|
};
|
|
2726
2967
|
}, "/deployGatedSimple"> | import("hono/types").MergeSchemaPath<{
|
|
2727
2968
|
"/": {
|
|
2728
|
-
$
|
|
2969
|
+
$get: {
|
|
2729
2970
|
input: {
|
|
2730
|
-
|
|
2971
|
+
query: {
|
|
2731
2972
|
tokenName: string;
|
|
2732
2973
|
tokenSymbol: string;
|
|
2733
2974
|
cap: string;
|
|
@@ -3752,7 +3993,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3752
3993
|
};
|
|
3753
3994
|
};
|
|
3754
3995
|
output: {
|
|
3755
|
-
tokenId: string
|
|
3996
|
+
tokenId: string & import("zod").$brand<"Int256">;
|
|
3756
3997
|
};
|
|
3757
3998
|
outputFormat: "json";
|
|
3758
3999
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
@@ -3763,7 +4004,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3763
4004
|
$get: {
|
|
3764
4005
|
input: {};
|
|
3765
4006
|
output: {
|
|
3766
|
-
bytecode:
|
|
4007
|
+
bytecode: string;
|
|
3767
4008
|
abi: any[];
|
|
3768
4009
|
args?: any[] | undefined;
|
|
3769
4010
|
};
|
|
@@ -3782,7 +4023,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3782
4023
|
};
|
|
3783
4024
|
};
|
|
3784
4025
|
output: {
|
|
3785
|
-
bytecode:
|
|
4026
|
+
bytecode: string;
|
|
3786
4027
|
abi: any[];
|
|
3787
4028
|
args?: any[] | undefined;
|
|
3788
4029
|
};
|