@evergonlabs/tmi-protocol-api 0.5.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +169 -0
- package/dist/app.d.ts +3301 -2851
- package/dist/app.d.ts.map +1 -1
- package/dist/app.js +36 -23
- package/dist/apps.d.ts +30 -0
- package/dist/apps.d.ts.map +1 -0
- package/dist/apps.js +16 -0
- package/dist/client.d.ts +2170 -1996
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +23 -2
- package/dist/common/blockchain.d.ts +26 -26
- package/dist/common/blockchain.d.ts.map +1 -1
- package/dist/common/blockchain.js +6 -10
- package/dist/common/config.d.ts +6 -27
- package/dist/common/config.d.ts.map +1 -1
- package/dist/common/config.js +2 -11
- package/dist/common/context.d.ts +2 -2
- package/dist/common/context.d.ts.map +1 -1
- package/dist/common/controller.d.ts +12 -0
- package/dist/common/controller.d.ts.map +1 -0
- package/dist/common/controller.js +6 -0
- package/dist/common/exports.d.ts +3 -0
- package/dist/common/exports.d.ts.map +1 -0
- package/dist/common/exports.js +2 -0
- package/dist/common/http-error.d.ts +1 -1
- package/dist/common/http-error.d.ts.map +1 -1
- package/dist/common/indexer/client.d.ts +138 -2
- package/dist/common/indexer/client.d.ts.map +1 -1
- package/dist/common/indexer/schemas.d.ts +69 -1
- package/dist/common/indexer/schemas.d.ts.map +1 -1
- package/dist/common/indexer/schemas.js +1 -1
- package/dist/common/int256.d.ts +3 -0
- package/dist/common/int256.d.ts.map +1 -0
- package/dist/common/int256.js +12 -0
- package/dist/common/models/asset.d.ts +5 -23
- package/dist/common/models/asset.d.ts.map +1 -1
- package/dist/common/models/asset.js +4 -6
- package/dist/common/models/base/chainId.d.ts +8 -0
- package/dist/common/models/base/chainId.d.ts.map +1 -0
- package/dist/common/models/base/chainId.js +11 -0
- package/dist/common/models/base/deployTransaction.d.ts +8 -0
- package/dist/common/models/base/deployTransaction.d.ts.map +1 -0
- package/dist/common/models/base/deployTransaction.js +7 -0
- package/dist/common/models/base/page.d.ts +7 -0
- package/dist/common/models/base/page.d.ts.map +1 -0
- package/dist/common/models/base/page.js +5 -0
- package/dist/common/models/base/transaction.d.ts +13 -0
- package/dist/common/models/base/transaction.d.ts.map +1 -0
- package/dist/common/models/base/transaction.js +12 -0
- package/dist/common/models/base/viem.d.ts +6 -0
- package/dist/common/models/base/viem.d.ts.map +1 -0
- package/dist/common/models/base/viem.js +5 -0
- package/dist/common/models/chainId.d.ts +7 -7
- package/dist/common/models/chainId.d.ts.map +1 -1
- package/dist/common/models/chainId.js +27 -12
- package/dist/common/models/compilot.d.ts +3 -0
- package/dist/common/models/compilot.d.ts.map +1 -0
- package/dist/common/models/compilot.js +1 -0
- package/dist/common/models/date.d.ts +5 -2
- package/dist/common/models/date.d.ts.map +1 -1
- package/dist/common/models/date.js +13 -5
- package/dist/common/models/deployTransaction.d.ts +8 -0
- package/dist/common/models/deployTransaction.d.ts.map +1 -0
- package/dist/common/models/deployTransaction.js +12 -0
- package/dist/common/models/erc721.d.ts +3 -11
- package/dist/common/models/erc721.d.ts.map +1 -1
- package/dist/common/models/erc721.js +2 -4
- package/dist/common/models/exports.d.ts +5 -0
- package/dist/common/models/exports.d.ts.map +1 -0
- package/dist/common/models/exports.js +4 -0
- package/dist/common/models/index.d.ts +7 -4
- package/dist/common/models/index.d.ts.map +1 -1
- package/dist/common/models/index.js +7 -4
- package/dist/common/models/page.d.ts +3 -8
- package/dist/common/models/page.d.ts.map +1 -1
- package/dist/common/models/page.js +2 -5
- package/dist/common/models/platform.d.ts +19 -6
- package/dist/common/models/platform.d.ts.map +1 -1
- package/dist/common/models/platform.js +6 -6
- package/dist/common/models/routes.d.ts +2 -10
- package/dist/common/models/routes.d.ts.map +1 -1
- package/dist/common/models/routes.js +1 -1
- package/dist/common/models/saleId.d.ts +3 -9
- package/dist/common/models/saleId.d.ts.map +1 -1
- package/dist/common/models/saleId.js +2 -1
- package/dist/common/models/transaction.d.ts +20 -81
- package/dist/common/models/transaction.d.ts.map +1 -1
- package/dist/common/models/transaction.js +13 -21
- package/dist/common/models/viem.d.ts +5 -3
- package/dist/common/models/viem.d.ts.map +1 -1
- package/dist/common/models/viem.js +6 -1
- package/dist/common/roles/erc20-gated-roles.d.ts +4 -2
- package/dist/common/roles/erc20-gated-roles.d.ts.map +1 -1
- package/dist/common/roles/erc20-gated-roles.js +3 -1
- package/dist/common/roles/erc721-factory-roles.d.ts +8 -0
- package/dist/common/roles/erc721-factory-roles.d.ts.map +1 -0
- package/dist/common/roles/erc721-factory-roles.js +13 -0
- package/dist/common/roles/exports.d.ts +3 -0
- package/dist/common/roles/exports.d.ts.map +1 -0
- package/dist/common/roles/exports.js +2 -0
- package/dist/factory.d.ts +11 -0
- package/dist/factory.d.ts.map +1 -0
- package/dist/factory.js +19 -0
- package/dist/fractions/activity/searchActivity.route.d.ts +7 -7
- package/dist/fractions/activity/searchActivity.route.js +2 -2
- package/dist/fractions/activity/utils.d.ts +3 -3
- package/dist/fractions/activity/utils.js +2 -2
- package/dist/fractions/createFractions/v0/createFractions.route.d.ts +4 -4
- package/dist/fractions/createFractions/v0/createFractions.route.d.ts.map +1 -1
- package/dist/fractions/createFractions/v0/createFractions.route.js +3 -16
- package/dist/fractions/createFractions/v0/createFractions.schema.d.ts +14 -3
- package/dist/fractions/createFractions/v0/createFractions.schema.d.ts.map +1 -1
- package/dist/fractions/createFractions/v0/createFractions.schema.js +13 -2
- package/dist/fractions/createFractions/v0/parseFractionsCreatedEvent.d.ts +2 -2
- package/dist/fractions/deployMarket/v0/deployMarket.routes.d.ts +36 -22
- package/dist/fractions/deployMarket/v0/deployMarket.routes.d.ts.map +1 -1
- package/dist/fractions/deployMarket/v0/deployMarket.routes.js +30 -32
- package/dist/fractions/deployMarket/v0/deployMarket.schema.d.ts +6 -3
- package/dist/fractions/deployMarket/v0/deployMarket.schema.d.ts.map +1 -1
- package/dist/fractions/deployMarket/v0/deployMarket.schema.js +5 -2
- package/dist/fractions/fractions/approveWrapper.route.d.ts +88 -0
- package/dist/fractions/fractions/approveWrapper.route.d.ts.map +1 -0
- package/dist/fractions/fractions/approveWrapper.route.js +92 -0
- package/dist/fractions/fractions/index.d.ts +72 -0
- package/dist/fractions/fractions/index.d.ts.map +1 -0
- package/dist/fractions/fractions/index.js +9 -0
- package/dist/fractions/gating/v0/getAuthData.d.ts +7 -7
- package/dist/fractions/gating/v0/getAuthData.js +2 -2
- package/dist/fractions/gating/v0/getNonce.route.d.ts +7 -7
- package/dist/fractions/gating/v0/getNonce.route.js +2 -2
- package/dist/fractions/grantRole/v0/grantRole.route.d.ts +4 -4
- package/dist/fractions/grantRole/v0/grantRole.schema.d.ts +3 -3
- package/dist/fractions/grantRole/v0/grantRole.schema.js +2 -2
- package/dist/fractions/index.d.ts +1106 -1148
- package/dist/fractions/index.d.ts.map +1 -1
- package/dist/fractions/index.js +20 -105
- package/dist/fractions/markets/common/platform.d.ts +23 -75
- package/dist/fractions/markets/common/platform.d.ts.map +1 -1
- package/dist/fractions/markets/common/platform.js +11 -13
- package/dist/fractions/markets/getDeployEvent.d.ts +17 -39
- package/dist/fractions/markets/getDeployEvent.d.ts.map +1 -1
- package/dist/fractions/markets/getDeployEvent.js +10 -9
- package/dist/fractions/markets/getMarket/getMarket.d.ts +30 -0
- package/dist/fractions/markets/getMarket/getMarket.d.ts.map +1 -0
- package/dist/fractions/markets/getMarket/getMarket.js +65 -0
- package/dist/fractions/markets/getMarket/index.d.ts +4 -27
- package/dist/fractions/markets/getMarket/index.d.ts.map +1 -1
- package/dist/fractions/markets/getMarket/index.js +5 -4
- package/dist/fractions/markets/getMarket/v0/getMarket.d.ts +14 -14
- package/dist/fractions/markets/getMarket/v0/getMarket.js +2 -2
- package/dist/fractions/markets/index.d.ts +12 -54
- package/dist/fractions/markets/index.d.ts.map +1 -1
- package/dist/fractions/markets/index.js +10 -11
- package/dist/fractions/markets/searchMarkets/index.d.ts +7 -30
- package/dist/fractions/markets/searchMarkets/index.d.ts.map +1 -1
- package/dist/fractions/markets/searchMarkets/index.js +5 -4
- package/dist/fractions/markets/searchMarkets/searchMarkets.d.ts +22 -0
- package/dist/fractions/markets/searchMarkets/searchMarkets.d.ts.map +1 -0
- package/dist/fractions/markets/searchMarkets/searchMarkets.js +45 -0
- package/dist/fractions/markets/searchMarkets/v0/searchMarkets.d.ts +13 -13
- package/dist/fractions/markets/searchMarkets/v0/searchMarkets.js +2 -2
- package/dist/fractions/nftfractions/index.d.ts +6 -0
- package/dist/fractions/nftfractions/index.d.ts.map +1 -0
- package/dist/fractions/nftfractions/index.js +5 -0
- package/dist/fractions/nftfractions/v0/createNftFractions.routes.d.ts +192 -0
- package/dist/fractions/nftfractions/v0/createNftFractions.routes.d.ts.map +1 -0
- package/dist/fractions/nftfractions/v0/createNftFractions.routes.js +58 -0
- package/dist/fractions/nftfractions/v0/createNftFractions.schema.d.ts +245 -0
- package/dist/fractions/nftfractions/v0/createNftFractions.schema.d.ts.map +1 -0
- package/dist/fractions/nftfractions/v0/createNftFractions.schema.js +65 -0
- package/dist/fractions/nftfractions/v0/deployNftFractionsMarket.routes.d.ts +96 -0
- package/dist/fractions/nftfractions/v0/deployNftFractionsMarket.routes.d.ts.map +1 -0
- package/dist/fractions/nftfractions/v0/deployNftFractionsMarket.routes.js +52 -0
- package/dist/fractions/nftfractions/v0/deployNftFractionsMarket.schema.d.ts +70 -0
- package/dist/fractions/nftfractions/v0/deployNftFractionsMarket.schema.d.ts.map +1 -0
- package/dist/fractions/nftfractions/v0/deployNftFractionsMarket.schema.js +28 -0
- package/dist/fractions/nftfractions/v0/initCompilot.routes.d.ts +74 -0
- package/dist/fractions/nftfractions/v0/initCompilot.routes.d.ts.map +1 -0
- package/dist/fractions/nftfractions/v0/initCompilot.routes.js +41 -0
- package/dist/fractions/platforms/deployMarket.routes.d.ts +158 -0
- package/dist/fractions/platforms/deployMarket.routes.d.ts.map +1 -0
- package/dist/fractions/platforms/deployMarket.routes.js +131 -0
- package/dist/fractions/platforms/deployMarket.schema.d.ts +33 -0
- package/dist/fractions/platforms/deployMarket.schema.d.ts.map +1 -0
- package/dist/fractions/platforms/deployMarket.schema.js +28 -0
- package/dist/fractions/platforms/deployNftFractionsMarket.routes.d.ts +96 -0
- package/dist/fractions/platforms/deployNftFractionsMarket.routes.d.ts.map +1 -0
- package/dist/fractions/platforms/deployNftFractionsMarket.routes.js +52 -0
- package/dist/fractions/platforms/deployNftFractionsMarket.schema.d.ts +30 -0
- package/dist/fractions/platforms/deployNftFractionsMarket.schema.d.ts.map +1 -0
- package/dist/fractions/platforms/deployNftFractionsMarket.schema.js +29 -0
- package/dist/fractions/platforms/index.d.ts +196 -0
- package/dist/fractions/platforms/index.d.ts.map +1 -0
- package/dist/fractions/platforms/index.js +15 -0
- package/dist/fractions/platforms/initCompilot.routes.d.ts +36 -0
- package/dist/fractions/platforms/initCompilot.routes.d.ts.map +1 -0
- package/dist/fractions/platforms/initCompilot.routes.js +40 -0
- package/dist/fractions/platforms/initNid.route.d.ts +28 -0
- package/dist/fractions/platforms/initNid.route.d.ts.map +1 -0
- package/dist/fractions/platforms/initNid.route.js +32 -0
- package/dist/fractions/purchase/v0/purchase.route.d.ts +7 -7
- package/dist/fractions/purchase/v0/purchase.route.js +2 -2
- package/dist/fractions/purchase/v0/statistics.route.d.ts +7 -7
- package/dist/fractions/purchase/v0/statistics.route.js +2 -2
- package/dist/fractions/roles/getRoles.d.ts +23 -0
- package/dist/fractions/roles/getRoles.d.ts.map +1 -0
- package/dist/fractions/roles/getRoles.js +42 -0
- package/dist/fractions/roles/grantRole.route.d.ts +27 -0
- package/dist/fractions/roles/grantRole.route.d.ts.map +1 -0
- package/dist/fractions/roles/grantRole.route.js +34 -0
- package/dist/fractions/roles/grantRole.schema.d.ts +16 -0
- package/dist/fractions/roles/grantRole.schema.d.ts.map +1 -0
- package/dist/fractions/roles/grantRole.schema.js +14 -0
- package/dist/fractions/roles/index.d.ts +48 -0
- package/dist/fractions/roles/index.d.ts.map +1 -0
- package/dist/fractions/roles/index.js +9 -0
- package/dist/fractions/sales/activityUtils.d.ts +49 -0
- package/dist/fractions/sales/activityUtils.d.ts.map +1 -0
- package/dist/fractions/sales/activityUtils.js +68 -0
- package/dist/fractions/sales/approveSale.route.d.ts +30 -0
- package/dist/fractions/sales/approveSale.route.d.ts.map +1 -0
- package/dist/fractions/sales/approveSale.route.js +35 -0
- package/dist/fractions/sales/common/fractionsSale.d.ts +50 -326
- package/dist/fractions/sales/common/fractionsSale.d.ts.map +1 -1
- package/dist/fractions/sales/common/fractionsSale.js +64 -79
- package/dist/fractions/sales/completeSale.route.d.ts +30 -0
- package/dist/fractions/sales/completeSale.route.d.ts.map +1 -0
- package/dist/fractions/sales/completeSale.route.js +35 -0
- package/dist/fractions/sales/createFractions.route.d.ts +71 -0
- package/dist/fractions/sales/createFractions.route.d.ts.map +1 -0
- package/dist/fractions/sales/createFractions.route.js +51 -0
- package/dist/fractions/sales/createFractions.schema.d.ts +123 -0
- package/dist/fractions/sales/createFractions.schema.d.ts.map +1 -0
- package/dist/fractions/sales/createFractions.schema.js +80 -0
- package/dist/fractions/sales/createNftFractions.routes.d.ts +180 -0
- package/dist/fractions/sales/createNftFractions.routes.d.ts.map +1 -0
- package/dist/fractions/sales/createNftFractions.routes.js +58 -0
- package/dist/fractions/sales/createNftFractions.schema.d.ts +85 -0
- package/dist/fractions/sales/createNftFractions.schema.d.ts.map +1 -0
- package/dist/fractions/sales/createNftFractions.schema.js +67 -0
- package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts +31 -92
- package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts.map +1 -1
- package/dist/fractions/sales/getFractionSaleStatistics.route.js +12 -13
- package/dist/fractions/sales/getVaultAddress.d.ts +31 -49
- package/dist/fractions/sales/getVaultAddress.d.ts.map +1 -1
- package/dist/fractions/sales/getVaultAddress.js +11 -10
- package/dist/fractions/sales/getWithdrawEvent.d.ts +17 -39
- package/dist/fractions/sales/getWithdrawEvent.d.ts.map +1 -1
- package/dist/fractions/sales/getWithdrawEvent.js +13 -11
- package/dist/fractions/sales/index.d.ts +760 -0
- package/dist/fractions/sales/index.d.ts.map +1 -0
- package/dist/fractions/sales/index.js +52 -0
- package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts +23 -0
- package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts.map +1 -0
- package/dist/fractions/sales/parseFractionsCreatedEvent.js +59 -0
- package/dist/fractions/sales/purchase.route.d.ts +36 -0
- package/dist/fractions/sales/purchase.route.d.ts.map +1 -0
- package/dist/fractions/sales/purchase.route.js +42 -0
- package/dist/fractions/sales/purchaseStatistics.route.d.ts +27 -0
- package/dist/fractions/sales/purchaseStatistics.route.d.ts.map +1 -0
- package/dist/fractions/sales/purchaseStatistics.route.js +53 -0
- package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts +56 -140
- package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts.map +1 -1
- package/dist/fractions/sales/receiveFundsAfterNonFunded.route.js +19 -15
- package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts +22 -54
- package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts.map +1 -1
- package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.js +6 -5
- package/dist/fractions/sales/recoverFractions.d.ts +65 -103
- package/dist/fractions/sales/recoverFractions.d.ts.map +1 -1
- package/dist/fractions/sales/recoverFractions.js +13 -11
- package/dist/fractions/sales/rejectFractions.d.ts +49 -75
- package/dist/fractions/sales/rejectFractions.d.ts.map +1 -1
- package/dist/fractions/sales/rejectFractions.js +12 -8
- package/dist/fractions/sales/searchActivity.route.d.ts +67 -86
- package/dist/fractions/sales/searchActivity.route.d.ts.map +1 -1
- package/dist/fractions/sales/searchActivity.route.js +27 -37
- package/dist/fractions/sales/searchSales/searchSales.d.ts +24 -0
- package/dist/fractions/sales/searchSales/searchSales.d.ts.map +1 -0
- package/dist/fractions/sales/searchSales/searchSales.js +50 -0
- package/dist/fractions/sales/searchSales/v0/searchSales.d.ts +16 -16
- package/dist/fractions/sales/searchSales/v0/searchSales.js +2 -2
- package/dist/fractions/sales/searchWithdrawal.route.d.ts +20 -55
- package/dist/fractions/sales/searchWithdrawal.route.d.ts.map +1 -1
- package/dist/fractions/sales/searchWithdrawal.route.js +10 -9
- package/dist/fractions/sales/setFeeCapLimit.d.ts +27 -70
- package/dist/fractions/sales/setFeeCapLimit.d.ts.map +1 -1
- package/dist/fractions/sales/setFeeCapLimit.js +12 -8
- package/dist/fractions/sales/unlockWrappedAssets.route.d.ts +26 -65
- package/dist/fractions/sales/unlockWrappedAssets.route.d.ts.map +1 -1
- package/dist/fractions/sales/unlockWrappedAssets.route.js +10 -11
- package/dist/fractions/sales/vesting/claimStatistics.route.d.ts +36 -0
- package/dist/fractions/sales/vesting/claimStatistics.route.d.ts.map +1 -0
- package/dist/fractions/sales/vesting/claimStatistics.route.js +87 -0
- package/dist/fractions/sales/vesting/claimVestedTokens.route.d.ts +62 -0
- package/dist/fractions/sales/vesting/claimVestedTokens.route.d.ts.map +1 -0
- package/dist/fractions/sales/vesting/claimVestedTokens.route.js +45 -0
- package/dist/fractions/sales/vesting/editCliff.route.d.ts +58 -0
- package/dist/fractions/sales/vesting/editCliff.route.d.ts.map +1 -0
- package/dist/fractions/sales/vesting/editCliff.route.js +45 -0
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts +22 -0
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts.map +1 -0
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.js +58 -0
- package/dist/fractions/sales/vesting/v0/claimStatistics.route.d.ts +10 -10
- package/dist/fractions/sales/vesting/v0/claimStatistics.route.js +3 -3
- package/dist/fractions/sales/vesting/v0/parseClaimVestedTokensEvent.d.ts +2 -2
- package/dist/fractions/sales/withdraw.route.d.ts +29 -0
- package/dist/fractions/sales/withdraw.route.d.ts.map +1 -0
- package/dist/fractions/sales/withdraw.route.js +30 -0
- package/dist/fractions/sig/getAuthData.d.ts +40 -0
- package/dist/fractions/sig/getAuthData.d.ts.map +1 -0
- package/dist/fractions/sig/getAuthData.js +52 -0
- package/dist/fractions/sig/getNonce.route.d.ts +25 -0
- package/dist/fractions/sig/getNonce.route.d.ts.map +1 -0
- package/dist/fractions/sig/getNonce.route.js +43 -0
- package/dist/fractions/sig/index.d.ts +40 -0
- package/dist/fractions/sig/index.d.ts.map +1 -0
- package/dist/fractions/sig/index.js +6 -0
- package/dist/fractions/statistics/index.d.ts +107 -0
- package/dist/fractions/statistics/index.d.ts.map +1 -0
- package/dist/fractions/statistics/index.js +10 -0
- package/dist/fractions/statistics/networkStatistics.route.d.ts +121 -0
- package/dist/fractions/statistics/networkStatistics.route.d.ts.map +1 -0
- package/dist/fractions/statistics/networkStatistics.route.js +222 -0
- package/dist/general/balanceClient.d.ts +19 -58
- package/dist/general/balanceClient.d.ts.map +1 -1
- package/dist/general/balanceClient.js +3 -3
- package/dist/general/common.d.ts +11 -74
- package/dist/general/common.d.ts.map +1 -1
- package/dist/general/common.js +7 -11
- package/dist/general/estimateGas.d.ts +18 -45
- package/dist/general/estimateGas.d.ts.map +1 -1
- package/dist/general/estimateGas.js +32 -30
- package/dist/general/getBalance.d.ts +16 -37
- package/dist/general/getBalance.d.ts.map +1 -1
- package/dist/general/getBalance.js +30 -26
- package/dist/general/getBalancesBatch.d.ts +22 -56
- package/dist/general/getBalancesBatch.d.ts.map +1 -1
- package/dist/general/getBalancesBatch.js +24 -20
- package/dist/general/index.d.ts +74 -83
- package/dist/general/index.d.ts.map +1 -1
- package/dist/general/index.js +14 -19
- package/dist/general/searchBalances.d.ts +27 -67
- package/dist/general/searchBalances.d.ts.map +1 -1
- package/dist/general/searchBalances.js +25 -21
- package/dist/general/utils/tokenBalance/tokenBalance.d.ts +17 -33
- package/dist/general/utils/tokenBalance/tokenBalance.d.ts.map +1 -1
- package/dist/general/utils/tokenBalance/tokenBalance.js +5 -5
- package/dist/issuance/approve.js +1 -1
- package/dist/issuance/burn.js +1 -1
- package/dist/issuance/common/exports.d.ts +2 -0
- package/dist/issuance/common/exports.d.ts.map +1 -0
- package/dist/issuance/common/exports.js +1 -0
- package/dist/issuance/common/factories.d.ts +167 -0
- package/dist/issuance/common/factories.d.ts.map +1 -0
- package/dist/issuance/common/factories.js +15 -0
- package/dist/issuance/deploy.d.ts +12 -12
- package/dist/issuance/deploy.d.ts.map +1 -1
- package/dist/issuance/deploy.js +21 -8
- package/dist/issuance/erc20/approve.d.ts +32 -0
- package/dist/issuance/erc20/approve.d.ts.map +1 -0
- package/dist/issuance/erc20/approve.js +38 -0
- package/dist/issuance/erc20/burn.d.ts +32 -0
- package/dist/issuance/erc20/burn.d.ts.map +1 -0
- package/dist/issuance/erc20/burn.js +38 -0
- package/dist/issuance/erc20/deploy.d.ts +38 -0
- package/dist/issuance/erc20/deploy.d.ts.map +1 -0
- package/dist/issuance/erc20/deploy.js +52 -0
- package/dist/issuance/erc20/deployGated.d.ts +40 -0
- package/dist/issuance/erc20/deployGated.d.ts.map +1 -0
- package/dist/issuance/erc20/deployGated.js +58 -0
- package/dist/issuance/erc20/getInitData.d.ts +59 -0
- package/dist/issuance/erc20/getInitData.d.ts.map +1 -0
- package/dist/issuance/erc20/getInitData.js +49 -0
- package/dist/issuance/erc20/grantRole.d.ts +33 -0
- package/dist/issuance/erc20/grantRole.d.ts.map +1 -0
- package/dist/issuance/erc20/grantRole.js +41 -0
- package/dist/issuance/erc20/index.d.ts +324 -0
- package/dist/issuance/erc20/index.d.ts.map +1 -0
- package/dist/issuance/erc20/index.js +31 -0
- package/dist/issuance/erc20/initialize.d.ts +40 -0
- package/dist/issuance/erc20/initialize.d.ts.map +1 -0
- package/dist/issuance/erc20/initialize.js +45 -0
- package/dist/issuance/erc20/mint.d.ts +32 -0
- package/dist/issuance/erc20/mint.d.ts.map +1 -0
- package/dist/issuance/erc20/mint.js +38 -0
- package/dist/issuance/erc20/parseErc20DeployEvent.d.ts +23 -0
- package/dist/issuance/erc20/parseErc20DeployEvent.d.ts.map +1 -0
- package/dist/issuance/erc20/parseErc20DeployEvent.js +79 -0
- package/dist/issuance/erc20/recover.d.ts +34 -0
- package/dist/issuance/erc20/recover.d.ts.map +1 -0
- package/dist/issuance/erc20/recover.js +39 -0
- package/dist/issuance/erc20/renounceRole.d.ts +33 -0
- package/dist/issuance/erc20/renounceRole.d.ts.map +1 -0
- package/dist/issuance/erc20/renounceRole.js +41 -0
- package/dist/issuance/erc20/revokeRole.d.ts +33 -0
- package/dist/issuance/erc20/revokeRole.d.ts.map +1 -0
- package/dist/issuance/erc20/revokeRole.js +41 -0
- package/dist/issuance/erc20/transfer.d.ts +32 -0
- package/dist/issuance/erc20/transfer.d.ts.map +1 -0
- package/dist/issuance/erc20/transfer.js +38 -0
- package/dist/issuance/erc20/transferFrom.d.ts +34 -0
- package/dist/issuance/erc20/transferFrom.d.ts.map +1 -0
- package/dist/issuance/erc20/transferFrom.js +39 -0
- package/dist/issuance/erc721/approve.d.ts +32 -0
- package/dist/issuance/erc721/approve.d.ts.map +1 -0
- package/dist/issuance/erc721/approve.js +38 -0
- package/dist/issuance/erc721/burn.d.ts +30 -0
- package/dist/issuance/erc721/burn.d.ts.map +1 -0
- package/dist/issuance/erc721/burn.js +37 -0
- package/dist/issuance/erc721/deploy.d.ts +38 -0
- package/dist/issuance/erc721/deploy.d.ts.map +1 -0
- package/dist/issuance/erc721/deploy.js +51 -0
- package/dist/issuance/erc721/deployGated.d.ts +40 -0
- package/dist/issuance/erc721/deployGated.d.ts.map +1 -0
- package/dist/issuance/erc721/deployGated.js +58 -0
- package/dist/issuance/erc721/getInitData.d.ts +49 -0
- package/dist/issuance/erc721/getInitData.d.ts.map +1 -0
- package/dist/issuance/erc721/getInitData.js +51 -0
- package/dist/issuance/erc721/grantRole.d.ts +33 -0
- package/dist/issuance/erc721/grantRole.d.ts.map +1 -0
- package/dist/issuance/erc721/grantRole.js +41 -0
- package/dist/issuance/erc721/index.d.ts +345 -0
- package/dist/issuance/erc721/index.d.ts.map +1 -0
- package/dist/issuance/erc721/index.js +33 -0
- package/dist/issuance/erc721/initialize.d.ts +38 -0
- package/dist/issuance/erc721/initialize.d.ts.map +1 -0
- package/dist/issuance/erc721/initialize.js +40 -0
- package/dist/issuance/erc721/mint.d.ts +32 -0
- package/dist/issuance/erc721/mint.d.ts.map +1 -0
- package/dist/issuance/erc721/mint.js +38 -0
- package/dist/issuance/erc721/parseErc721DeployEvent.d.ts +23 -0
- package/dist/issuance/erc721/parseErc721DeployEvent.d.ts.map +1 -0
- package/dist/issuance/erc721/parseErc721DeployEvent.js +78 -0
- package/dist/issuance/erc721/recover.d.ts +34 -0
- package/dist/issuance/erc721/recover.d.ts.map +1 -0
- package/dist/issuance/erc721/recover.js +39 -0
- package/dist/issuance/erc721/renounceRole.d.ts +33 -0
- package/dist/issuance/erc721/renounceRole.d.ts.map +1 -0
- package/dist/issuance/erc721/renounceRole.js +41 -0
- package/dist/issuance/erc721/revokeRole.d.ts +33 -0
- package/dist/issuance/erc721/revokeRole.d.ts.map +1 -0
- package/dist/issuance/erc721/revokeRole.js +41 -0
- package/dist/issuance/erc721/setBaseURI.d.ts +30 -0
- package/dist/issuance/erc721/setBaseURI.d.ts.map +1 -0
- package/dist/issuance/erc721/setBaseURI.js +36 -0
- package/dist/issuance/erc721/setTokenURI.d.ts +32 -0
- package/dist/issuance/erc721/setTokenURI.d.ts.map +1 -0
- package/dist/issuance/erc721/setTokenURI.js +38 -0
- package/dist/issuance/erc721/transferFrom.d.ts +34 -0
- package/dist/issuance/erc721/transferFrom.d.ts.map +1 -0
- package/dist/issuance/erc721/transferFrom.js +39 -0
- package/dist/issuance/exports.d.ts +2 -0
- package/dist/issuance/exports.d.ts.map +1 -0
- package/dist/issuance/exports.js +1 -0
- package/dist/issuance/getInitData.d.ts +67 -10
- package/dist/issuance/getInitData.d.ts.map +1 -1
- package/dist/issuance/getInitData.js +52 -1
- package/dist/issuance/grantRole.js +1 -1
- package/dist/issuance/index.d.ts +682 -259
- package/dist/issuance/index.d.ts.map +1 -1
- package/dist/issuance/index.js +12 -33
- package/dist/issuance/mint.js +1 -1
- package/dist/issuance/proxy/deploy.d.ts +41 -0
- package/dist/issuance/proxy/deploy.d.ts.map +1 -0
- package/dist/issuance/proxy/deploy.js +68 -0
- package/dist/issuance/proxy/index.d.ts +59 -0
- package/dist/issuance/proxy/index.d.ts.map +1 -0
- package/dist/issuance/proxy/index.js +10 -0
- package/dist/issuance/proxy/upgrade.d.ts +34 -0
- package/dist/issuance/proxy/upgrade.d.ts.map +1 -0
- package/dist/issuance/proxy/upgrade.js +46 -0
- package/dist/issuance/recover.js +1 -1
- package/dist/issuance/renounceRole.js +1 -1
- package/dist/issuance/transfer.js +1 -1
- package/dist/next/fractions/index.d.ts +275 -0
- package/dist/next/fractions/index.d.ts.map +1 -0
- package/dist/next/fractions/index.js +13 -0
- package/dist/next/fractions/lending/buyback/buyback.routes.d.ts +27 -0
- package/dist/next/fractions/lending/buyback/buyback.routes.d.ts.map +1 -0
- package/dist/next/fractions/lending/buyback/buyback.routes.js +28 -0
- package/dist/next/fractions/lending/buyback/buyback.schema.d.ts +8 -0
- package/dist/next/fractions/lending/buyback/buyback.schema.d.ts.map +1 -0
- package/dist/next/fractions/lending/buyback/buyback.schema.js +13 -0
- package/dist/next/fractions/lending/createLendingSale.d.ts +130 -0
- package/dist/next/fractions/lending/createLendingSale.d.ts.map +1 -0
- package/dist/next/fractions/lending/createLendingSale.js +82 -0
- package/dist/next/fractions/lending/deployMarket/lending.routes.d.ts +44 -0
- package/dist/next/fractions/lending/deployMarket/lending.routes.d.ts.map +1 -0
- package/dist/next/fractions/lending/deployMarket/lending.routes.js +40 -0
- package/dist/next/fractions/lending/index.d.ts +188 -0
- package/dist/next/fractions/lending/index.d.ts.map +1 -0
- package/dist/next/fractions/lending/index.js +15 -0
- package/dist/next/fractions/lending/purchase/directPurchase.route.d.ts +33 -0
- package/dist/next/fractions/lending/purchase/directPurchase.route.d.ts.map +1 -0
- package/dist/next/fractions/lending/purchase/directPurchase.route.js +34 -0
- package/dist/next/fractions/lending/schemas.d.ts +25 -0
- package/dist/next/fractions/lending/schemas.d.ts.map +1 -0
- package/dist/next/fractions/lending/schemas.js +21 -0
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.routes.d.ts +26 -0
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.routes.d.ts.map +1 -0
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.routes.js +28 -0
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.schema.d.ts +7 -0
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.schema.d.ts.map +1 -0
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.schema.js +11 -0
- package/dist/next/fractions/platforms/deployNftFractionsMarket.routes.d.ts +39 -0
- package/dist/next/fractions/platforms/deployNftFractionsMarket.routes.d.ts.map +1 -0
- package/dist/next/fractions/platforms/deployNftFractionsMarket.routes.js +40 -0
- package/dist/next/fractions/platforms/deployNftFractionsMarket.schema.d.ts +26 -0
- package/dist/next/fractions/platforms/deployNftFractionsMarket.schema.d.ts.map +1 -0
- package/dist/next/fractions/platforms/deployNftFractionsMarket.schema.js +24 -0
- package/dist/next/fractions/platforms/index.d.ts +36 -0
- package/dist/next/fractions/platforms/index.d.ts.map +1 -0
- package/dist/next/fractions/platforms/index.js +5 -0
- package/dist/next/fractions/sales/createNftFractions.routes.d.ts +58 -0
- package/dist/next/fractions/sales/createNftFractions.routes.d.ts.map +1 -0
- package/dist/next/fractions/sales/createNftFractions.routes.js +59 -0
- package/dist/next/fractions/sales/createNftFractions.schema.d.ts +85 -0
- package/dist/next/fractions/sales/createNftFractions.schema.d.ts.map +1 -0
- package/dist/next/fractions/sales/createNftFractions.schema.js +67 -0
- package/dist/next/fractions/sales/index.d.ts +55 -0
- package/dist/next/fractions/sales/index.d.ts.map +1 -0
- package/dist/next/fractions/sales/index.js +5 -0
- package/dist/staking/index.d.ts +193 -202
- package/dist/staking/index.d.ts.map +1 -1
- package/dist/staking/index.js +14 -19
- package/dist/staking/platforms/common/platform.d.ts +7 -21
- package/dist/staking/platforms/common/platform.d.ts.map +1 -1
- package/dist/staking/platforms/common/platform.js +6 -8
- package/dist/staking/platforms/getPlatform/index.d.ts +9 -12
- package/dist/staking/platforms/getPlatform/index.d.ts.map +1 -1
- package/dist/staking/platforms/getPlatform/index.js +5 -4
- package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts +21 -49
- package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts.map +1 -1
- package/dist/staking/platforms/getPlatform/v0/getPlatform.js +20 -10
- package/dist/staking/platforms/index.d.ts +19 -21
- package/dist/staking/platforms/index.d.ts.map +1 -1
- package/dist/staking/platforms/index.js +8 -9
- package/dist/staking/platforms/searchPlatforms/index.d.ts +11 -14
- package/dist/staking/platforms/searchPlatforms/index.d.ts.map +1 -1
- package/dist/staking/platforms/searchPlatforms/index.js +5 -4
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts +27 -73
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts.map +1 -1
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.js +12 -9
- package/dist/staking/pools/common/pool.d.ts +9 -25
- package/dist/staking/pools/common/pool.d.ts.map +1 -1
- package/dist/staking/pools/common/pool.js +5 -7
- package/dist/staking/pools/getPool/index.d.ts +4 -7
- package/dist/staking/pools/getPool/index.d.ts.map +1 -1
- package/dist/staking/pools/getPool/index.js +5 -4
- package/dist/staking/pools/getPool/v0/getPool.d.ts +14 -32
- package/dist/staking/pools/getPool/v0/getPool.d.ts.map +1 -1
- package/dist/staking/pools/getPool/v0/getPool.js +20 -9
- package/dist/staking/pools/index.d.ts +10 -12
- package/dist/staking/pools/index.d.ts.map +1 -1
- package/dist/staking/pools/index.js +8 -9
- package/dist/staking/pools/searchPools/index.d.ts +7 -10
- package/dist/staking/pools/searchPools/index.d.ts.map +1 -1
- package/dist/staking/pools/searchPools/index.js +5 -4
- package/dist/staking/pools/searchPools/v0/searchPools.d.ts +19 -52
- package/dist/staking/pools/searchPools/v0/searchPools.d.ts.map +1 -1
- package/dist/staking/pools/searchPools/v0/searchPools.js +11 -8
- package/dist/staking/roles/common/role.d.ts +4 -10
- package/dist/staking/roles/common/role.d.ts.map +1 -1
- package/dist/staking/roles/common/role.js +2 -4
- package/dist/staking/roles/common/roleAssignment.d.ts +9 -25
- package/dist/staking/roles/common/roleAssignment.d.ts.map +1 -1
- package/dist/staking/roles/common/roleAssignment.js +5 -7
- package/dist/staking/roles/common/roleEvent.d.ts +8 -26
- package/dist/staking/roles/common/roleEvent.d.ts.map +1 -1
- package/dist/staking/roles/common/roleEvent.js +3 -5
- package/dist/staking/roles/getRoles/index.d.ts +3 -6
- package/dist/staking/roles/getRoles/index.d.ts.map +1 -1
- package/dist/staking/roles/getRoles/index.js +5 -4
- package/dist/staking/roles/getRoles/v0/getRoles.d.ts +22 -28
- package/dist/staking/roles/getRoles/v0/getRoles.d.ts.map +1 -1
- package/dist/staking/roles/getRoles/v0/getRoles.js +9 -6
- package/dist/staking/roles/grantRole/index.d.ts +7 -10
- package/dist/staking/roles/grantRole/index.d.ts.map +1 -1
- package/dist/staking/roles/grantRole/index.js +5 -4
- package/dist/staking/roles/grantRole/v0/grantRole.d.ts +23 -60
- package/dist/staking/roles/grantRole/v0/grantRole.d.ts.map +1 -1
- package/dist/staking/roles/grantRole/v0/grantRole.js +9 -6
- package/dist/staking/roles/index.d.ts +25 -27
- package/dist/staking/roles/index.d.ts.map +1 -1
- package/dist/staking/roles/index.js +12 -13
- package/dist/staking/roles/searchRoleEvents/index.d.ts +9 -12
- package/dist/staking/roles/searchRoleEvents/index.d.ts.map +1 -1
- package/dist/staking/roles/searchRoleEvents/index.js +5 -4
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts +21 -60
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts.map +1 -1
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.js +11 -8
- package/dist/staking/roles/searchRoles/index.d.ts +9 -12
- package/dist/staking/roles/searchRoles/index.d.ts.map +1 -1
- package/dist/staking/roles/searchRoles/index.js +5 -4
- package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts +21 -60
- package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts.map +1 -1
- package/dist/staking/roles/searchRoles/v0/searchRoles.js +17 -11
- package/dist/staking/stakes/common/stake.d.ts +14 -40
- package/dist/staking/stakes/common/stake.d.ts.map +1 -1
- package/dist/staking/stakes/common/stake.js +18 -20
- package/dist/staking/stakes/common/stakeEvent.d.ts +9 -27
- package/dist/staking/stakes/common/stakeEvent.d.ts.map +1 -1
- package/dist/staking/stakes/common/stakeEvent.js +4 -6
- package/dist/staking/stakes/getStake/index.d.ts +4 -7
- package/dist/staking/stakes/getStake/index.d.ts.map +1 -1
- package/dist/staking/stakes/getStake/index.js +5 -4
- package/dist/staking/stakes/getStake/v0/getStake.d.ts +14 -32
- package/dist/staking/stakes/getStake/v0/getStake.d.ts.map +1 -1
- package/dist/staking/stakes/getStake/v0/getStake.js +19 -9
- package/dist/staking/stakes/index.d.ts +20 -22
- package/dist/staking/stakes/index.d.ts.map +1 -1
- package/dist/staking/stakes/index.js +10 -11
- package/dist/staking/stakes/searchStakeEvents/index.d.ts +9 -12
- package/dist/staking/stakes/searchStakeEvents/index.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakeEvents/index.js +5 -4
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts +21 -60
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.js +13 -9
- package/dist/staking/stakes/searchStakes/index.d.ts +9 -12
- package/dist/staking/stakes/searchStakes/index.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakes/index.js +5 -4
- package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts +21 -60
- package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakes/v0/searchStakes.js +13 -27
- package/dist/staking-templates/index.d.ts +100 -100
- package/dist/staking-templates/index.js +1 -1
- package/dist/staking-templates/templates/common/amount.d.ts +5 -11
- package/dist/staking-templates/templates/common/amount.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/amount.js +6 -8
- package/dist/staking-templates/templates/common/amountMult.d.ts +2 -2
- package/dist/staking-templates/templates/common/amountMult.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/amountMult.js +3 -4
- package/dist/staking-templates/templates/common/erc20Input.d.ts +4 -10
- package/dist/staking-templates/templates/common/erc20Input.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/erc20Input.js +4 -6
- package/dist/staking-templates/templates/common/erc20Reward.d.ts +4 -10
- package/dist/staking-templates/templates/common/erc20Reward.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/erc20Reward.js +4 -7
- package/dist/staking-templates/templates/common/getCreatePoolEvent.d.ts +2 -2
- package/dist/staking-templates/templates/common/getCreatePoolEvent.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/getCreatePoolEvent.js +3 -3
- package/dist/staking-templates/templates/common/getPlatformDeployEvent.d.ts +2 -2
- package/dist/staking-templates/templates/common/getPlatformDeployEvent.js +4 -4
- package/dist/staking-templates/templates/common/getReward.d.ts +10 -10
- package/dist/staking-templates/templates/common/getReward.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/getReward.js +2 -2
- package/dist/staking-templates/templates/common/getStakeEvent.d.ts +3 -3
- package/dist/staking-templates/templates/common/getStakeEvent.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/getStakeEvent.js +4 -4
- package/dist/staking-templates/templates/common/lock.d.ts +4 -10
- package/dist/staking-templates/templates/common/lock.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/lock.js +5 -7
- package/dist/staking-templates/templates/common/lockMult.d.ts +2 -2
- package/dist/staking-templates/templates/common/lockMult.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/lockMult.js +3 -4
- package/dist/staking-templates/templates/common/partialUnstake.d.ts +12 -12
- package/dist/staking-templates/templates/common/partialUnstake.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/partialUnstake.js +4 -4
- package/dist/staking-templates/templates/common/rewardDistribution.d.ts +5 -11
- package/dist/staking-templates/templates/common/rewardDistribution.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/rewardDistribution.js +5 -8
- package/dist/staking-templates/templates/common/time.d.ts +1 -1
- package/dist/staking-templates/templates/common/time.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/time.js +2 -2
- package/dist/staking-templates/templates/common/unstake.d.ts +10 -10
- package/dist/staking-templates/templates/common/unstake.d.ts.map +1 -1
- package/dist/staking-templates/templates/common/unstake.js +2 -2
- package/dist/staking-templates/templates/reputation/index.d.ts +30 -30
- package/dist/staking-templates/templates/reputation/v0/createPlatform.d.ts +11 -11
- package/dist/staking-templates/templates/reputation/v0/createPlatform.js +3 -3
- package/dist/staking-templates/templates/reputation/v0/createPool.d.ts +24 -24
- package/dist/staking-templates/templates/reputation/v0/createPool.d.ts.map +1 -1
- package/dist/staking-templates/templates/reputation/v0/createPool.js +6 -6
- package/dist/staking-templates/templates/reputation/v0/index.d.ts +30 -30
- package/dist/staking-templates/templates/reputation/v0/index.js +5 -5
- package/dist/staking-templates/templates/reputation/v0/restake.d.ts +11 -11
- package/dist/staking-templates/templates/reputation/v0/restake.js +4 -4
- package/dist/staking-templates/templates/reputation/v0/stake.d.ts +12 -12
- package/dist/staking-templates/templates/reputation/v0/stake.d.ts.map +1 -1
- package/dist/staking-templates/templates/reputation/v0/stake.js +5 -5
- package/dist/staking-templates/templates/reputationLock/index.d.ts +37 -37
- package/dist/staking-templates/templates/reputationLock/v0/createPlatform.d.ts +11 -11
- package/dist/staking-templates/templates/reputationLock/v0/createPlatform.js +3 -3
- package/dist/staking-templates/templates/reputationLock/v0/createPool.d.ts +36 -36
- package/dist/staking-templates/templates/reputationLock/v0/createPool.d.ts.map +1 -1
- package/dist/staking-templates/templates/reputationLock/v0/createPool.js +7 -7
- package/dist/staking-templates/templates/reputationLock/v0/index.d.ts +37 -37
- package/dist/staking-templates/templates/reputationLock/v0/index.js +5 -5
- package/dist/staking-templates/templates/reputationLock/v0/restake.d.ts +13 -13
- package/dist/staking-templates/templates/reputationLock/v0/restake.js +5 -5
- package/dist/staking-templates/templates/reputationLock/v0/stake.d.ts +14 -14
- package/dist/staking-templates/templates/reputationLock/v0/stake.d.ts.map +1 -1
- package/dist/staking-templates/templates/reputationLock/v0/stake.js +5 -5
- package/dist/staking-templates/templates/rwa/index.d.ts +33 -33
- package/dist/staking-templates/templates/rwa/v0/createPlatform.d.ts +11 -11
- package/dist/staking-templates/templates/rwa/v0/createPlatform.js +3 -3
- package/dist/staking-templates/templates/rwa/v0/createPool.d.ts +20 -20
- package/dist/staking-templates/templates/rwa/v0/createPool.d.ts.map +1 -1
- package/dist/staking-templates/templates/rwa/v0/createPool.js +4 -4
- package/dist/staking-templates/templates/rwa/v0/distributeRewards.d.ts +12 -12
- package/dist/staking-templates/templates/rwa/v0/distributeRewards.d.ts.map +1 -1
- package/dist/staking-templates/templates/rwa/v0/distributeRewards.js +4 -4
- package/dist/staking-templates/templates/rwa/v0/index.d.ts +33 -33
- package/dist/staking-templates/templates/rwa/v0/index.js +5 -5
- package/dist/staking-templates/templates/rwa/v0/restake.d.ts +11 -11
- package/dist/staking-templates/templates/rwa/v0/restake.js +4 -4
- package/dist/staking-templates/templates/rwa/v0/stake.d.ts +12 -12
- package/dist/staking-templates/templates/rwa/v0/stake.d.ts.map +1 -1
- package/dist/staking-templates/templates/rwa/v0/stake.js +5 -5
- package/dist/stakingTemplates/index.d.ts +723 -0
- package/dist/stakingTemplates/index.d.ts.map +1 -0
- package/dist/stakingTemplates/index.js +13 -0
- package/dist/stakingTemplates/templates/common/amount.d.ts +7 -0
- package/dist/stakingTemplates/templates/common/amount.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/amount.js +15 -0
- package/dist/stakingTemplates/templates/common/amountMult.d.ts +3 -0
- package/dist/stakingTemplates/templates/common/amountMult.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/amountMult.js +24 -0
- package/dist/stakingTemplates/templates/common/erc20Input.d.ts +6 -0
- package/dist/stakingTemplates/templates/common/erc20Input.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/erc20Input.js +16 -0
- package/dist/stakingTemplates/templates/common/erc20Reward.d.ts +6 -0
- package/dist/stakingTemplates/templates/common/erc20Reward.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/erc20Reward.js +15 -0
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts +17 -0
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.js +51 -0
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts +20 -0
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.js +49 -0
- package/dist/stakingTemplates/templates/common/getReward.d.ts +26 -0
- package/dist/stakingTemplates/templates/common/getReward.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/getReward.js +37 -0
- package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts +17 -0
- package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/getStakeEvent.js +55 -0
- package/dist/stakingTemplates/templates/common/lock.d.ts +6 -0
- package/dist/stakingTemplates/templates/common/lock.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/lock.js +18 -0
- package/dist/stakingTemplates/templates/common/lockMult.d.ts +3 -0
- package/dist/stakingTemplates/templates/common/lockMult.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/lockMult.js +16 -0
- package/dist/stakingTemplates/templates/common/partialUnstake.d.ts +27 -0
- package/dist/stakingTemplates/templates/common/partialUnstake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/partialUnstake.js +42 -0
- package/dist/stakingTemplates/templates/common/rewardDistribution.d.ts +7 -0
- package/dist/stakingTemplates/templates/common/rewardDistribution.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/rewardDistribution.js +16 -0
- package/dist/stakingTemplates/templates/common/templates.d.ts +61 -0
- package/dist/stakingTemplates/templates/common/templates.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/templates.js +8 -0
- package/dist/stakingTemplates/templates/common/time.d.ts +2 -0
- package/dist/stakingTemplates/templates/common/time.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/time.js +4 -0
- package/dist/stakingTemplates/templates/common/unstake.d.ts +26 -0
- package/dist/stakingTemplates/templates/common/unstake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/common/unstake.js +37 -0
- package/dist/stakingTemplates/templates/reputation/common.d.ts +23 -0
- package/dist/stakingTemplates/templates/reputation/common.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputation/common.js +3 -0
- package/dist/stakingTemplates/templates/reputation/index.d.ts +231 -0
- package/dist/stakingTemplates/templates/reputation/index.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputation/index.js +5 -0
- package/dist/stakingTemplates/templates/reputation/v0/createPlatform.d.ts +31 -0
- package/dist/stakingTemplates/templates/reputation/v0/createPlatform.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputation/v0/createPlatform.js +57 -0
- package/dist/stakingTemplates/templates/reputation/v0/createPool.d.ts +39 -0
- package/dist/stakingTemplates/templates/reputation/v0/createPool.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputation/v0/createPool.js +86 -0
- package/dist/stakingTemplates/templates/reputation/v0/index.d.ts +231 -0
- package/dist/stakingTemplates/templates/reputation/v0/index.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputation/v0/index.js +26 -0
- package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts +26 -0
- package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputation/v0/restake.js +41 -0
- package/dist/stakingTemplates/templates/reputation/v0/stake.d.ts +26 -0
- package/dist/stakingTemplates/templates/reputation/v0/stake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputation/v0/stake.js +46 -0
- package/dist/stakingTemplates/templates/reputationLock/common.d.ts +23 -0
- package/dist/stakingTemplates/templates/reputationLock/common.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputationLock/common.js +3 -0
- package/dist/stakingTemplates/templates/reputationLock/index.d.ts +242 -0
- package/dist/stakingTemplates/templates/reputationLock/index.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputationLock/index.js +5 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/createPlatform.d.ts +31 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/createPlatform.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/createPlatform.js +57 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/createPool.d.ts +48 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/createPool.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/createPool.js +100 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts +242 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/index.js +26 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts +27 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/restake.js +45 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts +27 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputationLock/v0/stake.js +47 -0
- package/dist/stakingTemplates/templates/rwa/common.d.ts +23 -0
- package/dist/stakingTemplates/templates/rwa/common.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/common.js +3 -0
- package/dist/stakingTemplates/templates/rwa/index.d.ts +254 -0
- package/dist/stakingTemplates/templates/rwa/index.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/index.js +5 -0
- package/dist/stakingTemplates/templates/rwa/v0/createPlatform.d.ts +31 -0
- package/dist/stakingTemplates/templates/rwa/v0/createPlatform.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/v0/createPlatform.js +57 -0
- package/dist/stakingTemplates/templates/rwa/v0/createPool.d.ts +38 -0
- package/dist/stakingTemplates/templates/rwa/v0/createPool.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/v0/createPool.js +80 -0
- package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts +26 -0
- package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.js +42 -0
- package/dist/stakingTemplates/templates/rwa/v0/index.d.ts +254 -0
- package/dist/stakingTemplates/templates/rwa/v0/index.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/v0/index.js +28 -0
- package/dist/stakingTemplates/templates/rwa/v0/restake.d.ts +26 -0
- package/dist/stakingTemplates/templates/rwa/v0/restake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/v0/restake.js +41 -0
- package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts +26 -0
- package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/v0/stake.js +46 -0
- package/dist/v0/fractions/index.d.ts +76 -15
- package/dist/v0/fractions/index.d.ts.map +1 -1
- package/dist/v0/fractions/networkStatistics.route.d.ts +208 -87
- package/dist/v0/fractions/networkStatistics.route.d.ts.map +1 -1
- package/dist/v0/fractions/networkStatistics.route.js +99 -228
- package/dist/v1/fractions/lending/buyback/buyback.routes.d.ts +17 -17
- package/dist/v1/fractions/lending/buyback/buyback.routes.js +2 -2
- package/dist/v1/fractions/lending/buyback/buyback.schema.d.ts +5 -16
- package/dist/v1/fractions/lending/buyback/buyback.schema.d.ts.map +1 -1
- package/dist/v1/fractions/lending/buyback/buyback.schema.js +5 -4
- package/dist/v1/fractions/lending/createLendingSale.d.ts +124 -406
- package/dist/v1/fractions/lending/createLendingSale.d.ts.map +1 -1
- package/dist/v1/fractions/lending/createLendingSale.js +20 -22
- package/dist/v1/fractions/lending/deployMarket/lending.routes.d.ts +37 -41
- package/dist/v1/fractions/lending/deployMarket/lending.routes.d.ts.map +1 -1
- package/dist/v1/fractions/lending/deployMarket/lending.routes.js +13 -7
- package/dist/v1/fractions/lending/index.d.ts +55 -72
- package/dist/v1/fractions/lending/index.d.ts.map +1 -1
- package/dist/v1/fractions/lending/index.js +2 -2
- package/dist/v1/fractions/lending/purchase/directPurchase.route.d.ts +23 -34
- package/dist/v1/fractions/lending/purchase/directPurchase.route.d.ts.map +1 -1
- package/dist/v1/fractions/lending/purchase/directPurchase.route.js +9 -12
- package/dist/v1/fractions/lending/setCollateralPrice/setCollateralPrice.routes.d.ts +13 -13
- package/dist/v1/fractions/lending/setCollateralPrice/setCollateralPrice.routes.js +2 -2
- package/dist/v1/fractions/lending/setCollateralPrice/setCollateralPrice.schema.d.ts +4 -13
- package/dist/v1/fractions/lending/setCollateralPrice/setCollateralPrice.schema.d.ts.map +1 -1
- package/dist/v1/fractions/lending/setCollateralPrice/setCollateralPrice.schema.js +3 -2
- package/dist/v1/fractions/schemas.d.ts +14 -102
- package/dist/v1/fractions/schemas.d.ts.map +1 -1
- package/dist/v1/fractions/schemas.js +13 -28
- package/package.json +23 -19
package/dist/issuance/index.d.ts
CHANGED
|
@@ -1,301 +1,724 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
export declare const IssuanceApi: 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
|
+
"/": {
|
|
3
|
+
$post: {
|
|
4
|
+
input: {
|
|
5
|
+
json: {
|
|
6
|
+
chainId: 11155111 | 72080;
|
|
7
|
+
tokenName: string;
|
|
8
|
+
tokenSymbol: string;
|
|
9
|
+
supplyCap: string;
|
|
10
|
+
defaultTokenAdmin: string;
|
|
11
|
+
minter: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
output: {
|
|
15
|
+
data: `0x${string}`;
|
|
16
|
+
to: `0x${string}`;
|
|
17
|
+
details: {
|
|
18
|
+
functionName: string;
|
|
19
|
+
address: `0x${string}`;
|
|
10
20
|
abi: any[];
|
|
11
|
-
|
|
21
|
+
args: any[];
|
|
12
22
|
};
|
|
13
|
-
outputFormat: "json";
|
|
14
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
15
23
|
};
|
|
24
|
+
outputFormat: "json";
|
|
25
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
16
26
|
};
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
27
|
+
};
|
|
28
|
+
}, "/deploy"> | import("hono/types").MergeSchemaPath<{
|
|
29
|
+
"/": {
|
|
30
|
+
$post: {
|
|
31
|
+
input: {
|
|
32
|
+
json: {
|
|
33
|
+
chainId: 11155111 | 72080;
|
|
34
|
+
tokenName: string;
|
|
35
|
+
tokenSymbol: string;
|
|
36
|
+
supplyCap: string;
|
|
37
|
+
defaultTokenAdmin: string;
|
|
38
|
+
minter: string;
|
|
39
|
+
gatingSigner?: string | undefined;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
output: {
|
|
43
|
+
data: `0x${string}`;
|
|
44
|
+
to: `0x${string}`;
|
|
45
|
+
details: {
|
|
46
|
+
functionName: string;
|
|
47
|
+
address: `0x${string}`;
|
|
48
|
+
abi: any[];
|
|
49
|
+
args: any[];
|
|
50
|
+
};
|
|
39
51
|
};
|
|
52
|
+
outputFormat: "json";
|
|
53
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
40
54
|
};
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
args: any[];
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
outputFormat: "json";
|
|
62
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
55
|
+
};
|
|
56
|
+
}, "/deployGated"> | import("hono/types").MergeSchemaPath<{
|
|
57
|
+
"/": {
|
|
58
|
+
$get: {
|
|
59
|
+
input: {
|
|
60
|
+
query: {
|
|
61
|
+
chainId: string | string[];
|
|
62
|
+
hash: string | string[];
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
output: {
|
|
66
|
+
proxy: `0x${string}`;
|
|
67
|
+
admin: `0x${string}`;
|
|
68
|
+
minter: `0x${string}`;
|
|
69
|
+
supplyCap: string;
|
|
70
|
+
name: string;
|
|
71
|
+
symbol: string;
|
|
63
72
|
};
|
|
73
|
+
outputFormat: "json";
|
|
74
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
64
75
|
};
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
};
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
};
|
|
85
|
-
outputFormat: "json";
|
|
86
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
76
|
+
};
|
|
77
|
+
}, "/getDeployEvent"> | import("hono/types").MergeSchemaPath<{
|
|
78
|
+
"/": {
|
|
79
|
+
$post: {
|
|
80
|
+
input: {
|
|
81
|
+
json: {
|
|
82
|
+
tokenAddress: string;
|
|
83
|
+
spender: string;
|
|
84
|
+
amount: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
output: {
|
|
88
|
+
data: `0x${string}`;
|
|
89
|
+
to: `0x${string}`;
|
|
90
|
+
details: {
|
|
91
|
+
functionName: string;
|
|
92
|
+
address: `0x${string}`;
|
|
93
|
+
abi: any[];
|
|
94
|
+
args: any[];
|
|
95
|
+
};
|
|
87
96
|
};
|
|
97
|
+
outputFormat: "json";
|
|
98
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
88
99
|
};
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
};
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
};
|
|
109
|
-
outputFormat: "json";
|
|
110
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
100
|
+
};
|
|
101
|
+
}, "/approve"> | import("hono/types").MergeSchemaPath<{
|
|
102
|
+
"/": {
|
|
103
|
+
$post: {
|
|
104
|
+
input: {
|
|
105
|
+
json: {
|
|
106
|
+
tokenAddress: string;
|
|
107
|
+
amount: string;
|
|
108
|
+
burnFrom: string;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
output: {
|
|
112
|
+
data: `0x${string}`;
|
|
113
|
+
to: `0x${string}`;
|
|
114
|
+
details: {
|
|
115
|
+
functionName: string;
|
|
116
|
+
address: `0x${string}`;
|
|
117
|
+
abi: any[];
|
|
118
|
+
args: any[];
|
|
119
|
+
};
|
|
111
120
|
};
|
|
121
|
+
outputFormat: "json";
|
|
122
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
112
123
|
};
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
}
|
|
126
|
-
|
|
124
|
+
};
|
|
125
|
+
}, "/burn"> | import("hono/types").MergeSchemaPath<{
|
|
126
|
+
"/": {
|
|
127
|
+
$post: {
|
|
128
|
+
input: {
|
|
129
|
+
json: {
|
|
130
|
+
tokenAddress: string;
|
|
131
|
+
to: string;
|
|
132
|
+
amount: string;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
output: {
|
|
136
|
+
data: `0x${string}`;
|
|
137
|
+
to: `0x${string}`;
|
|
138
|
+
details: {
|
|
139
|
+
functionName: string;
|
|
140
|
+
address: `0x${string}`;
|
|
127
141
|
abi: any[];
|
|
128
142
|
args: any[];
|
|
129
|
-
bytecode: `0x${string}`;
|
|
130
143
|
};
|
|
131
|
-
outputFormat: "json";
|
|
132
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
133
144
|
};
|
|
145
|
+
outputFormat: "json";
|
|
146
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
134
147
|
};
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
};
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
};
|
|
155
|
-
outputFormat: "json";
|
|
156
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
148
|
+
};
|
|
149
|
+
}, "/mint"> | import("hono/types").MergeSchemaPath<{
|
|
150
|
+
"/": {
|
|
151
|
+
$post: {
|
|
152
|
+
input: {
|
|
153
|
+
json: {
|
|
154
|
+
tokenAddress: string;
|
|
155
|
+
to: string;
|
|
156
|
+
amount: string;
|
|
157
|
+
};
|
|
158
|
+
};
|
|
159
|
+
output: {
|
|
160
|
+
data: `0x${string}`;
|
|
161
|
+
to: `0x${string}`;
|
|
162
|
+
details: {
|
|
163
|
+
functionName: string;
|
|
164
|
+
address: `0x${string}`;
|
|
165
|
+
abi: any[];
|
|
166
|
+
args: any[];
|
|
167
|
+
};
|
|
157
168
|
};
|
|
169
|
+
outputFormat: "json";
|
|
170
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
158
171
|
};
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
data: `0x${string}`;
|
|
171
|
-
to: `0x${string}`;
|
|
172
|
-
details: {
|
|
173
|
-
address: `0x${string}`;
|
|
174
|
-
functionName: string;
|
|
175
|
-
abi: any[];
|
|
176
|
-
args: any[];
|
|
177
|
-
};
|
|
178
|
-
};
|
|
179
|
-
outputFormat: "json";
|
|
180
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
172
|
+
};
|
|
173
|
+
}, "/transfer"> | import("hono/types").MergeSchemaPath<{
|
|
174
|
+
"/": {
|
|
175
|
+
$post: {
|
|
176
|
+
input: {
|
|
177
|
+
json: {
|
|
178
|
+
tokenAddress: string;
|
|
179
|
+
from: string;
|
|
180
|
+
to: string;
|
|
181
|
+
amount: string;
|
|
182
|
+
};
|
|
181
183
|
};
|
|
184
|
+
output: {
|
|
185
|
+
data: `0x${string}`;
|
|
186
|
+
to: `0x${string}`;
|
|
187
|
+
details: {
|
|
188
|
+
functionName: string;
|
|
189
|
+
address: `0x${string}`;
|
|
190
|
+
abi: any[];
|
|
191
|
+
args: any[];
|
|
192
|
+
};
|
|
193
|
+
};
|
|
194
|
+
outputFormat: "json";
|
|
195
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
182
196
|
};
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
};
|
|
195
|
-
output: {
|
|
196
|
-
data: `0x${string}`;
|
|
197
|
-
};
|
|
198
|
-
outputFormat: "json";
|
|
199
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
197
|
+
};
|
|
198
|
+
}, "/transferFrom"> | import("hono/types").MergeSchemaPath<{
|
|
199
|
+
"/": {
|
|
200
|
+
$post: {
|
|
201
|
+
input: {
|
|
202
|
+
json: {
|
|
203
|
+
tokenAddress: string;
|
|
204
|
+
from: string;
|
|
205
|
+
to: string;
|
|
206
|
+
amount: string;
|
|
207
|
+
};
|
|
200
208
|
};
|
|
209
|
+
output: {
|
|
210
|
+
data: `0x${string}`;
|
|
211
|
+
to: `0x${string}`;
|
|
212
|
+
details: {
|
|
213
|
+
functionName: string;
|
|
214
|
+
address: `0x${string}`;
|
|
215
|
+
abi: any[];
|
|
216
|
+
args: any[];
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
outputFormat: "json";
|
|
220
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
201
221
|
};
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
};
|
|
213
|
-
output: {
|
|
214
|
-
data: `0x${string}`;
|
|
215
|
-
to: `0x${string}`;
|
|
216
|
-
details: {
|
|
217
|
-
address: `0x${string}`;
|
|
218
|
-
functionName: string;
|
|
219
|
-
abi: any[];
|
|
220
|
-
args: any[];
|
|
221
|
-
};
|
|
222
|
-
};
|
|
223
|
-
outputFormat: "json";
|
|
224
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
222
|
+
};
|
|
223
|
+
}, "/recover"> | import("hono/types").MergeSchemaPath<{
|
|
224
|
+
"/": {
|
|
225
|
+
$post: {
|
|
226
|
+
input: {
|
|
227
|
+
json: {
|
|
228
|
+
tokenAddress: string;
|
|
229
|
+
role: import("../client.js").Erc20GatedRole;
|
|
230
|
+
account: string;
|
|
231
|
+
};
|
|
225
232
|
};
|
|
233
|
+
output: {
|
|
234
|
+
data: `0x${string}`;
|
|
235
|
+
to: `0x${string}`;
|
|
236
|
+
details: {
|
|
237
|
+
functionName: string;
|
|
238
|
+
address: `0x${string}`;
|
|
239
|
+
abi: any[];
|
|
240
|
+
args: any[];
|
|
241
|
+
};
|
|
242
|
+
};
|
|
243
|
+
outputFormat: "json";
|
|
244
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
245
|
+
};
|
|
246
|
+
};
|
|
247
|
+
}, "/grantRole"> | import("hono/types").MergeSchemaPath<{
|
|
248
|
+
"/": {
|
|
249
|
+
$post: {
|
|
250
|
+
input: {
|
|
251
|
+
json: {
|
|
252
|
+
tokenAddress: string;
|
|
253
|
+
role: import("../client.js").Erc20GatedRole;
|
|
254
|
+
account: string;
|
|
255
|
+
};
|
|
256
|
+
};
|
|
257
|
+
output: {
|
|
258
|
+
data: `0x${string}`;
|
|
259
|
+
to: `0x${string}`;
|
|
260
|
+
details: {
|
|
261
|
+
functionName: string;
|
|
262
|
+
address: `0x${string}`;
|
|
263
|
+
abi: any[];
|
|
264
|
+
args: any[];
|
|
265
|
+
};
|
|
266
|
+
};
|
|
267
|
+
outputFormat: "json";
|
|
268
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
269
|
+
};
|
|
270
|
+
};
|
|
271
|
+
}, "/revokeRole"> | import("hono/types").MergeSchemaPath<{
|
|
272
|
+
"/": {
|
|
273
|
+
$post: {
|
|
274
|
+
input: {
|
|
275
|
+
json: {
|
|
276
|
+
tokenAddress: string;
|
|
277
|
+
role: import("../client.js").Erc20GatedRole;
|
|
278
|
+
callerConfirmation: string;
|
|
279
|
+
};
|
|
280
|
+
};
|
|
281
|
+
output: {
|
|
282
|
+
data: `0x${string}`;
|
|
283
|
+
to: `0x${string}`;
|
|
284
|
+
details: {
|
|
285
|
+
functionName: string;
|
|
286
|
+
address: `0x${string}`;
|
|
287
|
+
abi: any[];
|
|
288
|
+
args: any[];
|
|
289
|
+
};
|
|
290
|
+
};
|
|
291
|
+
outputFormat: "json";
|
|
292
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
293
|
+
};
|
|
294
|
+
};
|
|
295
|
+
}, "/renounceRole"> | import("hono/types").MergeSchemaPath<{
|
|
296
|
+
"/": {
|
|
297
|
+
$post: {
|
|
298
|
+
input: {
|
|
299
|
+
json: {
|
|
300
|
+
tokenAddress: string;
|
|
301
|
+
name: string;
|
|
302
|
+
symbol: string;
|
|
303
|
+
cap: string;
|
|
304
|
+
defaultAdmin: string;
|
|
305
|
+
minter: string;
|
|
306
|
+
gatingSigner?: string | undefined;
|
|
307
|
+
};
|
|
308
|
+
};
|
|
309
|
+
output: {
|
|
310
|
+
data: `0x${string}`;
|
|
311
|
+
to: `0x${string}`;
|
|
312
|
+
details: {
|
|
313
|
+
functionName: string;
|
|
314
|
+
address: `0x${string}`;
|
|
315
|
+
abi: any[];
|
|
316
|
+
args: any[];
|
|
317
|
+
};
|
|
318
|
+
};
|
|
319
|
+
outputFormat: "json";
|
|
320
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
226
321
|
};
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
322
|
+
};
|
|
323
|
+
}, "/initialize">, "/erc20"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
324
|
+
"/": {
|
|
325
|
+
$post: {
|
|
326
|
+
input: {
|
|
327
|
+
json: {
|
|
328
|
+
chainId: 11155111 | 72080;
|
|
329
|
+
tokenName: string;
|
|
330
|
+
tokenSymbol: string;
|
|
331
|
+
baseURI: string;
|
|
332
|
+
defaultTokenAdmin: string;
|
|
333
|
+
minter: string;
|
|
334
|
+
};
|
|
335
|
+
};
|
|
336
|
+
output: {
|
|
337
|
+
data: `0x${string}`;
|
|
338
|
+
to: `0x${string}`;
|
|
339
|
+
details: {
|
|
340
|
+
functionName: string;
|
|
341
|
+
address: `0x${string}`;
|
|
232
342
|
abi: any[];
|
|
233
|
-
|
|
343
|
+
args: any[];
|
|
234
344
|
};
|
|
235
|
-
outputFormat: "json";
|
|
236
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
237
345
|
};
|
|
346
|
+
outputFormat: "json";
|
|
347
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
238
348
|
};
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
349
|
+
};
|
|
350
|
+
}, "/deploy"> | import("hono/types").MergeSchemaPath<{
|
|
351
|
+
"/": {
|
|
352
|
+
$post: {
|
|
353
|
+
input: {
|
|
354
|
+
json: {
|
|
355
|
+
chainId: 11155111 | 72080;
|
|
356
|
+
tokenName: string;
|
|
357
|
+
tokenSymbol: string;
|
|
358
|
+
baseURI: string;
|
|
359
|
+
defaultTokenAdmin: string;
|
|
360
|
+
minter: string;
|
|
361
|
+
gatingSigner?: string | undefined;
|
|
362
|
+
};
|
|
363
|
+
};
|
|
364
|
+
output: {
|
|
365
|
+
data: `0x${string}`;
|
|
366
|
+
to: `0x${string}`;
|
|
367
|
+
details: {
|
|
368
|
+
functionName: string;
|
|
369
|
+
address: `0x${string}`;
|
|
244
370
|
abi: any[];
|
|
245
|
-
|
|
371
|
+
args: any[];
|
|
372
|
+
};
|
|
373
|
+
};
|
|
374
|
+
outputFormat: "json";
|
|
375
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
376
|
+
};
|
|
377
|
+
};
|
|
378
|
+
}, "/deployGated"> | import("hono/types").MergeSchemaPath<{
|
|
379
|
+
"/": {
|
|
380
|
+
$get: {
|
|
381
|
+
input: {
|
|
382
|
+
query: {
|
|
383
|
+
chainId: string | string[];
|
|
384
|
+
hash: string | string[];
|
|
246
385
|
};
|
|
247
|
-
outputFormat: "json";
|
|
248
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
249
386
|
};
|
|
387
|
+
output: {
|
|
388
|
+
proxy: `0x${string}`;
|
|
389
|
+
admin: `0x${string}`;
|
|
390
|
+
minter: `0x${string}`;
|
|
391
|
+
name: string;
|
|
392
|
+
symbol: string;
|
|
393
|
+
baseURI: string;
|
|
394
|
+
};
|
|
395
|
+
outputFormat: "json";
|
|
396
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
250
397
|
};
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
};
|
|
261
|
-
|
|
398
|
+
};
|
|
399
|
+
}, "/getDeployEvent"> | import("hono/types").MergeSchemaPath<{
|
|
400
|
+
"/": {
|
|
401
|
+
$post: {
|
|
402
|
+
input: {
|
|
403
|
+
json: {
|
|
404
|
+
tokenAddress: string;
|
|
405
|
+
to: string;
|
|
406
|
+
tokenId: string;
|
|
407
|
+
};
|
|
408
|
+
};
|
|
409
|
+
output: {
|
|
410
|
+
data: `0x${string}`;
|
|
411
|
+
to: `0x${string}`;
|
|
412
|
+
details: {
|
|
413
|
+
functionName: string;
|
|
414
|
+
address: `0x${string}`;
|
|
262
415
|
abi: any[];
|
|
263
416
|
args: any[];
|
|
264
|
-
bytecode: `0x${string}`;
|
|
265
417
|
};
|
|
266
|
-
outputFormat: "json";
|
|
267
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
268
418
|
};
|
|
419
|
+
outputFormat: "json";
|
|
420
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
269
421
|
};
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
422
|
+
};
|
|
423
|
+
}, "/approve"> | import("hono/types").MergeSchemaPath<{
|
|
424
|
+
"/": {
|
|
425
|
+
$post: {
|
|
426
|
+
input: {
|
|
427
|
+
json: {
|
|
428
|
+
tokenAddress: string;
|
|
429
|
+
tokenId: string;
|
|
430
|
+
};
|
|
431
|
+
};
|
|
432
|
+
output: {
|
|
433
|
+
data: `0x${string}`;
|
|
434
|
+
to: `0x${string}`;
|
|
435
|
+
details: {
|
|
436
|
+
functionName: string;
|
|
437
|
+
address: `0x${string}`;
|
|
438
|
+
abi: any[];
|
|
439
|
+
args: any[];
|
|
440
|
+
};
|
|
441
|
+
};
|
|
442
|
+
outputFormat: "json";
|
|
443
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
444
|
+
};
|
|
445
|
+
};
|
|
446
|
+
}, "/burn"> | import("hono/types").MergeSchemaPath<{
|
|
447
|
+
"/": {
|
|
448
|
+
$post: {
|
|
449
|
+
input: {
|
|
450
|
+
json: {
|
|
451
|
+
tokenAddress: string;
|
|
452
|
+
to: string;
|
|
453
|
+
tokenId: string;
|
|
454
|
+
};
|
|
455
|
+
};
|
|
456
|
+
output: {
|
|
457
|
+
data: `0x${string}`;
|
|
458
|
+
to: `0x${string}`;
|
|
459
|
+
details: {
|
|
460
|
+
functionName: string;
|
|
461
|
+
address: `0x${string}`;
|
|
462
|
+
abi: any[];
|
|
463
|
+
args: any[];
|
|
464
|
+
};
|
|
465
|
+
};
|
|
466
|
+
outputFormat: "json";
|
|
467
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
468
|
+
};
|
|
469
|
+
};
|
|
470
|
+
}, "/mint"> | import("hono/types").MergeSchemaPath<{
|
|
471
|
+
"/": {
|
|
472
|
+
$post: {
|
|
473
|
+
input: {
|
|
474
|
+
json: {
|
|
475
|
+
tokenAddress: string;
|
|
476
|
+
from: string;
|
|
477
|
+
to: string;
|
|
478
|
+
tokenId: string;
|
|
479
|
+
};
|
|
480
|
+
};
|
|
481
|
+
output: {
|
|
482
|
+
data: `0x${string}`;
|
|
483
|
+
to: `0x${string}`;
|
|
484
|
+
details: {
|
|
485
|
+
functionName: string;
|
|
486
|
+
address: `0x${string}`;
|
|
487
|
+
abi: any[];
|
|
488
|
+
args: any[];
|
|
489
|
+
};
|
|
490
|
+
};
|
|
491
|
+
outputFormat: "json";
|
|
492
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
493
|
+
};
|
|
494
|
+
};
|
|
495
|
+
}, "/transferFrom"> | import("hono/types").MergeSchemaPath<{
|
|
496
|
+
"/": {
|
|
497
|
+
$post: {
|
|
498
|
+
input: {
|
|
499
|
+
json: {
|
|
500
|
+
tokenAddress: string;
|
|
501
|
+
from: string;
|
|
502
|
+
to: string;
|
|
503
|
+
tokenId: string;
|
|
504
|
+
};
|
|
505
|
+
};
|
|
506
|
+
output: {
|
|
507
|
+
data: `0x${string}`;
|
|
508
|
+
to: `0x${string}`;
|
|
509
|
+
details: {
|
|
510
|
+
functionName: string;
|
|
511
|
+
address: `0x${string}`;
|
|
512
|
+
abi: any[];
|
|
513
|
+
args: any[];
|
|
514
|
+
};
|
|
515
|
+
};
|
|
516
|
+
outputFormat: "json";
|
|
517
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
518
|
+
};
|
|
519
|
+
};
|
|
520
|
+
}, "/recover"> | import("hono/types").MergeSchemaPath<{
|
|
521
|
+
"/": {
|
|
522
|
+
$post: {
|
|
523
|
+
input: {
|
|
524
|
+
json: {
|
|
525
|
+
tokenAddress: string;
|
|
526
|
+
role: import("../client.js").Erc721TokenRole;
|
|
527
|
+
account: string;
|
|
528
|
+
};
|
|
529
|
+
};
|
|
530
|
+
output: {
|
|
531
|
+
data: `0x${string}`;
|
|
532
|
+
to: `0x${string}`;
|
|
533
|
+
details: {
|
|
534
|
+
functionName: string;
|
|
535
|
+
address: `0x${string}`;
|
|
536
|
+
abi: any[];
|
|
537
|
+
args: any[];
|
|
538
|
+
};
|
|
539
|
+
};
|
|
540
|
+
outputFormat: "json";
|
|
541
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
542
|
+
};
|
|
543
|
+
};
|
|
544
|
+
}, "/grantRole"> | import("hono/types").MergeSchemaPath<{
|
|
545
|
+
"/": {
|
|
546
|
+
$post: {
|
|
547
|
+
input: {
|
|
548
|
+
json: {
|
|
549
|
+
tokenAddress: string;
|
|
550
|
+
role: import("../client.js").Erc721TokenRole;
|
|
551
|
+
account: string;
|
|
552
|
+
};
|
|
553
|
+
};
|
|
554
|
+
output: {
|
|
555
|
+
data: `0x${string}`;
|
|
556
|
+
to: `0x${string}`;
|
|
557
|
+
details: {
|
|
558
|
+
functionName: string;
|
|
559
|
+
address: `0x${string}`;
|
|
560
|
+
abi: any[];
|
|
561
|
+
args: any[];
|
|
562
|
+
};
|
|
563
|
+
};
|
|
564
|
+
outputFormat: "json";
|
|
565
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
566
|
+
};
|
|
567
|
+
};
|
|
568
|
+
}, "/revokeRole"> | import("hono/types").MergeSchemaPath<{
|
|
569
|
+
"/": {
|
|
570
|
+
$post: {
|
|
571
|
+
input: {
|
|
572
|
+
json: {
|
|
573
|
+
tokenAddress: string;
|
|
574
|
+
role: import("../client.js").Erc721TokenRole;
|
|
575
|
+
callerConfirmation: string;
|
|
576
|
+
};
|
|
577
|
+
};
|
|
578
|
+
output: {
|
|
579
|
+
data: `0x${string}`;
|
|
580
|
+
to: `0x${string}`;
|
|
581
|
+
details: {
|
|
582
|
+
functionName: string;
|
|
583
|
+
address: `0x${string}`;
|
|
584
|
+
abi: any[];
|
|
585
|
+
args: any[];
|
|
586
|
+
};
|
|
587
|
+
};
|
|
588
|
+
outputFormat: "json";
|
|
589
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
590
|
+
};
|
|
591
|
+
};
|
|
592
|
+
}, "/renounceRole"> | import("hono/types").MergeSchemaPath<{
|
|
593
|
+
"/": {
|
|
594
|
+
$post: {
|
|
595
|
+
input: {
|
|
596
|
+
json: {
|
|
597
|
+
tokenAddress: string;
|
|
598
|
+
baseURI: string;
|
|
599
|
+
};
|
|
600
|
+
};
|
|
601
|
+
output: {
|
|
602
|
+
data: `0x${string}`;
|
|
603
|
+
to: `0x${string}`;
|
|
604
|
+
details: {
|
|
605
|
+
functionName: string;
|
|
606
|
+
address: `0x${string}`;
|
|
607
|
+
abi: any[];
|
|
608
|
+
args: any[];
|
|
609
|
+
};
|
|
610
|
+
};
|
|
611
|
+
outputFormat: "json";
|
|
612
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
613
|
+
};
|
|
614
|
+
};
|
|
615
|
+
}, "/setBaseURI"> | import("hono/types").MergeSchemaPath<{
|
|
616
|
+
"/": {
|
|
617
|
+
$post: {
|
|
618
|
+
input: {
|
|
619
|
+
json: {
|
|
620
|
+
tokenAddress: string;
|
|
621
|
+
tokenId: string;
|
|
622
|
+
tokenURI: string;
|
|
623
|
+
};
|
|
624
|
+
};
|
|
625
|
+
output: {
|
|
626
|
+
data: `0x${string}`;
|
|
627
|
+
to: `0x${string}`;
|
|
628
|
+
details: {
|
|
629
|
+
functionName: string;
|
|
630
|
+
address: `0x${string}`;
|
|
631
|
+
abi: any[];
|
|
632
|
+
args: any[];
|
|
633
|
+
};
|
|
634
|
+
};
|
|
635
|
+
outputFormat: "json";
|
|
636
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
637
|
+
};
|
|
638
|
+
};
|
|
639
|
+
}, "/setTokenURI"> | import("hono/types").MergeSchemaPath<{
|
|
640
|
+
"/": {
|
|
641
|
+
$post: {
|
|
642
|
+
input: {
|
|
643
|
+
json: {
|
|
644
|
+
tokenAddress: string;
|
|
645
|
+
name: string;
|
|
646
|
+
symbol: string;
|
|
647
|
+
baseURI: string;
|
|
648
|
+
defaultAdmin: string;
|
|
649
|
+
minter: string;
|
|
650
|
+
};
|
|
651
|
+
};
|
|
652
|
+
output: {
|
|
653
|
+
data: `0x${string}`;
|
|
654
|
+
to: `0x${string}`;
|
|
655
|
+
details: {
|
|
656
|
+
functionName: string;
|
|
657
|
+
address: `0x${string}`;
|
|
658
|
+
abi: any[];
|
|
659
|
+
args: any[];
|
|
660
|
+
};
|
|
661
|
+
};
|
|
662
|
+
outputFormat: "json";
|
|
663
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
664
|
+
};
|
|
665
|
+
};
|
|
666
|
+
}, "/initialize">, "/erc721"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
667
|
+
"/": {
|
|
668
|
+
$get: {
|
|
669
|
+
input: {};
|
|
670
|
+
output: {
|
|
671
|
+
bytecode: `0x${string}`;
|
|
672
|
+
abi: any[];
|
|
673
|
+
args?: any[] | undefined;
|
|
674
|
+
};
|
|
675
|
+
outputFormat: "json";
|
|
676
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
677
|
+
};
|
|
678
|
+
};
|
|
679
|
+
}, "/deployProxyAdmin"> | import("hono/types").MergeSchemaPath<{
|
|
680
|
+
"/": {
|
|
681
|
+
$post: {
|
|
682
|
+
input: {
|
|
683
|
+
json: {
|
|
684
|
+
implementation: string;
|
|
685
|
+
proxyAdminOwner: string;
|
|
686
|
+
initData: string;
|
|
687
|
+
};
|
|
688
|
+
};
|
|
689
|
+
output: {
|
|
690
|
+
bytecode: `0x${string}`;
|
|
691
|
+
abi: any[];
|
|
692
|
+
args?: any[] | undefined;
|
|
693
|
+
};
|
|
694
|
+
outputFormat: "json";
|
|
695
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
696
|
+
};
|
|
697
|
+
};
|
|
698
|
+
}, "/deployTransparentProxy"> | import("hono/types").MergeSchemaPath<{
|
|
699
|
+
"/": {
|
|
700
|
+
$post: {
|
|
701
|
+
input: {
|
|
702
|
+
json: {
|
|
703
|
+
proxyAdminAddress: string;
|
|
704
|
+
proxyAddress: string;
|
|
705
|
+
newImplementation: string;
|
|
706
|
+
data?: string | undefined;
|
|
707
|
+
};
|
|
708
|
+
};
|
|
709
|
+
output: {
|
|
710
|
+
data: `0x${string}`;
|
|
711
|
+
to: `0x${string}`;
|
|
712
|
+
details: {
|
|
713
|
+
functionName: string;
|
|
714
|
+
address: `0x${string}`;
|
|
715
|
+
abi: any[];
|
|
716
|
+
args: any[];
|
|
717
|
+
};
|
|
293
718
|
};
|
|
719
|
+
outputFormat: "json";
|
|
720
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
294
721
|
};
|
|
295
|
-
}, "/issuance">, "/">;
|
|
296
|
-
config: {
|
|
297
|
-
title: string;
|
|
298
|
-
description: string;
|
|
299
722
|
};
|
|
300
|
-
}
|
|
723
|
+
}, "/upgradeTransparentProxy">, "/proxy">, "/">>;
|
|
301
724
|
//# sourceMappingURL=index.d.ts.map
|