@evergonlabs/tmi-protocol-api 0.11.0-rc.0 → 0.11.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app.d.ts +253 -878
- package/dist/app.d.ts.map +1 -1
- package/dist/app.js +1 -10
- package/dist/apps.d.ts +0 -6
- package/dist/apps.d.ts.map +1 -1
- package/dist/apps.js +0 -3
- package/dist/client.d.ts +260 -927
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +1 -9
- package/dist/common/blockchain.d.ts +173 -173
- package/dist/common/blockchain.d.ts.map +1 -1
- package/dist/common/config.d.ts +1 -1
- package/dist/common/config.d.ts.map +1 -1
- package/dist/common/config.js +1 -1
- package/dist/common/models/asset.d.ts +2 -2
- package/dist/common/models/asset.d.ts.map +1 -1
- package/dist/common/models/asset.js +2 -2
- package/dist/common/models/chainId.d.ts +6 -9
- package/dist/common/models/chainId.d.ts.map +1 -1
- package/dist/common/models/chainId.js +7 -17
- package/dist/common/models/deployTransaction.d.ts +1 -1
- package/dist/common/models/deployTransaction.d.ts.map +1 -1
- package/dist/common/models/deployTransaction.js +2 -2
- package/dist/common/models/erc721.d.ts +1 -1
- package/dist/common/models/erc721.d.ts.map +1 -1
- package/dist/common/models/erc721.js +1 -1
- package/dist/common/models/exports.d.ts +5 -5
- package/dist/common/models/exports.d.ts.map +1 -1
- package/dist/common/models/exports.js +5 -5
- package/dist/common/models/index.d.ts +1 -4
- package/dist/common/models/index.d.ts.map +1 -1
- package/dist/common/models/index.js +1 -4
- package/dist/common/models/page.d.ts +1 -1
- package/dist/common/models/page.d.ts.map +1 -1
- package/dist/common/models/page.js +1 -1
- package/dist/common/models/platform.d.ts +5 -5
- package/dist/common/models/platform.d.ts.map +1 -1
- package/dist/common/models/platform.js +6 -6
- package/dist/common/models/routes.d.ts +1 -1
- package/dist/common/models/routes.d.ts.map +1 -1
- package/dist/common/models/routes.js +1 -1
- package/dist/common/models/transaction.d.ts +2 -2
- package/dist/common/models/transaction.d.ts.map +1 -1
- package/dist/common/models/transaction.js +2 -2
- package/dist/fractions/index.d.ts +159 -111
- package/dist/fractions/index.d.ts.map +1 -1
- package/dist/fractions/index.js +0 -2
- package/dist/fractions/markets/{deployMarket.routes.d.ts → deployMarket.d.ts} +11 -11
- package/dist/fractions/markets/deployMarket.d.ts.map +1 -0
- package/dist/fractions/markets/{deployMarket.routes.js → deployMarket.js} +3 -2
- package/dist/fractions/markets/getDeployEvent.d.ts +2 -2
- package/dist/fractions/markets/getDeployEvent.d.ts.map +1 -1
- package/dist/fractions/markets/getDeployEvent.js +3 -2
- package/dist/fractions/markets/{getMarket/getMarket.d.ts → getMarket.d.ts} +8 -8
- package/dist/fractions/markets/getMarket.d.ts.map +1 -0
- package/dist/fractions/markets/{getMarket/getMarket.js → getMarket.js} +6 -8
- package/dist/fractions/markets/index.d.ts +187 -16
- package/dist/fractions/markets/index.d.ts.map +1 -1
- package/dist/fractions/markets/index.js +13 -6
- package/dist/fractions/markets/initCompilot.d.ts +28 -0
- package/dist/fractions/markets/initCompilot.d.ts.map +1 -0
- package/dist/fractions/markets/{initCompilot.routes.js → initCompilot.js} +7 -13
- package/dist/fractions/markets/{searchMarkets/searchMarkets.d.ts → searchMarkets.d.ts} +4 -4
- package/dist/fractions/markets/searchMarkets.d.ts.map +1 -0
- package/dist/fractions/markets/{searchMarkets/searchMarkets.js → searchMarkets.js} +7 -9
- package/dist/fractions/markets/{common/platform.d.ts → utils.d.ts} +10 -7
- package/dist/fractions/markets/utils.d.ts.map +1 -0
- package/dist/fractions/markets/{common/platform.js → utils.js} +7 -5
- package/dist/fractions/roles/getRoles.d.ts +1 -1
- package/dist/fractions/roles/getRoles.d.ts.map +1 -1
- package/dist/fractions/roles/getRoles.js +1 -1
- package/dist/fractions/roles/{grantRole.route.d.ts → grantRole.d.ts} +1 -2
- package/dist/fractions/roles/grantRole.d.ts.map +1 -0
- package/dist/fractions/roles/{grantRole.route.js → grantRole.js} +1 -1
- package/dist/fractions/roles/index.d.ts +0 -1
- package/dist/fractions/roles/index.d.ts.map +1 -1
- package/dist/fractions/roles/index.js +2 -2
- package/dist/fractions/sales/activityUtils.d.ts +4 -4
- package/dist/fractions/sales/activityUtils.d.ts.map +1 -1
- package/dist/fractions/sales/activityUtils.js +2 -2
- package/dist/fractions/sales/approveSale.route.d.ts +4 -7
- package/dist/fractions/sales/approveSale.route.d.ts.map +1 -1
- package/dist/fractions/sales/approveSale.route.js +4 -9
- package/dist/fractions/sales/approveWrapper.route.d.ts +2 -7
- package/dist/fractions/sales/approveWrapper.route.d.ts.map +1 -1
- package/dist/fractions/sales/approveWrapper.route.js +5 -9
- package/dist/fractions/sales/common/fractionsSale.d.ts +11 -11
- package/dist/fractions/sales/common/fractionsSale.d.ts.map +1 -1
- package/dist/fractions/sales/common/fractionsSale.js +3 -3
- package/dist/fractions/sales/completeSale.route.d.ts +4 -7
- package/dist/fractions/sales/completeSale.route.d.ts.map +1 -1
- package/dist/fractions/sales/completeSale.route.js +5 -10
- package/dist/fractions/sales/createFractions.route.d.ts +2 -3
- package/dist/fractions/sales/createFractions.route.d.ts.map +1 -1
- package/dist/fractions/sales/createFractions.route.js +2 -3
- package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts +5 -5
- package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts.map +1 -1
- package/dist/fractions/sales/getFractionSaleStatistics.route.js +1 -1
- package/dist/fractions/sales/getVaultAddress.d.ts +8 -8
- package/dist/fractions/sales/getVaultAddress.d.ts.map +1 -1
- package/dist/fractions/sales/getVaultAddress.js +3 -3
- package/dist/fractions/sales/getWithdrawEvent.d.ts +3 -3
- package/dist/fractions/sales/getWithdrawEvent.d.ts.map +1 -1
- package/dist/fractions/sales/getWithdrawEvent.js +1 -1
- package/dist/fractions/sales/index.d.ts +119 -70
- package/dist/fractions/sales/index.d.ts.map +1 -1
- package/dist/fractions/sales/index.js +5 -4
- package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts +3 -3
- package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts.map +1 -1
- package/dist/fractions/sales/parseFractionsCreatedEvent.js +1 -1
- package/dist/fractions/sales/purchase.route.d.ts +7 -12
- package/dist/fractions/sales/purchase.route.d.ts.map +1 -1
- package/dist/fractions/sales/purchase.route.js +4 -16
- package/dist/fractions/sales/purchaseStatistics.route.d.ts +2 -2
- package/dist/fractions/sales/purchaseStatistics.route.d.ts.map +1 -1
- package/dist/fractions/sales/purchaseStatistics.route.js +2 -2
- package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts +36 -14
- package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts.map +1 -1
- package/dist/fractions/sales/receiveFundsAfterNonFunded.route.js +35 -20
- package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts +5 -3
- package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts.map +1 -1
- package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.js +6 -5
- package/dist/fractions/sales/recoverFractions.d.ts +12 -15
- package/dist/fractions/sales/recoverFractions.d.ts.map +1 -1
- package/dist/fractions/sales/recoverFractions.js +5 -16
- package/dist/fractions/sales/rejectFractions.d.ts +3 -8
- package/dist/fractions/sales/rejectFractions.d.ts.map +1 -1
- package/dist/fractions/sales/rejectFractions.js +5 -10
- package/dist/fractions/sales/searchActivity.route.d.ts +5 -5
- package/dist/fractions/sales/searchActivity.route.d.ts.map +1 -1
- package/dist/fractions/sales/searchActivity.route.js +2 -2
- package/dist/fractions/sales/searchSales/searchSales.d.ts +6 -6
- package/dist/fractions/sales/searchSales/searchSales.d.ts.map +1 -1
- package/dist/fractions/sales/searchSales/searchSales.js +2 -2
- package/dist/fractions/sales/searchWithdrawal.route.d.ts +1 -1
- package/dist/fractions/sales/searchWithdrawal.route.d.ts.map +1 -1
- package/dist/fractions/sales/searchWithdrawal.route.js +2 -2
- package/dist/fractions/sales/setFeeCapLimit.d.ts +4 -8
- package/dist/fractions/sales/setFeeCapLimit.d.ts.map +1 -1
- package/dist/fractions/sales/setFeeCapLimit.js +5 -11
- package/dist/fractions/sales/unlockWrappedAssets.route.d.ts +4 -6
- package/dist/fractions/sales/unlockWrappedAssets.route.d.ts.map +1 -1
- package/dist/fractions/sales/unlockWrappedAssets.route.js +5 -5
- package/dist/fractions/sales/vesting/claimStatistics.route.d.ts +8 -8
- package/dist/fractions/sales/vesting/claimStatistics.route.d.ts.map +1 -1
- package/dist/fractions/sales/vesting/claimStatistics.route.js +2 -2
- package/dist/fractions/sales/vesting/claimVestedTokens.route.d.ts +1 -8
- package/dist/fractions/sales/vesting/claimVestedTokens.route.d.ts.map +1 -1
- package/dist/fractions/sales/vesting/claimVestedTokens.route.js +2 -10
- package/dist/fractions/sales/vesting/editCliff.route.d.ts +4 -10
- package/dist/fractions/sales/vesting/editCliff.route.d.ts.map +1 -1
- package/dist/fractions/sales/vesting/editCliff.route.js +5 -12
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts +3 -3
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts.map +1 -1
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.js +1 -1
- package/dist/fractions/sales/withdraw.route.d.ts +4 -6
- package/dist/fractions/sales/withdraw.route.d.ts.map +1 -1
- package/dist/fractions/sales/withdraw.route.js +5 -5
- package/dist/fractions/schemas.d.ts +6 -0
- package/dist/fractions/schemas.d.ts.map +1 -0
- package/dist/fractions/schemas.js +6 -0
- package/dist/fractions/sig/getAuthData.d.ts +6 -6
- package/dist/fractions/sig/getAuthData.d.ts.map +1 -1
- package/dist/fractions/sig/getAuthData.js +4 -5
- package/dist/fractions/sig/getNonce.route.d.ts +4 -4
- package/dist/fractions/sig/getNonce.route.d.ts.map +1 -1
- package/dist/fractions/sig/getNonce.route.js +1 -1
- package/dist/fractions/sig/index.d.ts +2 -2
- package/dist/fractions/sig/index.d.ts.map +1 -1
- package/dist/fractions/sig/index.js +1 -1
- package/dist/fractions/statistics/index.d.ts +12 -12
- package/dist/fractions/statistics/index.d.ts.map +1 -1
- package/dist/fractions/statistics/index.js +1 -1
- package/dist/fractions/statistics/networkStatistics.route.d.ts +13 -13
- package/dist/fractions/statistics/networkStatistics.route.d.ts.map +1 -1
- package/dist/fractions/statistics/networkStatistics.route.js +6 -6
- package/dist/general/balanceClient.d.ts +1 -1
- package/dist/general/balanceClient.d.ts.map +1 -1
- package/dist/general/balanceClient.js +1 -1
- package/dist/general/common.d.ts +1 -1
- package/dist/general/common.d.ts.map +1 -1
- package/dist/general/common.js +1 -1
- package/dist/general/estimateGas.d.ts +1 -1
- package/dist/general/estimateGas.d.ts.map +1 -1
- package/dist/general/estimateGas.js +2 -3
- package/dist/general/getBalance.d.ts +2 -2
- package/dist/general/getBalance.d.ts.map +1 -1
- package/dist/general/getBalance.js +2 -3
- package/dist/general/getBalancesBatch.d.ts +1 -1
- package/dist/general/getBalancesBatch.d.ts.map +1 -1
- package/dist/general/getBalancesBatch.js +6 -5
- package/dist/general/index.d.ts +5 -5
- package/dist/general/searchBalances.d.ts +2 -2
- package/dist/general/searchBalances.d.ts.map +1 -1
- package/dist/general/searchBalances.js +6 -5
- package/dist/general/tag.d.ts +4 -0
- package/dist/general/tag.d.ts.map +1 -0
- package/dist/general/tag.js +2 -0
- package/dist/general/utils/tokenBalance/tokenBalance.d.ts +1 -1
- package/dist/general/utils/tokenBalance/tokenBalance.d.ts.map +1 -1
- package/dist/general/utils/tokenBalance/tokenBalance.js +1 -1
- package/dist/issuance/common/factories.base.d.ts +17 -23
- package/dist/issuance/common/factories.base.d.ts.map +1 -1
- package/dist/issuance/common/factories.base.js +3 -2
- package/dist/issuance/common/factories.d.ts +2 -1
- package/dist/issuance/common/factories.d.ts.map +1 -1
- package/dist/issuance/common/factories.js +8 -2
- package/dist/issuance/erc1155/burn.d.ts +3 -3
- package/dist/issuance/erc1155/burn.d.ts.map +1 -1
- package/dist/issuance/erc1155/burn.js +5 -5
- package/dist/issuance/erc1155/default/deploy.d.ts +3 -3
- package/dist/issuance/erc1155/default/deploy.d.ts.map +1 -1
- package/dist/issuance/erc1155/default/deploy.js +3 -3
- package/dist/issuance/erc1155/default/initialize.d.ts +1 -1
- package/dist/issuance/erc1155/default/initialize.d.ts.map +1 -1
- package/dist/issuance/erc1155/default/initialize.js +2 -2
- package/dist/issuance/erc1155/default/parseDeployEvent.d.ts +2 -2
- package/dist/issuance/erc1155/default/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc1155/default/parseDeployEvent.js +5 -15
- package/dist/issuance/erc1155/gated/deploy.d.ts +3 -3
- package/dist/issuance/erc1155/gated/deploy.d.ts.map +1 -1
- package/dist/issuance/erc1155/gated/deploy.js +3 -3
- package/dist/issuance/erc1155/gated/initialize.d.ts +1 -1
- package/dist/issuance/erc1155/gated/initialize.d.ts.map +1 -1
- package/dist/issuance/erc1155/gated/initialize.js +2 -2
- package/dist/issuance/erc1155/gated/parseDeployEvent.d.ts +2 -2
- package/dist/issuance/erc1155/gated/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc1155/gated/parseDeployEvent.js +5 -15
- package/dist/issuance/erc1155/getMintedTokenId.d.ts +2 -2
- package/dist/issuance/erc1155/getMintedTokenId.d.ts.map +1 -1
- package/dist/issuance/erc1155/getMintedTokenId.js +5 -15
- package/dist/issuance/erc1155/grantRole.d.ts +1 -1
- package/dist/issuance/erc1155/grantRole.d.ts.map +1 -1
- package/dist/issuance/erc1155/grantRole.js +2 -2
- package/dist/issuance/erc1155/index.d.ts +8 -8
- package/dist/issuance/erc1155/index.d.ts.map +1 -1
- package/dist/issuance/erc1155/index.js +1 -1
- package/dist/issuance/erc1155/mint.d.ts +2 -2
- package/dist/issuance/erc1155/mint.d.ts.map +1 -1
- package/dist/issuance/erc1155/mint.js +4 -4
- package/dist/issuance/erc1155/recover.d.ts +3 -3
- package/dist/issuance/erc1155/recover.d.ts.map +1 -1
- package/dist/issuance/erc1155/recover.js +5 -5
- package/dist/issuance/erc1155/renounceRole.d.ts +1 -1
- package/dist/issuance/erc1155/renounceRole.d.ts.map +1 -1
- package/dist/issuance/erc1155/renounceRole.js +2 -2
- package/dist/issuance/erc1155/revokeRole.d.ts +1 -1
- package/dist/issuance/erc1155/revokeRole.d.ts.map +1 -1
- package/dist/issuance/erc1155/revokeRole.js +2 -2
- package/dist/issuance/erc1155/setApprovalForAll.d.ts +1 -1
- package/dist/issuance/erc1155/setApprovalForAll.d.ts.map +1 -1
- package/dist/issuance/erc1155/setApprovalForAll.js +2 -2
- package/dist/issuance/erc1155/setBaseURI.d.ts +1 -1
- package/dist/issuance/erc1155/setBaseURI.d.ts.map +1 -1
- package/dist/issuance/erc1155/setBaseURI.js +2 -2
- package/dist/issuance/erc1155/setTokenURI.d.ts +2 -2
- package/dist/issuance/erc1155/setTokenURI.d.ts.map +1 -1
- package/dist/issuance/erc1155/setTokenURI.js +4 -4
- package/dist/issuance/erc20/approve.d.ts +2 -2
- package/dist/issuance/erc20/approve.d.ts.map +1 -1
- package/dist/issuance/erc20/approve.js +4 -4
- package/dist/issuance/erc20/burn.d.ts +2 -2
- package/dist/issuance/erc20/burn.d.ts.map +1 -1
- package/dist/issuance/erc20/burn.js +4 -4
- package/dist/issuance/erc20/default/deploy.d.ts +4 -4
- package/dist/issuance/erc20/default/deploy.d.ts.map +1 -1
- package/dist/issuance/erc20/default/deploy.js +5 -5
- package/dist/issuance/erc20/default/initialize.d.ts +2 -2
- package/dist/issuance/erc20/default/initialize.d.ts.map +1 -1
- package/dist/issuance/erc20/default/initialize.js +4 -4
- package/dist/issuance/erc20/default/parseDeployEvent.d.ts +2 -2
- package/dist/issuance/erc20/default/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc20/default/parseDeployEvent.js +5 -15
- package/dist/issuance/erc20/gated/deploy.d.ts +4 -4
- package/dist/issuance/erc20/gated/deploy.d.ts.map +1 -1
- package/dist/issuance/erc20/gated/deploy.js +5 -5
- package/dist/issuance/erc20/gated/initialize.d.ts +2 -2
- package/dist/issuance/erc20/gated/initialize.d.ts.map +1 -1
- package/dist/issuance/erc20/gated/initialize.js +4 -4
- package/dist/issuance/erc20/gated/parseDeployEvent.d.ts +2 -2
- package/dist/issuance/erc20/gated/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc20/gated/parseDeployEvent.js +5 -15
- package/dist/issuance/erc20/gatedSimple/deploy.d.ts.map +1 -1
- package/dist/issuance/erc20/gatedSimple/deploy.js +1 -1
- package/dist/issuance/erc20/gatedSimple/getInitData.d.ts +2 -2
- package/dist/issuance/erc20/gatedSimple/getInitData.d.ts.map +1 -1
- package/dist/issuance/erc20/gatedSimple/getInitData.js +4 -4
- package/dist/issuance/erc20/gatedSimple/parseDeployEvent.d.ts +2 -2
- package/dist/issuance/erc20/gatedSimple/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc20/gatedSimple/parseDeployEvent.js +5 -15
- package/dist/issuance/erc20/grantRole.d.ts +1 -1
- package/dist/issuance/erc20/grantRole.d.ts.map +1 -1
- package/dist/issuance/erc20/grantRole.js +2 -2
- package/dist/issuance/erc20/index.d.ts +8 -8
- package/dist/issuance/erc20/index.d.ts.map +1 -1
- package/dist/issuance/erc20/index.js +1 -1
- package/dist/issuance/erc20/mint.d.ts +2 -2
- package/dist/issuance/erc20/mint.d.ts.map +1 -1
- package/dist/issuance/erc20/mint.js +4 -4
- package/dist/issuance/erc20/recover.d.ts +2 -2
- package/dist/issuance/erc20/recover.d.ts.map +1 -1
- package/dist/issuance/erc20/recover.js +4 -4
- package/dist/issuance/erc20/renounceRole.d.ts +1 -1
- package/dist/issuance/erc20/renounceRole.d.ts.map +1 -1
- package/dist/issuance/erc20/renounceRole.js +2 -2
- package/dist/issuance/erc20/revokeRole.d.ts +1 -1
- package/dist/issuance/erc20/revokeRole.d.ts.map +1 -1
- package/dist/issuance/erc20/revokeRole.js +2 -2
- package/dist/issuance/erc20/transfer.d.ts +2 -2
- package/dist/issuance/erc20/transfer.d.ts.map +1 -1
- package/dist/issuance/erc20/transfer.js +4 -4
- package/dist/issuance/erc20/transferFrom.d.ts +2 -2
- package/dist/issuance/erc20/transferFrom.d.ts.map +1 -1
- package/dist/issuance/erc20/transferFrom.js +4 -4
- package/dist/issuance/erc721/approve.d.ts +2 -2
- package/dist/issuance/erc721/approve.d.ts.map +1 -1
- package/dist/issuance/erc721/approve.js +4 -4
- package/dist/issuance/erc721/burn.d.ts +2 -2
- package/dist/issuance/erc721/burn.d.ts.map +1 -1
- package/dist/issuance/erc721/burn.js +4 -4
- package/dist/issuance/erc721/default/deploy.d.ts +3 -3
- package/dist/issuance/erc721/default/deploy.d.ts.map +1 -1
- package/dist/issuance/erc721/default/deploy.js +3 -3
- package/dist/issuance/erc721/default/initialize.d.ts +1 -1
- package/dist/issuance/erc721/default/initialize.d.ts.map +1 -1
- package/dist/issuance/erc721/default/initialize.js +2 -2
- package/dist/issuance/erc721/default/parseDeployEvent.d.ts +2 -2
- package/dist/issuance/erc721/default/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc721/default/parseDeployEvent.js +5 -15
- package/dist/issuance/erc721/gated/deploy.d.ts +3 -3
- package/dist/issuance/erc721/gated/deploy.d.ts.map +1 -1
- package/dist/issuance/erc721/gated/deploy.js +3 -3
- package/dist/issuance/erc721/gated/initialize.d.ts +1 -1
- package/dist/issuance/erc721/gated/initialize.d.ts.map +1 -1
- package/dist/issuance/erc721/gated/initialize.js +2 -2
- package/dist/issuance/erc721/gated/parseDeployEvent.d.ts +2 -2
- package/dist/issuance/erc721/gated/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc721/gated/parseDeployEvent.js +5 -15
- package/dist/issuance/erc721/getMintedTokenId.d.ts +2 -2
- package/dist/issuance/erc721/getMintedTokenId.d.ts.map +1 -1
- package/dist/issuance/erc721/getMintedTokenId.js +5 -15
- package/dist/issuance/erc721/grantRole.d.ts +1 -1
- package/dist/issuance/erc721/grantRole.d.ts.map +1 -1
- package/dist/issuance/erc721/grantRole.js +2 -2
- package/dist/issuance/erc721/index.d.ts +8 -8
- package/dist/issuance/erc721/index.d.ts.map +1 -1
- package/dist/issuance/erc721/index.js +1 -1
- package/dist/issuance/erc721/mint.d.ts +1 -1
- package/dist/issuance/erc721/mint.d.ts.map +1 -1
- package/dist/issuance/erc721/mint.js +2 -2
- package/dist/issuance/erc721/recover.d.ts +2 -2
- package/dist/issuance/erc721/recover.d.ts.map +1 -1
- package/dist/issuance/erc721/recover.js +4 -4
- package/dist/issuance/erc721/renounceRole.d.ts +1 -1
- package/dist/issuance/erc721/renounceRole.d.ts.map +1 -1
- package/dist/issuance/erc721/renounceRole.js +2 -2
- package/dist/issuance/erc721/revokeRole.d.ts +1 -1
- package/dist/issuance/erc721/revokeRole.d.ts.map +1 -1
- package/dist/issuance/erc721/revokeRole.js +2 -2
- package/dist/issuance/erc721/setBaseURI.d.ts +1 -1
- package/dist/issuance/erc721/setBaseURI.d.ts.map +1 -1
- package/dist/issuance/erc721/setBaseURI.js +2 -2
- package/dist/issuance/erc721/setTokenURI.d.ts +2 -2
- package/dist/issuance/erc721/setTokenURI.d.ts.map +1 -1
- package/dist/issuance/erc721/setTokenURI.js +4 -4
- package/dist/issuance/erc721/transferFrom.d.ts +2 -2
- package/dist/issuance/erc721/transferFrom.d.ts.map +1 -1
- package/dist/issuance/erc721/transferFrom.js +4 -4
- package/dist/issuance/index.d.ts +24 -24
- package/dist/issuance/proxy/deploy.d.ts +1 -1
- package/dist/issuance/proxy/deploy.d.ts.map +1 -1
- package/dist/issuance/proxy/deploy.js +2 -2
- package/dist/issuance/proxy/index.d.ts.map +1 -1
- package/dist/issuance/proxy/index.js +1 -1
- package/dist/issuance/proxy/upgrade.d.ts +1 -1
- package/dist/issuance/proxy/upgrade.d.ts.map +1 -1
- package/dist/issuance/proxy/upgrade.js +2 -2
- package/dist/issuance/schemas.d.ts +43 -0
- package/dist/issuance/schemas.d.ts.map +1 -0
- package/dist/issuance/schemas.js +46 -0
- package/dist/next/app.d.ts +708 -0
- package/dist/next/{fractions/index.d.ts.map → app.d.ts.map} +1 -1
- package/dist/next/app.js +33 -0
- package/dist/next/apps.d.ts +18 -0
- package/dist/next/apps.d.ts.map +1 -0
- package/dist/next/apps.js +11 -0
- package/dist/next/client.d.ts +704 -0
- package/dist/next/client.d.ts.map +1 -0
- package/dist/next/client.js +13 -0
- package/dist/next/lending/buyback.d.ts +28 -0
- package/dist/next/lending/buyback.d.ts.map +1 -0
- package/dist/next/{fractions/lending/buyback/buyback.routes.js → lending/buyback.js} +8 -7
- package/dist/next/lending/createSale.d.ts +71 -0
- package/dist/next/lending/createSale.d.ts.map +1 -0
- package/dist/next/lending/createSale.js +31 -0
- package/dist/next/{fractions/lending/deployMarket/lending.routes.d.ts → lending/deployMarket.d.ts} +4 -4
- package/dist/next/lending/deployMarket.d.ts.map +1 -0
- package/dist/next/{fractions/lending/deployMarket/lending.routes.js → lending/deployMarket.js} +8 -5
- package/dist/next/{fractions/lending → lending}/index.d.ts +23 -18
- package/dist/next/{fractions/lending → lending}/index.d.ts.map +1 -1
- package/dist/next/lending/index.js +17 -0
- package/dist/next/lending/schemas.d.ts +2 -0
- package/dist/next/lending/schemas.d.ts.map +1 -0
- package/dist/next/lending/schemas.js +3 -0
- package/dist/next/{fractions/vestingRedemptionDynamic/approveCampaign.routes.d.ts → lending/setCollateralPrice.d.ts} +7 -4
- package/dist/next/lending/setCollateralPrice.d.ts.map +1 -0
- package/dist/next/{fractions/lending/setCollateralPrice/setCollateralPrice.routes.js → lending/setCollateralPrice.js} +10 -7
- package/dist/next/lending/tag.d.ts +4 -0
- package/dist/next/lending/tag.d.ts.map +1 -0
- package/dist/next/lending/tag.js +2 -0
- package/dist/next/{fractions/sales/createNftFractions.routes.d.ts → nftFractions/createNftFractions.d.ts} +3 -3
- package/dist/next/nftFractions/createNftFractions.d.ts.map +1 -0
- package/dist/next/{fractions/sales/createNftFractions.routes.js → nftFractions/createNftFractions.js} +8 -18
- package/dist/next/{fractions/platforms/default/deployNftFractionsMarket.routes.d.ts → nftFractions/deployNftFractionsMarket.d.ts} +4 -4
- package/dist/next/nftFractions/deployNftFractionsMarket.d.ts.map +1 -0
- package/dist/next/{fractions/platforms/default/deployNftFractionsMarket.routes.js → nftFractions/deployNftFractionsMarket.js} +5 -4
- package/dist/next/{fractions/platforms/gated/deployNftFractionsMarket.routes.d.ts → nftFractions/deployNftFractionsMarketGated.d.ts} +5 -5
- package/dist/next/nftFractions/deployNftFractionsMarketGated.d.ts.map +1 -0
- package/dist/next/{fractions/platforms/gated/deployNftFractionsMarket.routes.js → nftFractions/deployNftFractionsMarketGated.js} +5 -4
- package/dist/next/nftFractions/index.d.ts +182 -0
- package/dist/{fractions/platforms → next/nftFractions}/index.d.ts.map +1 -1
- package/dist/next/nftFractions/index.js +17 -0
- package/dist/next/nftFractions/parseNftFractionsCreatedEvent.d.ts +23 -0
- package/dist/next/nftFractions/parseNftFractionsCreatedEvent.d.ts.map +1 -0
- package/dist/next/{fractions/sales/parseFractionsCreatedEvent.js → nftFractions/parseNftFractionsCreatedEvent.js} +15 -18
- package/dist/next/nftFractions/schemas.d.ts +2 -0
- package/dist/next/nftFractions/schemas.d.ts.map +1 -0
- package/dist/next/nftFractions/schemas.js +1 -0
- package/dist/next/nftFractions/tag.d.ts +4 -0
- package/dist/next/nftFractions/tag.d.ts.map +1 -0
- package/dist/next/nftFractions/tag.js +2 -0
- package/dist/next/schemas.d.ts +4 -0
- package/dist/next/schemas.d.ts.map +1 -0
- package/dist/next/schemas.js +3 -0
- package/dist/next/{fractions/vestingRedemptionDynamic/setEpochPrice.routes.d.ts → vestingRedemptionDynamic/approveCampaign.d.ts} +6 -5
- package/dist/next/vestingRedemptionDynamic/approveCampaign.d.ts.map +1 -0
- package/dist/next/{fractions/vestingRedemptionDynamic/approveCampaign.routes.js → vestingRedemptionDynamic/approveCampaign.js} +10 -14
- package/dist/next/{fractions/vestingRedemptionDynamic/createCampaign.routes.d.ts → vestingRedemptionDynamic/createCampaign.d.ts} +3 -3
- package/dist/next/vestingRedemptionDynamic/createCampaign.d.ts.map +1 -0
- package/dist/next/{fractions/vestingRedemptionDynamic/createCampaign.routes.js → vestingRedemptionDynamic/createCampaign.js} +8 -25
- package/dist/next/{fractions/vestingRedemptionDynamic/deployMarket.routes.d.ts → vestingRedemptionDynamic/deployMarket.d.ts} +3 -3
- package/dist/next/vestingRedemptionDynamic/deployMarket.d.ts.map +1 -0
- package/dist/next/{fractions/vestingRedemptionDynamic/deployMarket.routes.js → vestingRedemptionDynamic/deployMarket.js} +9 -13
- package/dist/next/vestingRedemptionDynamic/epochPurchase.d.ts +28 -0
- package/dist/next/vestingRedemptionDynamic/epochPurchase.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/epochPurchase.js +34 -0
- package/dist/next/vestingRedemptionDynamic/exchangeNftForFractions.d.ts +28 -0
- package/dist/next/vestingRedemptionDynamic/exchangeNftForFractions.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/exchangeNftForFractions.js +34 -0
- package/dist/next/vestingRedemptionDynamic/getCurrentEpoch.d.ts +21 -0
- package/dist/next/vestingRedemptionDynamic/getCurrentEpoch.d.ts.map +1 -0
- package/dist/next/{fractions/vestingRedemptionDynamic/getCurrentEpoch.routes.js → vestingRedemptionDynamic/getCurrentEpoch.js} +16 -25
- package/dist/next/vestingRedemptionDynamic/getEpochPurchaseEvent.d.ts +24 -0
- package/dist/next/vestingRedemptionDynamic/getEpochPurchaseEvent.d.ts.map +1 -0
- package/dist/next/{fractions/vestingRedemptionDynamic/getEpochPurchaseEvent.routes.js → vestingRedemptionDynamic/getEpochPurchaseEvent.js} +23 -24
- package/dist/next/vestingRedemptionDynamic/getPurchasePriceForEpoch.d.ts +22 -0
- package/dist/next/vestingRedemptionDynamic/getPurchasePriceForEpoch.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/getPurchasePriceForEpoch.js +45 -0
- package/dist/next/vestingRedemptionDynamic/getWithdrawalRequestedEvent.d.ts +22 -0
- package/dist/next/vestingRedemptionDynamic/getWithdrawalRequestedEvent.d.ts.map +1 -0
- package/dist/next/{fractions/vestingRedemptionDynamic/getWithdrawalRequestedEvent.routes.js → vestingRedemptionDynamic/getWithdrawalRequestedEvent.js} +21 -22
- package/dist/next/{fractions/vestingRedemptionDynamic → vestingRedemptionDynamic}/index.d.ts +62 -46
- package/dist/next/{fractions/vestingRedemptionDynamic → vestingRedemptionDynamic}/index.d.ts.map +1 -1
- package/dist/next/{fractions/vestingRedemptionDynamic → vestingRedemptionDynamic}/index.js +16 -12
- package/dist/next/vestingRedemptionDynamic/requestWithdrawal.d.ts +28 -0
- package/dist/next/vestingRedemptionDynamic/requestWithdrawal.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/requestWithdrawal.js +33 -0
- package/dist/next/vestingRedemptionDynamic/schemas.d.ts +2 -0
- package/dist/next/vestingRedemptionDynamic/schemas.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/schemas.js +1 -0
- package/dist/next/{fractions/lending/buyback/buyback.routes.d.ts → vestingRedemptionDynamic/setEpochPrice.d.ts} +7 -6
- package/dist/next/vestingRedemptionDynamic/setEpochPrice.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/setEpochPrice.js +34 -0
- package/dist/next/vestingRedemptionDynamic/tag.d.ts +4 -0
- package/dist/next/vestingRedemptionDynamic/tag.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/tag.js +2 -0
- package/dist/next/{fractions/lending/setCollateralPrice/setCollateralPrice.routes.d.ts → vestingRedemptionDynamic/withdrawFunds.d.ts} +7 -5
- package/dist/next/vestingRedemptionDynamic/withdrawFunds.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/withdrawFunds.js +34 -0
- package/dist/schemas.d.ts +3 -0
- package/dist/schemas.d.ts.map +1 -0
- package/dist/schemas.js +2 -0
- package/dist/staking/index.d.ts +38 -38
- package/dist/staking/platforms/common/platform.d.ts +4 -4
- package/dist/staking/platforms/common/platform.d.ts.map +1 -1
- package/dist/staking/platforms/common/platform.js +3 -3
- package/dist/staking/platforms/getPlatform/index.d.ts +5 -5
- package/dist/staking/platforms/getPlatform/index.d.ts.map +1 -1
- package/dist/staking/platforms/getPlatform/index.js +1 -1
- package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts +7 -7
- package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts.map +1 -1
- package/dist/staking/platforms/getPlatform/v0/getPlatform.js +2 -2
- package/dist/staking/platforms/index.d.ts +9 -9
- package/dist/staking/platforms/index.d.ts.map +1 -1
- package/dist/staking/platforms/index.js +1 -1
- package/dist/staking/platforms/searchPlatforms/index.d.ts +4 -4
- package/dist/staking/platforms/searchPlatforms/index.d.ts.map +1 -1
- package/dist/staking/platforms/searchPlatforms/index.js +1 -1
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts +6 -6
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts.map +1 -1
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.js +2 -2
- package/dist/staking/pools/common/pool.d.ts +4 -4
- package/dist/staking/pools/common/pool.d.ts.map +1 -1
- package/dist/staking/pools/common/pool.js +6 -5
- package/dist/staking/pools/getPool/index.d.ts +6 -6
- package/dist/staking/pools/getPool/index.d.ts.map +1 -1
- package/dist/staking/pools/getPool/index.js +1 -1
- package/dist/staking/pools/getPool/v0/getPool.d.ts +8 -8
- package/dist/staking/pools/getPool/v0/getPool.d.ts.map +1 -1
- package/dist/staking/pools/getPool/v0/getPool.js +3 -3
- package/dist/staking/pools/index.d.ts +10 -10
- package/dist/staking/pools/index.d.ts.map +1 -1
- package/dist/staking/pools/index.js +1 -1
- package/dist/staking/pools/searchPools/index.d.ts +4 -4
- package/dist/staking/pools/searchPools/index.d.ts.map +1 -1
- package/dist/staking/pools/searchPools/index.js +1 -1
- package/dist/staking/pools/searchPools/v0/searchPools.d.ts +6 -6
- package/dist/staking/pools/searchPools/v0/searchPools.d.ts.map +1 -1
- package/dist/staking/pools/searchPools/v0/searchPools.js +2 -2
- package/dist/staking/roles/common/role.d.ts +1 -1
- package/dist/staking/roles/common/role.d.ts.map +1 -1
- package/dist/staking/roles/common/role.js +1 -1
- package/dist/staking/roles/common/roleAssignment.d.ts +5 -5
- package/dist/staking/roles/common/roleAssignment.d.ts.map +1 -1
- package/dist/staking/roles/common/roleAssignment.js +3 -3
- package/dist/staking/roles/common/roleEvent.d.ts +3 -3
- package/dist/staking/roles/common/roleEvent.d.ts.map +1 -1
- package/dist/staking/roles/common/roleEvent.js +2 -2
- package/dist/staking/roles/getRoles/index.d.ts.map +1 -1
- package/dist/staking/roles/getRoles/index.js +1 -1
- package/dist/staking/roles/getRoles/v0/getRoles.d.ts +1 -1
- package/dist/staking/roles/getRoles/v0/getRoles.d.ts.map +1 -1
- package/dist/staking/roles/getRoles/v0/getRoles.js +2 -2
- package/dist/staking/roles/grantRole/index.d.ts.map +1 -1
- package/dist/staking/roles/grantRole/index.js +1 -1
- package/dist/staking/roles/grantRole/v0/grantRole.d.ts +1 -1
- package/dist/staking/roles/grantRole/v0/grantRole.d.ts.map +1 -1
- package/dist/staking/roles/grantRole/v0/grantRole.js +1 -1
- package/dist/staking/roles/index.d.ts +8 -8
- package/dist/staking/roles/index.d.ts.map +1 -1
- package/dist/staking/roles/index.js +1 -1
- package/dist/staking/roles/searchRoleEvents/index.d.ts +3 -3
- package/dist/staking/roles/searchRoleEvents/index.d.ts.map +1 -1
- package/dist/staking/roles/searchRoleEvents/index.js +1 -1
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts +5 -4
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts.map +1 -1
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.js +2 -2
- package/dist/staking/roles/searchRoles/index.d.ts +5 -5
- package/dist/staking/roles/searchRoles/index.d.ts.map +1 -1
- package/dist/staking/roles/searchRoles/index.js +1 -1
- package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts +7 -7
- package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts.map +1 -1
- package/dist/staking/roles/searchRoles/v0/searchRoles.js +3 -3
- package/dist/staking/stakes/common/stake.d.ts +8 -8
- package/dist/staking/stakes/common/stake.d.ts.map +1 -1
- package/dist/staking/stakes/common/stake.js +5 -5
- package/dist/staking/stakes/common/stakeEvent.d.ts +5 -5
- package/dist/staking/stakes/common/stakeEvent.d.ts.map +1 -1
- package/dist/staking/stakes/common/stakeEvent.js +2 -2
- package/dist/staking/stakes/getStake/index.d.ts +4 -4
- package/dist/staking/stakes/getStake/index.d.ts.map +1 -1
- package/dist/staking/stakes/getStake/index.js +1 -1
- package/dist/staking/stakes/getStake/v0/getStake.d.ts +5 -5
- package/dist/staking/stakes/getStake/v0/getStake.d.ts.map +1 -1
- package/dist/staking/stakes/getStake/v0/getStake.js +3 -3
- package/dist/staking/stakes/index.d.ts +11 -11
- package/dist/staking/stakes/index.d.ts.map +1 -1
- package/dist/staking/stakes/index.js +1 -1
- package/dist/staking/stakes/searchStakeEvents/index.d.ts +5 -5
- package/dist/staking/stakes/searchStakeEvents/index.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakeEvents/index.js +1 -1
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts +7 -7
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.js +6 -5
- package/dist/staking/stakes/searchStakes/index.d.ts +2 -2
- package/dist/staking/stakes/searchStakes/index.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakes/index.js +1 -1
- package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts +3 -3
- package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakes/v0/searchStakes.js +2 -2
- package/dist/stakingTemplates/index.d.ts +27 -27
- package/dist/stakingTemplates/templates/common/amount.d.ts +4 -4
- package/dist/stakingTemplates/templates/common/amount.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/amount.js +5 -5
- package/dist/stakingTemplates/templates/common/amountMult.d.ts +2 -2
- package/dist/stakingTemplates/templates/common/amountMult.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/amountMult.js +3 -5
- package/dist/stakingTemplates/templates/common/erc20Input.d.ts +2 -2
- package/dist/stakingTemplates/templates/common/erc20Input.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/erc20Input.js +3 -3
- package/dist/stakingTemplates/templates/common/erc20Reward.d.ts +2 -2
- package/dist/stakingTemplates/templates/common/erc20Reward.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/erc20Reward.js +3 -3
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts +3 -3
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.js +2 -2
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts +3 -3
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.js +2 -2
- package/dist/stakingTemplates/templates/common/getReward.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getReward.js +3 -2
- package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts +2 -2
- package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getStakeEvent.js +1 -1
- package/dist/stakingTemplates/templates/common/lock.d.ts +3 -3
- package/dist/stakingTemplates/templates/common/lock.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/lock.js +6 -6
- package/dist/stakingTemplates/templates/common/lockMult.d.ts +2 -2
- package/dist/stakingTemplates/templates/common/lockMult.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/lockMult.js +3 -5
- package/dist/stakingTemplates/templates/common/partialUnstake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/partialUnstake.js +3 -3
- package/dist/stakingTemplates/templates/common/rewardDistribution.d.ts +3 -3
- package/dist/stakingTemplates/templates/common/rewardDistribution.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/rewardDistribution.js +4 -4
- package/dist/stakingTemplates/templates/common/templates.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/time.d.ts +1 -1
- package/dist/stakingTemplates/templates/common/time.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/time.js +1 -1
- package/dist/stakingTemplates/templates/common/unstake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/unstake.js +1 -1
- package/dist/stakingTemplates/templates/reputation/index.d.ts +9 -9
- package/dist/stakingTemplates/templates/reputation/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/index.js +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/createPlatform.d.ts +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/createPlatform.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/createPlatform.js +2 -2
- package/dist/stakingTemplates/templates/reputation/v0/createPool.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/createPool.js +8 -8
- package/dist/stakingTemplates/templates/reputation/v0/index.d.ts +9 -9
- package/dist/stakingTemplates/templates/reputation/v0/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/index.js +7 -7
- package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/restake.js +4 -4
- package/dist/stakingTemplates/templates/reputation/v0/stake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/stake.js +4 -4
- package/dist/stakingTemplates/templates/reputationLock/index.d.ts +9 -9
- package/dist/stakingTemplates/templates/reputationLock/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/index.js +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/createPlatform.d.ts +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/createPlatform.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/createPlatform.js +2 -2
- package/dist/stakingTemplates/templates/reputationLock/v0/createPool.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/createPool.js +10 -10
- package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts +9 -9
- package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/index.js +7 -7
- package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/restake.js +5 -5
- package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/stake.js +5 -5
- package/dist/stakingTemplates/templates/rwa/index.d.ts +9 -9
- package/dist/stakingTemplates/templates/rwa/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/index.js +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/createPlatform.d.ts +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/createPlatform.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/createPlatform.js +2 -2
- package/dist/stakingTemplates/templates/rwa/v0/createPool.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/createPool.js +7 -7
- package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.js +4 -4
- package/dist/stakingTemplates/templates/rwa/v0/index.d.ts +9 -9
- package/dist/stakingTemplates/templates/rwa/v0/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/index.js +7 -7
- package/dist/stakingTemplates/templates/rwa/v0/restake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/restake.js +4 -4
- package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/stake.js +4 -4
- package/package.json +32 -13
- package/dist/common/int256.d.ts +0 -3
- package/dist/common/int256.d.ts.map +0 -1
- package/dist/common/int256.js +0 -12
- package/dist/common/models/base/chainId.d.ts +0 -8
- package/dist/common/models/base/chainId.d.ts.map +0 -1
- package/dist/common/models/base/chainId.js +0 -11
- package/dist/common/models/base/date.d.ts +0 -6
- package/dist/common/models/base/date.d.ts.map +0 -1
- package/dist/common/models/base/date.js +0 -13
- package/dist/common/models/base/deployTransaction.d.ts +0 -8
- package/dist/common/models/base/deployTransaction.d.ts.map +0 -1
- package/dist/common/models/base/deployTransaction.js +0 -7
- package/dist/common/models/base/page.d.ts +0 -7
- package/dist/common/models/base/page.d.ts.map +0 -1
- package/dist/common/models/base/page.js +0 -5
- package/dist/common/models/base/transaction.d.ts +0 -13
- package/dist/common/models/base/transaction.d.ts.map +0 -1
- package/dist/common/models/base/transaction.js +0 -12
- package/dist/common/models/base/viem.d.ts +0 -6
- package/dist/common/models/base/viem.d.ts.map +0 -1
- package/dist/common/models/base/viem.js +0 -5
- package/dist/common/models/date.d.ts +0 -2
- package/dist/common/models/date.d.ts.map +0 -1
- package/dist/common/models/date.js +0 -4
- package/dist/common/models/percent.d.ts +0 -3
- package/dist/common/models/percent.d.ts.map +0 -1
- package/dist/common/models/percent.js +0 -6
- package/dist/common/models/saleId.d.ts +0 -6
- package/dist/common/models/saleId.d.ts.map +0 -1
- package/dist/common/models/saleId.js +0 -7
- package/dist/common/models/viem.d.ts +0 -6
- package/dist/common/models/viem.d.ts.map +0 -1
- package/dist/common/models/viem.js +0 -22
- package/dist/fractions/markets/common/platform.d.ts.map +0 -1
- package/dist/fractions/markets/deployMarket.routes.d.ts.map +0 -1
- package/dist/fractions/markets/deployMarket.schema.d.ts +0 -33
- package/dist/fractions/markets/deployMarket.schema.d.ts.map +0 -1
- package/dist/fractions/markets/deployMarket.schema.js +0 -28
- package/dist/fractions/markets/getMarket/getMarket.d.ts.map +0 -1
- package/dist/fractions/markets/getMarket/index.d.ts +0 -50
- package/dist/fractions/markets/getMarket/index.d.ts.map +0 -1
- package/dist/fractions/markets/getMarket/index.js +0 -5
- package/dist/fractions/markets/initCompilot.routes.d.ts +0 -36
- package/dist/fractions/markets/initCompilot.routes.d.ts.map +0 -1
- package/dist/fractions/markets/searchMarkets/index.d.ts +0 -42
- package/dist/fractions/markets/searchMarkets/index.d.ts.map +0 -1
- package/dist/fractions/markets/searchMarkets/index.js +0 -5
- package/dist/fractions/markets/searchMarkets/searchMarkets.d.ts.map +0 -1
- package/dist/fractions/platforms/index.d.ts +0 -174
- package/dist/fractions/platforms/index.js +0 -13
- package/dist/fractions/roles/grantRole.route.d.ts.map +0 -1
- package/dist/fractions/roles/grantRole.schema.d.ts +0 -16
- package/dist/fractions/roles/grantRole.schema.d.ts.map +0 -1
- package/dist/fractions/roles/grantRole.schema.js +0 -14
- package/dist/fractions/sales/createFractions.schema.d.ts +0 -123
- package/dist/fractions/sales/createFractions.schema.d.ts.map +0 -1
- package/dist/fractions/sales/createFractions.schema.js +0 -80
- package/dist/next/fractions/index.d.ts +0 -671
- package/dist/next/fractions/index.js +0 -15
- package/dist/next/fractions/lending/buyback/buyback.routes.d.ts.map +0 -1
- package/dist/next/fractions/lending/buyback/buyback.schema.d.ts +0 -8
- package/dist/next/fractions/lending/buyback/buyback.schema.d.ts.map +0 -1
- package/dist/next/fractions/lending/buyback/buyback.schema.js +0 -13
- package/dist/next/fractions/lending/createLendingSale.d.ts +0 -130
- package/dist/next/fractions/lending/createLendingSale.d.ts.map +0 -1
- package/dist/next/fractions/lending/createLendingSale.js +0 -82
- package/dist/next/fractions/lending/deployMarket/lending.routes.d.ts.map +0 -1
- package/dist/next/fractions/lending/index.js +0 -15
- package/dist/next/fractions/lending/schemas.d.ts +0 -25
- package/dist/next/fractions/lending/schemas.d.ts.map +0 -1
- package/dist/next/fractions/lending/schemas.js +0 -21
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.routes.d.ts.map +0 -1
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.schema.d.ts +0 -7
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.schema.d.ts.map +0 -1
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.schema.js +0 -11
- package/dist/next/fractions/platforms/default/deployNftFractionsMarket.routes.d.ts.map +0 -1
- package/dist/next/fractions/platforms/default/deployNftFractionsMarket.schema.d.ts +0 -25
- package/dist/next/fractions/platforms/default/deployNftFractionsMarket.schema.d.ts.map +0 -1
- package/dist/next/fractions/platforms/default/deployNftFractionsMarket.schema.js +0 -23
- package/dist/next/fractions/platforms/gated/deployNftFractionsMarket.routes.d.ts.map +0 -1
- package/dist/next/fractions/platforms/gated/deployNftFractionsMarket.schema.d.ts +0 -26
- package/dist/next/fractions/platforms/gated/deployNftFractionsMarket.schema.d.ts.map +0 -1
- package/dist/next/fractions/platforms/gated/deployNftFractionsMarket.schema.js +0 -24
- package/dist/next/fractions/platforms/index.d.ts +0 -69
- package/dist/next/fractions/platforms/index.d.ts.map +0 -1
- package/dist/next/fractions/platforms/index.js +0 -9
- package/dist/next/fractions/sales/createNftFractions.routes.d.ts.map +0 -1
- package/dist/next/fractions/sales/createNftFractions.schema.d.ts +0 -88
- package/dist/next/fractions/sales/createNftFractions.schema.d.ts.map +0 -1
- package/dist/next/fractions/sales/createNftFractions.schema.js +0 -61
- package/dist/next/fractions/sales/index.d.ts +0 -112
- package/dist/next/fractions/sales/index.d.ts.map +0 -1
- package/dist/next/fractions/sales/index.js +0 -11
- package/dist/next/fractions/sales/parseFractionsCreatedEvent.d.ts +0 -23
- package/dist/next/fractions/sales/parseFractionsCreatedEvent.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/approveCampaign.routes.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/createCampaign.routes.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/createCampaign.schema.d.ts +0 -43
- package/dist/next/fractions/vestingRedemptionDynamic/createCampaign.schema.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/createCampaign.schema.js +0 -48
- package/dist/next/fractions/vestingRedemptionDynamic/deployMarket.routes.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/deployMarket.schema.d.ts +0 -23
- package/dist/next/fractions/vestingRedemptionDynamic/deployMarket.schema.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/deployMarket.schema.js +0 -29
- package/dist/next/fractions/vestingRedemptionDynamic/epochPurchase.routes.d.ts +0 -51
- package/dist/next/fractions/vestingRedemptionDynamic/epochPurchase.routes.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/epochPurchase.routes.js +0 -74
- package/dist/next/fractions/vestingRedemptionDynamic/epochWithdrawal.routes.d.ts +0 -51
- package/dist/next/fractions/vestingRedemptionDynamic/epochWithdrawal.routes.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/epochWithdrawal.routes.js +0 -75
- package/dist/next/fractions/vestingRedemptionDynamic/getCurrentEpoch.routes.d.ts +0 -19
- package/dist/next/fractions/vestingRedemptionDynamic/getCurrentEpoch.routes.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/getEpochPurchaseEvent.routes.d.ts +0 -23
- package/dist/next/fractions/vestingRedemptionDynamic/getEpochPurchaseEvent.routes.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/getPurchasePriceForEpoch.routes.d.ts +0 -20
- package/dist/next/fractions/vestingRedemptionDynamic/getPurchasePriceForEpoch.routes.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/getPurchasePriceForEpoch.routes.js +0 -59
- package/dist/next/fractions/vestingRedemptionDynamic/getWithdrawalRequestedEvent.routes.d.ts +0 -21
- package/dist/next/fractions/vestingRedemptionDynamic/getWithdrawalRequestedEvent.routes.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/setEpochPrice.routes.d.ts.map +0 -1
- package/dist/next/fractions/vestingRedemptionDynamic/setEpochPrice.routes.js +0 -41
|
@@ -1,15 +1,15 @@
|
|
|
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<
|
|
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<{
|
|
2
2
|
"/": {
|
|
3
3
|
$get: {
|
|
4
4
|
input: {
|
|
5
5
|
query: {
|
|
6
|
-
chainId:
|
|
7
|
-
address: string
|
|
6
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
7
|
+
address: string;
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
10
|
output: {
|
|
11
11
|
error: string;
|
|
12
|
-
chainId: 1 |
|
|
12
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
13
13
|
market: `0x${string}`;
|
|
14
14
|
};
|
|
15
15
|
outputFormat: "json";
|
|
@@ -17,19 +17,19 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
17
17
|
} | {
|
|
18
18
|
input: {
|
|
19
19
|
query: {
|
|
20
|
-
chainId:
|
|
21
|
-
address: string
|
|
20
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
21
|
+
address: string;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
24
|
output: {
|
|
25
|
-
chainId:
|
|
25
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
26
26
|
transactionHash: string;
|
|
27
27
|
template: "unknown" | "default" | "compilot" | "continuous-withdrawal" | "continuous-withdrawal-nid" | "lending";
|
|
28
28
|
contractAddress: string;
|
|
29
29
|
adminAddress: string;
|
|
30
30
|
wrapperAddress: string | null;
|
|
31
31
|
burnAsset: {
|
|
32
|
-
chainId:
|
|
32
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
33
33
|
address: string;
|
|
34
34
|
type: string;
|
|
35
35
|
symbol: string;
|
|
@@ -46,7 +46,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
46
46
|
status: 200;
|
|
47
47
|
};
|
|
48
48
|
};
|
|
49
|
-
}, "/
|
|
49
|
+
}, "/get"> | import("hono/types").MergeSchemaPath<{
|
|
50
50
|
"/": {
|
|
51
51
|
$post: {
|
|
52
52
|
input: {
|
|
@@ -56,20 +56,20 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
56
56
|
limit: number;
|
|
57
57
|
};
|
|
58
58
|
filter: {
|
|
59
|
-
chainId?:
|
|
59
|
+
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
60
60
|
owner?: string | undefined;
|
|
61
61
|
};
|
|
62
62
|
};
|
|
63
63
|
};
|
|
64
64
|
output: {
|
|
65
|
-
chainId:
|
|
65
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
66
66
|
transactionHash: string;
|
|
67
67
|
template: "unknown" | "default" | "compilot" | "continuous-withdrawal" | "continuous-withdrawal-nid" | "lending";
|
|
68
68
|
contractAddress: string;
|
|
69
69
|
adminAddress: string;
|
|
70
70
|
wrapperAddress: string | null;
|
|
71
71
|
burnAsset: {
|
|
72
|
-
chainId:
|
|
72
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
73
73
|
address: string;
|
|
74
74
|
type: string;
|
|
75
75
|
symbol: string;
|
|
@@ -86,13 +86,13 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
86
86
|
status: 200;
|
|
87
87
|
};
|
|
88
88
|
};
|
|
89
|
-
}, "/
|
|
89
|
+
}, "/search"> | import("hono/types").MergeSchemaPath<{
|
|
90
90
|
"/": {
|
|
91
91
|
$get: {
|
|
92
92
|
input: {
|
|
93
93
|
query: {
|
|
94
|
-
chainId:
|
|
95
|
-
hash: string
|
|
94
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
95
|
+
hash: string;
|
|
96
96
|
};
|
|
97
97
|
};
|
|
98
98
|
output: {
|
|
@@ -104,12 +104,12 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
104
104
|
status: 200;
|
|
105
105
|
};
|
|
106
106
|
};
|
|
107
|
-
}, "/deployEvent"
|
|
107
|
+
}, "/deployEvent"> | import("hono/types").MergeSchemaPath<{
|
|
108
108
|
"/": {
|
|
109
109
|
$post: {
|
|
110
110
|
input: {
|
|
111
111
|
json: {
|
|
112
|
-
chainId:
|
|
112
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
113
113
|
adminAddress: string;
|
|
114
114
|
ownerAddress?: string | undefined;
|
|
115
115
|
discount?: {
|
|
@@ -121,7 +121,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
121
121
|
maxHardCap: string;
|
|
122
122
|
} | undefined;
|
|
123
123
|
fee?: {
|
|
124
|
-
percent:
|
|
124
|
+
percent: string;
|
|
125
125
|
collectorAddress: string;
|
|
126
126
|
feeAdmin: string;
|
|
127
127
|
} | undefined;
|
|
@@ -146,7 +146,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
146
146
|
$post: {
|
|
147
147
|
input: {
|
|
148
148
|
json: {
|
|
149
|
-
chainId:
|
|
149
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
150
150
|
adminAddress: string;
|
|
151
151
|
ownerAddress?: string | undefined;
|
|
152
152
|
discount?: {
|
|
@@ -158,7 +158,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
158
158
|
maxHardCap: string;
|
|
159
159
|
} | undefined;
|
|
160
160
|
fee?: {
|
|
161
|
-
percent:
|
|
161
|
+
percent: string;
|
|
162
162
|
collectorAddress: string;
|
|
163
163
|
feeAdmin: string;
|
|
164
164
|
} | undefined;
|
|
@@ -183,7 +183,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
183
183
|
$post: {
|
|
184
184
|
input: {
|
|
185
185
|
json: {
|
|
186
|
-
chainId:
|
|
186
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
187
187
|
adminAddress: string;
|
|
188
188
|
ownerAddress?: string | undefined;
|
|
189
189
|
discount?: {
|
|
@@ -195,7 +195,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
195
195
|
maxHardCap: string;
|
|
196
196
|
} | undefined;
|
|
197
197
|
fee?: {
|
|
198
|
-
percent:
|
|
198
|
+
percent: string;
|
|
199
199
|
collectorAddress: string;
|
|
200
200
|
feeAdmin: string;
|
|
201
201
|
} | undefined;
|
|
@@ -220,7 +220,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
220
220
|
$post: {
|
|
221
221
|
input: {
|
|
222
222
|
json: {
|
|
223
|
-
chainId:
|
|
223
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
224
224
|
adminAddress: string;
|
|
225
225
|
ownerAddress?: string | undefined;
|
|
226
226
|
discount?: {
|
|
@@ -232,7 +232,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
232
232
|
maxHardCap: string;
|
|
233
233
|
} | undefined;
|
|
234
234
|
fee?: {
|
|
235
|
-
percent:
|
|
235
|
+
percent: string;
|
|
236
236
|
collectorAddress: string;
|
|
237
237
|
feeAdmin: string;
|
|
238
238
|
} | undefined;
|
|
@@ -258,7 +258,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
258
258
|
input: {
|
|
259
259
|
query: {
|
|
260
260
|
market: string;
|
|
261
|
-
|
|
261
|
+
compilotSigner?: string | undefined;
|
|
262
262
|
};
|
|
263
263
|
};
|
|
264
264
|
output: {
|
|
@@ -275,7 +275,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
275
275
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
276
276
|
};
|
|
277
277
|
};
|
|
278
|
-
}, "/initCompilot">, "/
|
|
278
|
+
}, "/initCompilot">, "/markets"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
279
279
|
"/": {
|
|
280
280
|
$get: {
|
|
281
281
|
input: {};
|
|
@@ -301,7 +301,6 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
301
301
|
$post: {
|
|
302
302
|
input: {
|
|
303
303
|
json: {
|
|
304
|
-
chainId: unknown;
|
|
305
304
|
marketAddress: string;
|
|
306
305
|
users: string[];
|
|
307
306
|
role: import("@evergonlabs/tmi-protocol-fractions-sdk").RoleTypeEnum;
|
|
@@ -326,13 +325,12 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
326
325
|
$post: {
|
|
327
326
|
input: {
|
|
328
327
|
json: {
|
|
329
|
-
chainId:
|
|
328
|
+
chainId: number;
|
|
330
329
|
market: string;
|
|
331
330
|
fractions: {
|
|
332
331
|
symbol: string;
|
|
333
332
|
name: string;
|
|
334
333
|
amount: string;
|
|
335
|
-
token?: string | undefined;
|
|
336
334
|
};
|
|
337
335
|
timeBoundary: {
|
|
338
336
|
start: string;
|
|
@@ -367,7 +365,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
367
365
|
discounts?: {
|
|
368
366
|
burnableTokenAddress: string;
|
|
369
367
|
amountToBurn: string;
|
|
370
|
-
percentDiscount:
|
|
368
|
+
percentDiscount: string;
|
|
371
369
|
} | undefined;
|
|
372
370
|
vesting?: {
|
|
373
371
|
cliff: string;
|
|
@@ -395,8 +393,8 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
395
393
|
$get: {
|
|
396
394
|
input: {
|
|
397
395
|
query: {
|
|
398
|
-
chainId:
|
|
399
|
-
hash: string
|
|
396
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
397
|
+
hash: string;
|
|
400
398
|
};
|
|
401
399
|
};
|
|
402
400
|
output: {
|
|
@@ -416,8 +414,10 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
416
414
|
$post: {
|
|
417
415
|
input: {
|
|
418
416
|
json: {
|
|
419
|
-
|
|
420
|
-
|
|
417
|
+
campaign: {
|
|
418
|
+
market: string;
|
|
419
|
+
campaignId: string;
|
|
420
|
+
};
|
|
421
421
|
};
|
|
422
422
|
};
|
|
423
423
|
output: {
|
|
@@ -439,7 +439,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
439
439
|
$post: {
|
|
440
440
|
input: {
|
|
441
441
|
json: {
|
|
442
|
-
|
|
442
|
+
market: string;
|
|
443
443
|
saleId: string;
|
|
444
444
|
};
|
|
445
445
|
};
|
|
@@ -458,7 +458,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
458
458
|
} | {
|
|
459
459
|
input: {
|
|
460
460
|
json: {
|
|
461
|
-
|
|
461
|
+
market: string;
|
|
462
462
|
saleId: string;
|
|
463
463
|
};
|
|
464
464
|
};
|
|
@@ -470,7 +470,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
470
470
|
} | {
|
|
471
471
|
input: {
|
|
472
472
|
json: {
|
|
473
|
-
|
|
473
|
+
market: string;
|
|
474
474
|
saleId: string;
|
|
475
475
|
};
|
|
476
476
|
};
|
|
@@ -486,8 +486,10 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
486
486
|
$post: {
|
|
487
487
|
input: {
|
|
488
488
|
json: {
|
|
489
|
-
|
|
490
|
-
|
|
489
|
+
campaign: {
|
|
490
|
+
market: string;
|
|
491
|
+
campaignId: string;
|
|
492
|
+
};
|
|
491
493
|
lostAccount: string;
|
|
492
494
|
recoveryAddress: string;
|
|
493
495
|
amountOfFractions: string;
|
|
@@ -509,8 +511,10 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
509
511
|
} | {
|
|
510
512
|
input: {
|
|
511
513
|
json: {
|
|
512
|
-
|
|
513
|
-
|
|
514
|
+
campaign: {
|
|
515
|
+
market: string;
|
|
516
|
+
campaignId: string;
|
|
517
|
+
};
|
|
514
518
|
lostAccount: string;
|
|
515
519
|
recoveryAddress: string;
|
|
516
520
|
amountOfFractions: string;
|
|
@@ -525,8 +529,10 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
525
529
|
} | {
|
|
526
530
|
input: {
|
|
527
531
|
json: {
|
|
528
|
-
|
|
529
|
-
|
|
532
|
+
campaign: {
|
|
533
|
+
market: string;
|
|
534
|
+
campaignId: string;
|
|
535
|
+
};
|
|
530
536
|
lostAccount: string;
|
|
531
537
|
recoveryAddress: string;
|
|
532
538
|
amountOfFractions: string;
|
|
@@ -545,8 +551,10 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
545
551
|
$post: {
|
|
546
552
|
input: {
|
|
547
553
|
json: {
|
|
548
|
-
|
|
549
|
-
|
|
554
|
+
campaign: {
|
|
555
|
+
market: string;
|
|
556
|
+
campaignId: string;
|
|
557
|
+
};
|
|
550
558
|
};
|
|
551
559
|
};
|
|
552
560
|
output: {
|
|
@@ -568,8 +576,10 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
568
576
|
$post: {
|
|
569
577
|
input: {
|
|
570
578
|
json: {
|
|
571
|
-
|
|
572
|
-
|
|
579
|
+
campaign: {
|
|
580
|
+
market: string;
|
|
581
|
+
campaignId: string;
|
|
582
|
+
};
|
|
573
583
|
};
|
|
574
584
|
};
|
|
575
585
|
output: {
|
|
@@ -591,11 +601,14 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
591
601
|
$post: {
|
|
592
602
|
input: {
|
|
593
603
|
json: {
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
604
|
+
campaign: {
|
|
605
|
+
market: string;
|
|
606
|
+
campaignId: string;
|
|
607
|
+
};
|
|
608
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
597
609
|
amountToBuy: string;
|
|
598
|
-
|
|
610
|
+
tokenId?: string | undefined;
|
|
611
|
+
burnForDiscount?: string | undefined;
|
|
599
612
|
};
|
|
600
613
|
};
|
|
601
614
|
output: {
|
|
@@ -620,11 +633,11 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
620
633
|
platform: string;
|
|
621
634
|
campaignId: string;
|
|
622
635
|
walletAddress: string;
|
|
623
|
-
chainId?:
|
|
636
|
+
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
624
637
|
};
|
|
625
638
|
};
|
|
626
639
|
output: {
|
|
627
|
-
chainId: 1 |
|
|
640
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
628
641
|
platform: `0x${string}`;
|
|
629
642
|
campaignId: string;
|
|
630
643
|
statistics: {
|
|
@@ -647,7 +660,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
647
660
|
limit: number;
|
|
648
661
|
};
|
|
649
662
|
filter: {
|
|
650
|
-
chainId?:
|
|
663
|
+
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
651
664
|
platform?: string | undefined;
|
|
652
665
|
campaignId?: string | undefined;
|
|
653
666
|
};
|
|
@@ -696,8 +709,10 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
696
709
|
$post: {
|
|
697
710
|
input: {
|
|
698
711
|
json: {
|
|
699
|
-
|
|
700
|
-
|
|
712
|
+
campaign: {
|
|
713
|
+
market: string;
|
|
714
|
+
campaignId: string;
|
|
715
|
+
};
|
|
701
716
|
};
|
|
702
717
|
};
|
|
703
718
|
output: {
|
|
@@ -719,11 +734,11 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
719
734
|
$post: {
|
|
720
735
|
input: {
|
|
721
736
|
json: {
|
|
737
|
+
campaign: {
|
|
738
|
+
market: string;
|
|
739
|
+
campaignId: string;
|
|
740
|
+
};
|
|
722
741
|
amountOfFractions: string;
|
|
723
|
-
isDiscounted: boolean;
|
|
724
|
-
market: string;
|
|
725
|
-
campaignId: string;
|
|
726
|
-
upperGenesisId?: string | undefined;
|
|
727
742
|
};
|
|
728
743
|
};
|
|
729
744
|
output: {
|
|
@@ -745,8 +760,37 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
745
760
|
$post: {
|
|
746
761
|
input: {
|
|
747
762
|
json: {
|
|
748
|
-
|
|
749
|
-
|
|
763
|
+
campaign: {
|
|
764
|
+
market: string;
|
|
765
|
+
campaignId: string;
|
|
766
|
+
};
|
|
767
|
+
upperGenesisId: string;
|
|
768
|
+
amountOfFractions: string;
|
|
769
|
+
};
|
|
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[];
|
|
779
|
+
};
|
|
780
|
+
};
|
|
781
|
+
outputFormat: "json";
|
|
782
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
783
|
+
};
|
|
784
|
+
};
|
|
785
|
+
}, "/receiveFundsAfterNonFundedDiscount"> | import("hono/types").MergeSchemaPath<{
|
|
786
|
+
"/": {
|
|
787
|
+
$post: {
|
|
788
|
+
input: {
|
|
789
|
+
json: {
|
|
790
|
+
campaign: {
|
|
791
|
+
market: string;
|
|
792
|
+
campaignId: string;
|
|
793
|
+
};
|
|
750
794
|
};
|
|
751
795
|
};
|
|
752
796
|
output: {
|
|
@@ -768,8 +812,10 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
768
812
|
$post: {
|
|
769
813
|
input: {
|
|
770
814
|
json: {
|
|
771
|
-
|
|
772
|
-
|
|
815
|
+
campaign: {
|
|
816
|
+
market: string;
|
|
817
|
+
campaignId: string;
|
|
818
|
+
};
|
|
773
819
|
};
|
|
774
820
|
};
|
|
775
821
|
output: {
|
|
@@ -791,7 +837,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
791
837
|
$post: {
|
|
792
838
|
input: {
|
|
793
839
|
json: {
|
|
794
|
-
|
|
840
|
+
market: string;
|
|
795
841
|
saleId: string;
|
|
796
842
|
newCliffDate: string;
|
|
797
843
|
};
|
|
@@ -811,7 +857,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
811
857
|
} | {
|
|
812
858
|
input: {
|
|
813
859
|
json: {
|
|
814
|
-
|
|
860
|
+
market: string;
|
|
815
861
|
saleId: string;
|
|
816
862
|
newCliffDate: string;
|
|
817
863
|
};
|
|
@@ -824,7 +870,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
824
870
|
} | {
|
|
825
871
|
input: {
|
|
826
872
|
json: {
|
|
827
|
-
|
|
873
|
+
market: string;
|
|
828
874
|
saleId: string;
|
|
829
875
|
newCliffDate: string;
|
|
830
876
|
};
|
|
@@ -894,16 +940,16 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
894
940
|
$post: {
|
|
895
941
|
input: {
|
|
896
942
|
json: {
|
|
897
|
-
chainId:
|
|
943
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
898
944
|
platform: string;
|
|
899
945
|
campaignId: string;
|
|
900
946
|
walletAddress: string;
|
|
901
947
|
};
|
|
902
948
|
};
|
|
903
949
|
output: {
|
|
904
|
-
chainId: 1 |
|
|
950
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
905
951
|
platform: `0x${string}`;
|
|
906
|
-
campaignId:
|
|
952
|
+
campaignId: string & import("zod").$brand<"Int256">;
|
|
907
953
|
totalClaims: number;
|
|
908
954
|
lastClaimId: null;
|
|
909
955
|
totalClaimed: {
|
|
@@ -920,8 +966,8 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
920
966
|
$get: {
|
|
921
967
|
input: {
|
|
922
968
|
query: {
|
|
923
|
-
chainId:
|
|
924
|
-
hash: string
|
|
969
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
970
|
+
hash: string;
|
|
925
971
|
};
|
|
926
972
|
};
|
|
927
973
|
output: {
|
|
@@ -945,7 +991,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
945
991
|
limit: number;
|
|
946
992
|
};
|
|
947
993
|
filter: {
|
|
948
|
-
chainId?:
|
|
994
|
+
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
949
995
|
owner?: string | undefined;
|
|
950
996
|
platform?: string | undefined;
|
|
951
997
|
campaignId?: string | undefined;
|
|
@@ -953,15 +999,15 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
953
999
|
};
|
|
954
1000
|
};
|
|
955
1001
|
output: {
|
|
956
|
-
chainId:
|
|
1002
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
957
1003
|
platform: string;
|
|
958
1004
|
campaignId: string;
|
|
959
1005
|
nftId: string;
|
|
960
|
-
status: "
|
|
1006
|
+
status: "created" | "approved" | "rejected" | "finalized" | "refunded";
|
|
961
1007
|
owner: string;
|
|
962
1008
|
fractions: {
|
|
963
1009
|
asset: {
|
|
964
|
-
chainId:
|
|
1010
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
965
1011
|
address: string;
|
|
966
1012
|
type: string;
|
|
967
1013
|
symbol: string;
|
|
@@ -990,7 +1036,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
990
1036
|
} | null;
|
|
991
1037
|
wrappedAssets: {
|
|
992
1038
|
asset: {
|
|
993
|
-
chainId:
|
|
1039
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
994
1040
|
address: string;
|
|
995
1041
|
type: string;
|
|
996
1042
|
symbol: string;
|
|
@@ -1003,7 +1049,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
1003
1049
|
}[];
|
|
1004
1050
|
fundingAssets: {
|
|
1005
1051
|
asset: {
|
|
1006
|
-
chainId:
|
|
1052
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1007
1053
|
address: string;
|
|
1008
1054
|
type: string;
|
|
1009
1055
|
symbol: string;
|
|
@@ -1032,7 +1078,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
1032
1078
|
limit: number;
|
|
1033
1079
|
};
|
|
1034
1080
|
filter: {
|
|
1035
|
-
chainId?:
|
|
1081
|
+
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
1036
1082
|
platform?: string | undefined;
|
|
1037
1083
|
campaignId?: string | undefined;
|
|
1038
1084
|
operationType?: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum | undefined;
|
|
@@ -1040,13 +1086,13 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
1040
1086
|
};
|
|
1041
1087
|
};
|
|
1042
1088
|
output: {
|
|
1043
|
-
chainId: 1 |
|
|
1089
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1044
1090
|
platform: `0x${string}`;
|
|
1045
1091
|
campaignId: string & import("zod").$brand<"Int256">;
|
|
1046
1092
|
transactionHash: `0x${string}`;
|
|
1047
1093
|
from: `0x${string}`;
|
|
1048
|
-
createdAt: string & import("zod").$brand<"
|
|
1049
|
-
updatedAt: string & import("zod").$brand<"
|
|
1094
|
+
createdAt: string & import("zod").$brand<"IsoDateString">;
|
|
1095
|
+
updatedAt: string & import("zod").$brand<"IsoDateString">;
|
|
1050
1096
|
metadata: {
|
|
1051
1097
|
type: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum.CREATED;
|
|
1052
1098
|
} | {
|
|
@@ -1094,13 +1140,13 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
1094
1140
|
$post: {
|
|
1095
1141
|
input: {
|
|
1096
1142
|
json: {
|
|
1097
|
-
chainId:
|
|
1143
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1098
1144
|
platform: string;
|
|
1099
1145
|
campaignId: string;
|
|
1100
1146
|
};
|
|
1101
1147
|
};
|
|
1102
1148
|
output: {
|
|
1103
|
-
chainId: 1 |
|
|
1149
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1104
1150
|
platform: `0x${string}`;
|
|
1105
1151
|
campaignId: string;
|
|
1106
1152
|
statistics: {
|
|
@@ -1118,8 +1164,10 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
1118
1164
|
$post: {
|
|
1119
1165
|
input: {
|
|
1120
1166
|
json: {
|
|
1121
|
-
|
|
1122
|
-
|
|
1167
|
+
campaign: {
|
|
1168
|
+
market: string;
|
|
1169
|
+
campaignId: string;
|
|
1170
|
+
};
|
|
1123
1171
|
packetsLimit: string;
|
|
1124
1172
|
};
|
|
1125
1173
|
};
|
|
@@ -1142,8 +1190,8 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
1142
1190
|
$get: {
|
|
1143
1191
|
input: {
|
|
1144
1192
|
query: {
|
|
1145
|
-
chainId:
|
|
1146
|
-
hash: string
|
|
1193
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1194
|
+
hash: string;
|
|
1147
1195
|
};
|
|
1148
1196
|
};
|
|
1149
1197
|
output: {
|
|
@@ -1160,14 +1208,14 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
1160
1208
|
$get: {
|
|
1161
1209
|
input: {
|
|
1162
1210
|
query: {
|
|
1163
|
-
chainId:
|
|
1164
|
-
platform: string
|
|
1165
|
-
campaign: string
|
|
1211
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1212
|
+
platform: string;
|
|
1213
|
+
campaign: string;
|
|
1166
1214
|
};
|
|
1167
1215
|
};
|
|
1168
1216
|
output: {
|
|
1169
1217
|
error: string;
|
|
1170
|
-
chainId: 1 |
|
|
1218
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1171
1219
|
market: `0x${string}`;
|
|
1172
1220
|
};
|
|
1173
1221
|
outputFormat: "json";
|
|
@@ -1175,9 +1223,9 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
1175
1223
|
} | {
|
|
1176
1224
|
input: {
|
|
1177
1225
|
query: {
|
|
1178
|
-
chainId:
|
|
1179
|
-
platform: string
|
|
1180
|
-
campaign: string
|
|
1226
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1227
|
+
platform: string;
|
|
1228
|
+
campaign: string;
|
|
1181
1229
|
};
|
|
1182
1230
|
};
|
|
1183
1231
|
output: {
|
|
@@ -1192,8 +1240,8 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
1192
1240
|
$post: {
|
|
1193
1241
|
input: {
|
|
1194
1242
|
json: {
|
|
1195
|
-
|
|
1196
|
-
|
|
1243
|
+
market: string;
|
|
1244
|
+
wrapper: string;
|
|
1197
1245
|
};
|
|
1198
1246
|
};
|
|
1199
1247
|
output: {
|
|
@@ -1217,7 +1265,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
1217
1265
|
json: {
|
|
1218
1266
|
marketAddress: string;
|
|
1219
1267
|
userAddress: string;
|
|
1220
|
-
chainId:
|
|
1268
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1221
1269
|
};
|
|
1222
1270
|
};
|
|
1223
1271
|
output: {
|
|
@@ -1234,7 +1282,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
1234
1282
|
json: {
|
|
1235
1283
|
marketAddress: string;
|
|
1236
1284
|
userAddress: string;
|
|
1237
|
-
chainId:
|
|
1285
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1238
1286
|
nonce: string;
|
|
1239
1287
|
blockExpiration: string;
|
|
1240
1288
|
callData: string;
|
|
@@ -1253,17 +1301,17 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
1253
1301
|
$post: {
|
|
1254
1302
|
input: {
|
|
1255
1303
|
json: {
|
|
1256
|
-
chainId?:
|
|
1304
|
+
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
1257
1305
|
};
|
|
1258
1306
|
};
|
|
1259
1307
|
output: {
|
|
1260
|
-
[x:
|
|
1308
|
+
[x: string]: string & import("zod").$brand<"Int256">;
|
|
1261
1309
|
total: string & import("zod").$brand<"Int256">;
|
|
1262
1310
|
} | {
|
|
1263
1311
|
total: string & import("zod").$brand<"Int256">;
|
|
1264
1312
|
1: string & import("zod").$brand<"Int256">;
|
|
1265
|
-
11155111: string & import("zod").$brand<"Int256">;
|
|
1266
1313
|
31337: string & import("zod").$brand<"Int256">;
|
|
1314
|
+
11155111: string & import("zod").$brand<"Int256">;
|
|
1267
1315
|
84532: string & import("zod").$brand<"Int256">;
|
|
1268
1316
|
72080: string & import("zod").$brand<"Int256">;
|
|
1269
1317
|
};
|
|
@@ -1276,17 +1324,17 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
1276
1324
|
$post: {
|
|
1277
1325
|
input: {
|
|
1278
1326
|
json: {
|
|
1279
|
-
chainId?:
|
|
1327
|
+
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
1280
1328
|
};
|
|
1281
1329
|
};
|
|
1282
1330
|
output: {
|
|
1283
|
-
[x:
|
|
1331
|
+
[x: string]: string & import("zod").$brand<"Int256">;
|
|
1284
1332
|
total: string & import("zod").$brand<"Int256">;
|
|
1285
1333
|
} | {
|
|
1286
1334
|
total: string & import("zod").$brand<"Int256">;
|
|
1287
1335
|
1: string & import("zod").$brand<"Int256">;
|
|
1288
|
-
11155111: string & import("zod").$brand<"Int256">;
|
|
1289
1336
|
31337: string & import("zod").$brand<"Int256">;
|
|
1337
|
+
11155111: string & import("zod").$brand<"Int256">;
|
|
1290
1338
|
84532: string & import("zod").$brand<"Int256">;
|
|
1291
1339
|
72080: string & import("zod").$brand<"Int256">;
|
|
1292
1340
|
};
|
|
@@ -1299,17 +1347,17 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
1299
1347
|
$post: {
|
|
1300
1348
|
input: {
|
|
1301
1349
|
json: {
|
|
1302
|
-
chainId?:
|
|
1350
|
+
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
1303
1351
|
};
|
|
1304
1352
|
};
|
|
1305
1353
|
output: {
|
|
1306
|
-
[x:
|
|
1354
|
+
[x: string]: string & import("zod").$brand<"Int256">;
|
|
1307
1355
|
total: string & import("zod").$brand<"Int256">;
|
|
1308
1356
|
} | {
|
|
1309
1357
|
total: string & import("zod").$brand<"Int256">;
|
|
1310
1358
|
1: string & import("zod").$brand<"Int256">;
|
|
1311
|
-
11155111: string & import("zod").$brand<"Int256">;
|
|
1312
1359
|
31337: string & import("zod").$brand<"Int256">;
|
|
1360
|
+
11155111: string & import("zod").$brand<"Int256">;
|
|
1313
1361
|
84532: string & import("zod").$brand<"Int256">;
|
|
1314
1362
|
72080: string & import("zod").$brand<"Int256">;
|
|
1315
1363
|
};
|
|
@@ -1322,7 +1370,7 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
1322
1370
|
$post: {
|
|
1323
1371
|
input: {
|
|
1324
1372
|
json: {
|
|
1325
|
-
chainId?:
|
|
1373
|
+
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
1326
1374
|
};
|
|
1327
1375
|
};
|
|
1328
1376
|
output: {
|
|
@@ -1336,12 +1384,12 @@ export declare const FractionsApi: import("../common/controller.js").IApi<import
|
|
|
1336
1384
|
sales: string & import("zod").$brand<"Int256">;
|
|
1337
1385
|
ttv: string & import("zod").$brand<"Int256">;
|
|
1338
1386
|
};
|
|
1339
|
-
|
|
1387
|
+
31337: {
|
|
1340
1388
|
holders: string & import("zod").$brand<"Int256">;
|
|
1341
1389
|
sales: string & import("zod").$brand<"Int256">;
|
|
1342
1390
|
ttv: string & import("zod").$brand<"Int256">;
|
|
1343
1391
|
};
|
|
1344
|
-
|
|
1392
|
+
11155111: {
|
|
1345
1393
|
holders: string & import("zod").$brand<"Int256">;
|
|
1346
1394
|
sales: string & import("zod").$brand<"Int256">;
|
|
1347
1395
|
ttv: string & import("zod").$brand<"Int256">;
|