@evergonlabs/tmi-protocol-api 0.8.1 → 0.9.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/dist/app.d.ts +462 -67
- package/dist/app.d.ts.map +1 -1
- package/dist/client.d.ts +591 -180
- package/dist/client.d.ts.map +1 -1
- package/dist/common/middleware/indexer.d.ts +1 -1
- package/dist/common/middleware/indexer.d.ts.map +1 -1
- package/dist/factory.d.ts +1 -3
- package/dist/factory.d.ts.map +1 -1
- package/dist/fractions/fractions/approveWrapper.route.d.ts +3 -3
- package/dist/fractions/fractions/approveWrapper.route.d.ts.map +1 -1
- package/dist/fractions/fractions/index.d.ts +1 -1
- package/dist/fractions/fractions/index.d.ts.map +1 -1
- package/dist/fractions/index.d.ts +154 -6
- package/dist/fractions/index.d.ts.map +1 -1
- package/dist/fractions/markets/getDeployEvent.d.ts +1 -1
- package/dist/fractions/markets/getDeployEvent.d.ts.map +1 -1
- package/dist/fractions/markets/getMarket/getMarket.d.ts +22 -2
- package/dist/fractions/markets/getMarket/getMarket.d.ts.map +1 -1
- package/dist/fractions/markets/getMarket/index.d.ts +22 -2
- package/dist/fractions/markets/getMarket/index.d.ts.map +1 -1
- package/dist/fractions/markets/index.d.ts +43 -3
- package/dist/fractions/markets/index.d.ts.map +1 -1
- package/dist/fractions/markets/searchMarkets/index.d.ts +22 -2
- package/dist/fractions/markets/searchMarkets/index.d.ts.map +1 -1
- package/dist/fractions/markets/searchMarkets/searchMarkets.d.ts +22 -2
- package/dist/fractions/markets/searchMarkets/searchMarkets.d.ts.map +1 -1
- package/dist/fractions/platforms/deployMarket.routes.d.ts +4 -4
- package/dist/fractions/platforms/deployMarket.routes.d.ts.map +1 -1
- package/dist/fractions/platforms/index.d.ts +1 -1
- package/dist/fractions/platforms/index.d.ts.map +1 -1
- package/dist/fractions/platforms/initCompilot.routes.d.ts +1 -1
- package/dist/fractions/platforms/initCompilot.routes.d.ts.map +1 -1
- package/dist/fractions/platforms/initNid.route.d.ts +1 -1
- package/dist/fractions/platforms/initNid.route.d.ts.map +1 -1
- package/dist/fractions/roles/getRoles.d.ts +1 -1
- package/dist/fractions/roles/getRoles.d.ts.map +1 -1
- package/dist/fractions/roles/grantRole.route.d.ts +1 -1
- package/dist/fractions/roles/grantRole.route.d.ts.map +1 -1
- package/dist/fractions/roles/index.d.ts +1 -1
- package/dist/fractions/roles/index.d.ts.map +1 -1
- package/dist/fractions/sales/approveSale.route.d.ts +1 -1
- package/dist/fractions/sales/approveSale.route.d.ts.map +1 -1
- package/dist/fractions/sales/completeSale.route.d.ts +1 -1
- package/dist/fractions/sales/completeSale.route.d.ts.map +1 -1
- package/dist/fractions/sales/createFractions.route.d.ts +1 -1
- package/dist/fractions/sales/createFractions.route.d.ts.map +1 -1
- package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts +1 -1
- package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts.map +1 -1
- package/dist/fractions/sales/getVaultAddress.d.ts +1 -1
- package/dist/fractions/sales/getVaultAddress.d.ts.map +1 -1
- package/dist/fractions/sales/getWithdrawEvent.d.ts +1 -1
- package/dist/fractions/sales/getWithdrawEvent.d.ts.map +1 -1
- package/dist/fractions/sales/index.d.ts +112 -4
- package/dist/fractions/sales/index.d.ts.map +1 -1
- package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts +1 -1
- package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts.map +1 -1
- package/dist/fractions/sales/purchase.route.d.ts +1 -1
- package/dist/fractions/sales/purchase.route.d.ts.map +1 -1
- package/dist/fractions/sales/purchaseStatistics.route.d.ts +1 -1
- package/dist/fractions/sales/purchaseStatistics.route.d.ts.map +1 -1
- package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts +2 -2
- package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts.map +1 -1
- package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts +1 -1
- package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts.map +1 -1
- package/dist/fractions/sales/recoverFractions.d.ts +1 -1
- package/dist/fractions/sales/recoverFractions.d.ts.map +1 -1
- package/dist/fractions/sales/rejectFractions.d.ts +1 -1
- package/dist/fractions/sales/rejectFractions.d.ts.map +1 -1
- package/dist/fractions/sales/searchActivity.route.d.ts +1 -1
- package/dist/fractions/sales/searchActivity.route.d.ts.map +1 -1
- package/dist/fractions/sales/searchSales/searchSales.d.ts +67 -2
- package/dist/fractions/sales/searchSales/searchSales.d.ts.map +1 -1
- package/dist/fractions/sales/searchWithdrawal.route.d.ts +35 -2
- package/dist/fractions/sales/searchWithdrawal.route.d.ts.map +1 -1
- package/dist/fractions/sales/setFeeCapLimit.d.ts +1 -1
- package/dist/fractions/sales/setFeeCapLimit.d.ts.map +1 -1
- package/dist/fractions/sales/unlockWrappedAssets.route.d.ts +1 -1
- package/dist/fractions/sales/unlockWrappedAssets.route.d.ts.map +1 -1
- package/dist/fractions/sales/vesting/claimStatistics.route.d.ts +12 -2
- package/dist/fractions/sales/vesting/claimStatistics.route.d.ts.map +1 -1
- package/dist/fractions/sales/vesting/claimVestedTokens.route.d.ts +1 -1
- package/dist/fractions/sales/vesting/claimVestedTokens.route.d.ts.map +1 -1
- package/dist/fractions/sales/vesting/editCliff.route.d.ts +1 -1
- package/dist/fractions/sales/vesting/editCliff.route.d.ts.map +1 -1
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts +1 -1
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts.map +1 -1
- package/dist/fractions/sales/withdraw.route.d.ts +1 -1
- package/dist/fractions/sales/withdraw.route.d.ts.map +1 -1
- package/dist/fractions/sig/getAuthData.d.ts +1 -1
- package/dist/fractions/sig/getAuthData.d.ts.map +1 -1
- package/dist/fractions/sig/getNonce.route.d.ts +1 -1
- package/dist/fractions/sig/getNonce.route.d.ts.map +1 -1
- package/dist/fractions/sig/index.d.ts +1 -1
- package/dist/fractions/sig/index.d.ts.map +1 -1
- package/dist/fractions/statistics/index.d.ts +1 -1
- package/dist/fractions/statistics/index.d.ts.map +1 -1
- package/dist/fractions/statistics/networkStatistics.route.d.ts +4 -4
- package/dist/fractions/statistics/networkStatistics.route.d.ts.map +1 -1
- package/dist/general/estimateGas.d.ts +1 -1
- package/dist/general/estimateGas.d.ts.map +1 -1
- package/dist/general/getBalance.d.ts +1 -1
- package/dist/general/getBalance.d.ts.map +1 -1
- package/dist/general/getBalancesBatch.d.ts +1 -1
- package/dist/general/getBalancesBatch.d.ts.map +1 -1
- package/dist/general/index.d.ts +1 -1
- package/dist/general/index.d.ts.map +1 -1
- package/dist/general/searchBalances.d.ts +1 -1
- package/dist/general/searchBalances.d.ts.map +1 -1
- package/dist/issuance/common/exports.d.ts +1 -1
- package/dist/issuance/common/exports.d.ts.map +1 -1
- package/dist/issuance/common/exports.js +1 -1
- package/dist/issuance/common/factories.base.d.ts +167 -0
- package/dist/issuance/common/factories.base.d.ts.map +1 -0
- package/dist/issuance/common/factories.base.js +15 -0
- package/dist/issuance/common/factories.d.ts +1 -166
- package/dist/issuance/common/factories.d.ts.map +1 -1
- package/dist/issuance/common/factories.js +2 -15
- package/dist/issuance/erc20/approve.d.ts +1 -1
- package/dist/issuance/erc20/approve.d.ts.map +1 -1
- package/dist/issuance/erc20/burn.d.ts +1 -1
- package/dist/issuance/erc20/burn.d.ts.map +1 -1
- package/dist/issuance/erc20/default/deploy.d.ts +38 -0
- package/dist/issuance/erc20/default/deploy.d.ts.map +1 -0
- package/dist/issuance/erc20/default/deploy.js +54 -0
- package/dist/issuance/erc20/default/initialize.d.ts +38 -0
- package/dist/issuance/erc20/default/initialize.d.ts.map +1 -0
- package/dist/issuance/erc20/default/initialize.js +43 -0
- package/dist/issuance/erc20/default/parseDeployEvent.d.ts +23 -0
- package/dist/issuance/erc20/default/parseDeployEvent.d.ts.map +1 -0
- package/dist/issuance/erc20/default/parseDeployEvent.js +79 -0
- package/dist/issuance/erc20/gated/deploy.d.ts +40 -0
- package/dist/issuance/erc20/gated/deploy.d.ts.map +1 -0
- package/dist/issuance/erc20/gated/deploy.js +60 -0
- package/dist/issuance/erc20/gated/initialize.d.ts +40 -0
- package/dist/issuance/erc20/gated/initialize.d.ts.map +1 -0
- package/dist/issuance/erc20/gated/initialize.js +45 -0
- package/dist/issuance/erc20/gated/parseDeployEvent.d.ts +23 -0
- package/dist/issuance/erc20/gated/parseDeployEvent.d.ts.map +1 -0
- package/dist/issuance/erc20/gated/parseDeployEvent.js +79 -0
- package/dist/issuance/erc20/gatedSimple/deploy.d.ts +15 -0
- package/dist/issuance/erc20/gatedSimple/deploy.d.ts.map +1 -0
- package/dist/issuance/erc20/gatedSimple/deploy.js +28 -0
- package/dist/issuance/erc20/gatedSimple/getInitData.d.ts +32 -0
- package/dist/issuance/erc20/gatedSimple/getInitData.d.ts.map +1 -0
- package/dist/issuance/erc20/gatedSimple/getInitData.js +51 -0
- package/dist/issuance/erc20/gatedSimple/parseDeployEvent.d.ts +18 -0
- package/dist/issuance/erc20/gatedSimple/parseDeployEvent.d.ts.map +1 -0
- package/dist/issuance/erc20/gatedSimple/parseDeployEvent.js +63 -0
- package/dist/issuance/erc20/grantRole.d.ts +1 -1
- package/dist/issuance/erc20/grantRole.d.ts.map +1 -1
- package/dist/issuance/erc20/index.d.ts +126 -30
- package/dist/issuance/erc20/index.d.ts.map +1 -1
- package/dist/issuance/erc20/index.js +21 -7
- package/dist/issuance/erc20/mint.d.ts +1 -1
- package/dist/issuance/erc20/mint.d.ts.map +1 -1
- package/dist/issuance/erc20/recover.d.ts +1 -1
- package/dist/issuance/erc20/recover.d.ts.map +1 -1
- package/dist/issuance/erc20/renounceRole.d.ts +1 -1
- package/dist/issuance/erc20/renounceRole.d.ts.map +1 -1
- package/dist/issuance/erc20/revokeRole.d.ts +1 -1
- package/dist/issuance/erc20/revokeRole.d.ts.map +1 -1
- package/dist/issuance/erc20/transfer.d.ts +1 -1
- package/dist/issuance/erc20/transfer.d.ts.map +1 -1
- package/dist/issuance/erc20/transferFrom.d.ts +1 -1
- package/dist/issuance/erc20/transferFrom.d.ts.map +1 -1
- package/dist/issuance/erc721/approve.d.ts +1 -1
- package/dist/issuance/erc721/approve.d.ts.map +1 -1
- package/dist/issuance/erc721/burn.d.ts +1 -1
- package/dist/issuance/erc721/burn.d.ts.map +1 -1
- package/dist/issuance/erc721/default/deploy.d.ts +38 -0
- package/dist/issuance/erc721/default/deploy.d.ts.map +1 -0
- package/dist/issuance/erc721/default/deploy.js +53 -0
- package/dist/issuance/erc721/default/initialize.d.ts +38 -0
- package/dist/issuance/erc721/default/initialize.d.ts.map +1 -0
- package/dist/issuance/erc721/default/initialize.js +40 -0
- package/dist/issuance/erc721/default/parseDeployEvent.d.ts +23 -0
- package/dist/issuance/erc721/default/parseDeployEvent.d.ts.map +1 -0
- package/dist/issuance/erc721/default/parseDeployEvent.js +78 -0
- package/dist/issuance/erc721/gated/deploy.d.ts +40 -0
- package/dist/issuance/erc721/gated/deploy.d.ts.map +1 -0
- package/dist/issuance/erc721/gated/deploy.js +60 -0
- package/dist/issuance/erc721/gated/initialize.d.ts +40 -0
- package/dist/issuance/erc721/gated/initialize.d.ts.map +1 -0
- package/dist/issuance/erc721/gated/initialize.js +44 -0
- package/dist/issuance/erc721/gated/parseDeployEvent.d.ts +23 -0
- package/dist/issuance/erc721/gated/parseDeployEvent.d.ts.map +1 -0
- package/dist/issuance/erc721/gated/parseDeployEvent.js +78 -0
- package/dist/issuance/erc721/grantRole.d.ts +1 -1
- package/dist/issuance/erc721/grantRole.d.ts.map +1 -1
- package/dist/issuance/erc721/index.d.ts +78 -29
- package/dist/issuance/erc721/index.d.ts.map +1 -1
- package/dist/issuance/erc721/index.js +14 -7
- package/dist/issuance/erc721/mint.d.ts +1 -1
- package/dist/issuance/erc721/mint.d.ts.map +1 -1
- package/dist/issuance/erc721/recover.d.ts +1 -1
- package/dist/issuance/erc721/recover.d.ts.map +1 -1
- package/dist/issuance/erc721/renounceRole.d.ts +1 -1
- package/dist/issuance/erc721/renounceRole.d.ts.map +1 -1
- package/dist/issuance/erc721/revokeRole.d.ts +1 -1
- package/dist/issuance/erc721/revokeRole.d.ts.map +1 -1
- package/dist/issuance/erc721/setBaseURI.d.ts +1 -1
- package/dist/issuance/erc721/setBaseURI.d.ts.map +1 -1
- package/dist/issuance/erc721/setTokenURI.d.ts +1 -1
- package/dist/issuance/erc721/setTokenURI.d.ts.map +1 -1
- package/dist/issuance/erc721/transferFrom.d.ts +1 -1
- package/dist/issuance/erc721/transferFrom.d.ts.map +1 -1
- package/dist/issuance/index.d.ts +186 -41
- package/dist/issuance/index.d.ts.map +1 -1
- package/dist/issuance/proxy/deploy.d.ts +2 -2
- package/dist/issuance/proxy/deploy.d.ts.map +1 -1
- package/dist/issuance/proxy/index.d.ts +1 -1
- package/dist/issuance/proxy/index.d.ts.map +1 -1
- package/dist/issuance/proxy/upgrade.d.ts +1 -1
- package/dist/issuance/proxy/upgrade.d.ts.map +1 -1
- package/dist/next/fractions/index.d.ts +1 -1
- package/dist/next/fractions/index.d.ts.map +1 -1
- package/dist/next/fractions/lending/buyback/buyback.routes.d.ts +1 -1
- package/dist/next/fractions/lending/buyback/buyback.routes.d.ts.map +1 -1
- package/dist/next/fractions/lending/createLendingSale.d.ts +1 -1
- package/dist/next/fractions/lending/createLendingSale.d.ts.map +1 -1
- package/dist/next/fractions/lending/deployMarket/lending.routes.d.ts +1 -1
- package/dist/next/fractions/lending/deployMarket/lending.routes.d.ts.map +1 -1
- package/dist/next/fractions/lending/index.d.ts +1 -1
- package/dist/next/fractions/lending/index.d.ts.map +1 -1
- package/dist/next/fractions/lending/purchase/directPurchase.route.d.ts +1 -1
- package/dist/next/fractions/lending/purchase/directPurchase.route.d.ts.map +1 -1
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.routes.d.ts +1 -1
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.routes.d.ts.map +1 -1
- package/dist/next/fractions/platforms/deployNftFractionsMarket.routes.d.ts +1 -1
- package/dist/next/fractions/platforms/deployNftFractionsMarket.routes.d.ts.map +1 -1
- package/dist/next/fractions/platforms/index.d.ts +1 -1
- package/dist/next/fractions/platforms/index.d.ts.map +1 -1
- package/dist/next/fractions/sales/createNftFractions.routes.d.ts +1 -1
- package/dist/next/fractions/sales/createNftFractions.routes.d.ts.map +1 -1
- package/dist/next/fractions/sales/index.d.ts +1 -1
- package/dist/next/fractions/sales/index.d.ts.map +1 -1
- package/dist/staking/index.d.ts +76 -8
- package/dist/staking/index.d.ts.map +1 -1
- package/dist/staking/platforms/getPlatform/index.d.ts +1 -1
- package/dist/staking/platforms/getPlatform/index.d.ts.map +1 -1
- package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts +1 -1
- package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts.map +1 -1
- package/dist/staking/platforms/index.d.ts +1 -1
- package/dist/staking/platforms/index.d.ts.map +1 -1
- package/dist/staking/platforms/searchPlatforms/index.d.ts +1 -1
- package/dist/staking/platforms/searchPlatforms/index.d.ts.map +1 -1
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts +1 -1
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts.map +1 -1
- package/dist/staking/pools/getPool/index.d.ts +10 -2
- package/dist/staking/pools/getPool/index.d.ts.map +1 -1
- package/dist/staking/pools/getPool/v0/getPool.d.ts +11 -2
- package/dist/staking/pools/getPool/v0/getPool.d.ts.map +1 -1
- package/dist/staking/pools/index.d.ts +19 -3
- package/dist/staking/pools/index.d.ts.map +1 -1
- package/dist/staking/pools/searchPools/index.d.ts +10 -2
- package/dist/staking/pools/searchPools/index.d.ts.map +1 -1
- package/dist/staking/pools/searchPools/v0/searchPools.d.ts +11 -2
- package/dist/staking/pools/searchPools/v0/searchPools.d.ts.map +1 -1
- package/dist/staking/roles/getRoles/index.d.ts +1 -1
- package/dist/staking/roles/getRoles/index.d.ts.map +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/grantRole/index.d.ts +1 -1
- package/dist/staking/roles/grantRole/index.d.ts.map +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/index.d.ts +20 -3
- package/dist/staking/roles/index.d.ts.map +1 -1
- package/dist/staking/roles/searchRoleEvents/index.d.ts +11 -2
- package/dist/staking/roles/searchRoleEvents/index.d.ts.map +1 -1
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts +11 -2
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts.map +1 -1
- package/dist/staking/roles/searchRoles/index.d.ts +10 -2
- package/dist/staking/roles/searchRoles/index.d.ts.map +1 -1
- package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts +11 -2
- package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts.map +1 -1
- package/dist/staking/stakes/getStake/index.d.ts +15 -2
- package/dist/staking/stakes/getStake/index.d.ts.map +1 -1
- package/dist/staking/stakes/getStake/v0/getStake.d.ts +15 -2
- package/dist/staking/stakes/getStake/v0/getStake.d.ts.map +1 -1
- package/dist/staking/stakes/index.d.ts +39 -4
- package/dist/staking/stakes/index.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakeEvents/index.d.ts +11 -2
- package/dist/staking/stakes/searchStakeEvents/index.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts +12 -2
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakes/index.d.ts +15 -2
- package/dist/staking/stakes/searchStakes/index.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts +15 -2
- package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts.map +1 -1
- package/dist/stakingTemplates/index.d.ts +43 -7
- package/dist/stakingTemplates/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts +6 -2
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts +1 -1
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getReward.d.ts +1 -1
- package/dist/stakingTemplates/templates/common/getReward.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts +10 -2
- package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/partialUnstake.d.ts +1 -1
- package/dist/stakingTemplates/templates/common/partialUnstake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/unstake.d.ts +1 -1
- package/dist/stakingTemplates/templates/common/unstake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/index.d.ts +15 -3
- package/dist/stakingTemplates/templates/reputation/index.d.ts.map +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/createPool.d.ts +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/createPool.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/index.d.ts +15 -3
- package/dist/stakingTemplates/templates/reputation/v0/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/stake.d.ts +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/stake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/index.d.ts +15 -3
- package/dist/stakingTemplates/templates/reputationLock/index.d.ts.map +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/createPool.d.ts +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/createPool.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts +15 -3
- package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/index.d.ts +15 -3
- package/dist/stakingTemplates/templates/rwa/index.d.ts.map +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/createPool.d.ts +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/createPool.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/index.d.ts +15 -3
- package/dist/stakingTemplates/templates/rwa/v0/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/restake.d.ts +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/restake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts.map +1 -1
- package/package.json +12 -12
package/dist/client.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
3
3
|
staking: {
|
|
4
4
|
platforms: {
|
|
5
5
|
get: {
|
|
6
|
-
v0: import("hono/client").ClientRequest<{
|
|
6
|
+
v0: import("hono/client").ClientRequest<string, "/platforms/get/v0", {
|
|
7
7
|
$get: {
|
|
8
8
|
input: {
|
|
9
9
|
query: {
|
|
@@ -28,7 +28,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
28
28
|
} & {
|
|
29
29
|
platforms: {
|
|
30
30
|
search: {
|
|
31
|
-
v0: import("hono/client").ClientRequest<{
|
|
31
|
+
v0: import("hono/client").ClientRequest<string, "/platforms/search/v0", {
|
|
32
32
|
$post: {
|
|
33
33
|
input: {
|
|
34
34
|
json: {
|
|
@@ -59,7 +59,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
59
59
|
} & {
|
|
60
60
|
pools: {
|
|
61
61
|
searchPools: {
|
|
62
|
-
v0: import("hono/client").ClientRequest<{
|
|
62
|
+
v0: import("hono/client").ClientRequest<string, "/pools/searchPools/v0", {
|
|
63
63
|
$post: {
|
|
64
64
|
input: {
|
|
65
65
|
json: {
|
|
@@ -73,7 +73,15 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
73
73
|
};
|
|
74
74
|
};
|
|
75
75
|
};
|
|
76
|
-
output:
|
|
76
|
+
output: {
|
|
77
|
+
chainId: 11155111 | 31337;
|
|
78
|
+
platform: `0x${string}`;
|
|
79
|
+
rewardsHandler: `0x${string}`;
|
|
80
|
+
assetHandler: `0x${string}`;
|
|
81
|
+
txHash: `0x${string}`;
|
|
82
|
+
poolId: never;
|
|
83
|
+
createdAt: string & import("zod").$brand<"ISO">;
|
|
84
|
+
}[];
|
|
77
85
|
outputFormat: "json";
|
|
78
86
|
status: 200;
|
|
79
87
|
};
|
|
@@ -83,7 +91,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
83
91
|
} & {
|
|
84
92
|
pools: {
|
|
85
93
|
getPool: {
|
|
86
|
-
v0: import("hono/client").ClientRequest<{
|
|
94
|
+
v0: import("hono/client").ClientRequest<string, "/pools/getPool/v0", {
|
|
87
95
|
$get: {
|
|
88
96
|
input: {
|
|
89
97
|
query: {
|
|
@@ -92,7 +100,15 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
92
100
|
platform: string | string[];
|
|
93
101
|
};
|
|
94
102
|
};
|
|
95
|
-
output:
|
|
103
|
+
output: {
|
|
104
|
+
chainId: 11155111 | 31337;
|
|
105
|
+
platform: `0x${string}`;
|
|
106
|
+
rewardsHandler: `0x${string}`;
|
|
107
|
+
assetHandler: `0x${string}`;
|
|
108
|
+
txHash: `0x${string}`;
|
|
109
|
+
poolId: never;
|
|
110
|
+
createdAt: string & import("zod").$brand<"ISO">;
|
|
111
|
+
};
|
|
96
112
|
outputFormat: "json";
|
|
97
113
|
status: 200;
|
|
98
114
|
};
|
|
@@ -102,7 +118,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
102
118
|
} & {
|
|
103
119
|
stakes: {
|
|
104
120
|
searchStakes: {
|
|
105
|
-
v0: import("hono/client").ClientRequest<{
|
|
121
|
+
v0: import("hono/client").ClientRequest<string, "/stakes/searchStakes/v0", {
|
|
106
122
|
$post: {
|
|
107
123
|
input: {
|
|
108
124
|
json: {
|
|
@@ -118,7 +134,20 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
118
134
|
};
|
|
119
135
|
};
|
|
120
136
|
};
|
|
121
|
-
output:
|
|
137
|
+
output: {
|
|
138
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
139
|
+
platform: string;
|
|
140
|
+
owner: string;
|
|
141
|
+
stakeId: string;
|
|
142
|
+
activePackets: string;
|
|
143
|
+
rewardsClaimed: string;
|
|
144
|
+
isActive: boolean;
|
|
145
|
+
unlockTimestamp: string;
|
|
146
|
+
startTimestamp: string;
|
|
147
|
+
createdAt: string;
|
|
148
|
+
updatedAt: string;
|
|
149
|
+
poolId?: string | undefined;
|
|
150
|
+
}[];
|
|
122
151
|
outputFormat: "json";
|
|
123
152
|
status: 200;
|
|
124
153
|
};
|
|
@@ -128,7 +157,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
128
157
|
} & {
|
|
129
158
|
stakes: {
|
|
130
159
|
searchStakeEvents: {
|
|
131
|
-
v0: import("hono/client").ClientRequest<{
|
|
160
|
+
v0: import("hono/client").ClientRequest<string, "/stakes/searchStakeEvents/v0", {
|
|
132
161
|
$post: {
|
|
133
162
|
input: {
|
|
134
163
|
json: {
|
|
@@ -144,7 +173,16 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
144
173
|
};
|
|
145
174
|
};
|
|
146
175
|
};
|
|
147
|
-
output:
|
|
176
|
+
output: {
|
|
177
|
+
id: string;
|
|
178
|
+
chainId: 11155111 | 31337;
|
|
179
|
+
platform: `0x${string}`;
|
|
180
|
+
owner: `0x${string}`;
|
|
181
|
+
stakeId: never;
|
|
182
|
+
createdAt: string & import("zod").$brand<"ISO">;
|
|
183
|
+
txHash: `0x${string}`;
|
|
184
|
+
poolId?: undefined;
|
|
185
|
+
}[];
|
|
148
186
|
outputFormat: "json";
|
|
149
187
|
status: 200;
|
|
150
188
|
};
|
|
@@ -154,7 +192,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
154
192
|
} & {
|
|
155
193
|
stakes: {
|
|
156
194
|
getStake: {
|
|
157
|
-
v0: import("hono/client").ClientRequest<{
|
|
195
|
+
v0: import("hono/client").ClientRequest<string, "/stakes/getStake/v0", {
|
|
158
196
|
$get: {
|
|
159
197
|
input: {
|
|
160
198
|
query: {
|
|
@@ -163,7 +201,20 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
163
201
|
stakeId: string | string[];
|
|
164
202
|
};
|
|
165
203
|
};
|
|
166
|
-
output:
|
|
204
|
+
output: {
|
|
205
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
206
|
+
platform: string;
|
|
207
|
+
owner: string;
|
|
208
|
+
stakeId: string;
|
|
209
|
+
activePackets: string;
|
|
210
|
+
rewardsClaimed: string;
|
|
211
|
+
isActive: boolean;
|
|
212
|
+
unlockTimestamp: string;
|
|
213
|
+
startTimestamp: string;
|
|
214
|
+
createdAt: string;
|
|
215
|
+
updatedAt: string;
|
|
216
|
+
poolId?: string | undefined;
|
|
217
|
+
};
|
|
167
218
|
outputFormat: "json";
|
|
168
219
|
status: 200;
|
|
169
220
|
};
|
|
@@ -173,7 +224,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
173
224
|
} & {
|
|
174
225
|
roles: {
|
|
175
226
|
getRoles: {
|
|
176
|
-
v0: import("hono/client").ClientRequest<{
|
|
227
|
+
v0: import("hono/client").ClientRequest<string, "/roles/getRoles/v0", {
|
|
177
228
|
$get: {
|
|
178
229
|
input: {};
|
|
179
230
|
output: ({
|
|
@@ -198,7 +249,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
198
249
|
} & {
|
|
199
250
|
roles: {
|
|
200
251
|
grantRole: {
|
|
201
|
-
v0: import("hono/client").ClientRequest<{
|
|
252
|
+
v0: import("hono/client").ClientRequest<string, "/roles/grantRole/v0", {
|
|
202
253
|
$post: {
|
|
203
254
|
input: {
|
|
204
255
|
json: {
|
|
@@ -226,7 +277,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
226
277
|
} & {
|
|
227
278
|
roles: {
|
|
228
279
|
searchRoles: {
|
|
229
|
-
v0: import("hono/client").ClientRequest<{
|
|
280
|
+
v0: import("hono/client").ClientRequest<string, "/roles/searchRoles/v0", {
|
|
230
281
|
$post: {
|
|
231
282
|
input: {
|
|
232
283
|
json: {
|
|
@@ -242,7 +293,15 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
242
293
|
};
|
|
243
294
|
};
|
|
244
295
|
};
|
|
245
|
-
output:
|
|
296
|
+
output: {
|
|
297
|
+
chainId: 11155111 | 31337;
|
|
298
|
+
platform: `0x${string}`;
|
|
299
|
+
roleId: `0x${string}`;
|
|
300
|
+
owner: `0x${string}`;
|
|
301
|
+
createdAt: string & import("zod").$brand<"ISO">;
|
|
302
|
+
updatedAt: string & import("zod").$brand<"ISO">;
|
|
303
|
+
poolId?: undefined;
|
|
304
|
+
}[];
|
|
246
305
|
outputFormat: "json";
|
|
247
306
|
status: 200;
|
|
248
307
|
};
|
|
@@ -252,7 +311,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
252
311
|
} & {
|
|
253
312
|
roles: {
|
|
254
313
|
searchRoleEvents: {
|
|
255
|
-
v0: import("hono/client").ClientRequest<{
|
|
314
|
+
v0: import("hono/client").ClientRequest<string, "/roles/searchRoleEvents/v0", {
|
|
256
315
|
$post: {
|
|
257
316
|
input: {
|
|
258
317
|
json: {
|
|
@@ -268,7 +327,16 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
268
327
|
};
|
|
269
328
|
};
|
|
270
329
|
};
|
|
271
|
-
output:
|
|
330
|
+
output: {
|
|
331
|
+
id: string;
|
|
332
|
+
roleId: `0x${string}`;
|
|
333
|
+
chainId: 11155111 | 31337;
|
|
334
|
+
platform: `0x${string}`;
|
|
335
|
+
txHash: `0x${string}`;
|
|
336
|
+
owner: `0x${string}`;
|
|
337
|
+
isRevoked: boolean;
|
|
338
|
+
poolId?: undefined;
|
|
339
|
+
}[];
|
|
272
340
|
outputFormat: "json";
|
|
273
341
|
status: 200;
|
|
274
342
|
};
|
|
@@ -279,7 +347,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
279
347
|
stakingTemplates: {
|
|
280
348
|
reputation: {
|
|
281
349
|
v0: {
|
|
282
|
-
getPlatformDeployEvent: import("hono/client").ClientRequest<{
|
|
350
|
+
getPlatformDeployEvent: import("hono/client").ClientRequest<string, "/reputation/v0/getPlatformDeployEvent", {
|
|
283
351
|
$get: {
|
|
284
352
|
input: {
|
|
285
353
|
query: {
|
|
@@ -300,7 +368,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
300
368
|
} & {
|
|
301
369
|
reputation: {
|
|
302
370
|
v0: {
|
|
303
|
-
getStakeEvent: import("hono/client").ClientRequest<{
|
|
371
|
+
getStakeEvent: import("hono/client").ClientRequest<string, "/reputation/v0/getStakeEvent", {
|
|
304
372
|
$get: {
|
|
305
373
|
input: {
|
|
306
374
|
query: {
|
|
@@ -308,7 +376,15 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
308
376
|
hash: string | string[];
|
|
309
377
|
};
|
|
310
378
|
};
|
|
311
|
-
output:
|
|
379
|
+
output: {
|
|
380
|
+
poolId: never;
|
|
381
|
+
stakeId: never;
|
|
382
|
+
operator: `0x${string}`;
|
|
383
|
+
owner: `0x${string}`;
|
|
384
|
+
inputPacketsStaked: never;
|
|
385
|
+
stakeStartActiveTimestamp: never;
|
|
386
|
+
unlockTimestamp: never;
|
|
387
|
+
};
|
|
312
388
|
outputFormat: "json";
|
|
313
389
|
status: 200;
|
|
314
390
|
};
|
|
@@ -318,7 +394,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
318
394
|
} & {
|
|
319
395
|
reputation: {
|
|
320
396
|
v0: {
|
|
321
|
-
getCreatePoolEvent: import("hono/client").ClientRequest<{
|
|
397
|
+
getCreatePoolEvent: import("hono/client").ClientRequest<string, "/reputation/v0/getCreatePoolEvent", {
|
|
322
398
|
$get: {
|
|
323
399
|
input: {
|
|
324
400
|
query: {
|
|
@@ -326,7 +402,11 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
326
402
|
hash: string | string[];
|
|
327
403
|
};
|
|
328
404
|
};
|
|
329
|
-
output:
|
|
405
|
+
output: {
|
|
406
|
+
poolId: never;
|
|
407
|
+
inputAssetKeeper: `0x${string}`;
|
|
408
|
+
rewardAssetHandler: `0x${string}`;
|
|
409
|
+
};
|
|
330
410
|
outputFormat: "json";
|
|
331
411
|
status: 200;
|
|
332
412
|
};
|
|
@@ -336,7 +416,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
336
416
|
} & {
|
|
337
417
|
reputation: {
|
|
338
418
|
v0: {
|
|
339
|
-
getReward: import("hono/client").ClientRequest<{
|
|
419
|
+
getReward: import("hono/client").ClientRequest<string, "/reputation/v0/getReward", {
|
|
340
420
|
$post: {
|
|
341
421
|
input: {
|
|
342
422
|
json: {
|
|
@@ -363,7 +443,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
363
443
|
} & {
|
|
364
444
|
reputation: {
|
|
365
445
|
v0: {
|
|
366
|
-
partialUnstake: import("hono/client").ClientRequest<{
|
|
446
|
+
partialUnstake: import("hono/client").ClientRequest<string, "/reputation/v0/partialUnstake", {
|
|
367
447
|
$post: {
|
|
368
448
|
input: {
|
|
369
449
|
json: {
|
|
@@ -391,7 +471,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
391
471
|
} & {
|
|
392
472
|
reputation: {
|
|
393
473
|
v0: {
|
|
394
|
-
restake: import("hono/client").ClientRequest<{
|
|
474
|
+
restake: import("hono/client").ClientRequest<string, "/reputation/v0/restake", {
|
|
395
475
|
$post: {
|
|
396
476
|
input: {
|
|
397
477
|
json: {
|
|
@@ -419,7 +499,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
419
499
|
} & {
|
|
420
500
|
reputation: {
|
|
421
501
|
v0: {
|
|
422
|
-
stake: import("hono/client").ClientRequest<{
|
|
502
|
+
stake: import("hono/client").ClientRequest<string, "/reputation/v0/stake", {
|
|
423
503
|
$post: {
|
|
424
504
|
input: {
|
|
425
505
|
json: {
|
|
@@ -447,7 +527,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
447
527
|
} & {
|
|
448
528
|
reputation: {
|
|
449
529
|
v0: {
|
|
450
|
-
unstake: import("hono/client").ClientRequest<{
|
|
530
|
+
unstake: import("hono/client").ClientRequest<string, "/reputation/v0/unstake", {
|
|
451
531
|
$post: {
|
|
452
532
|
input: {
|
|
453
533
|
json: {
|
|
@@ -474,7 +554,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
474
554
|
} & {
|
|
475
555
|
reputation: {
|
|
476
556
|
v0: {
|
|
477
|
-
createPool: import("hono/client").ClientRequest<{
|
|
557
|
+
createPool: import("hono/client").ClientRequest<string, "/reputation/v0/createPool", {
|
|
478
558
|
$post: {
|
|
479
559
|
input: {
|
|
480
560
|
json: {
|
|
@@ -515,7 +595,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
515
595
|
} & {
|
|
516
596
|
reputation: {
|
|
517
597
|
v0: {
|
|
518
|
-
createPlatform: import("hono/client").ClientRequest<{
|
|
598
|
+
createPlatform: import("hono/client").ClientRequest<string, "/reputation/v0/createPlatform", {
|
|
519
599
|
$post: {
|
|
520
600
|
input: {
|
|
521
601
|
json: {
|
|
@@ -548,7 +628,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
548
628
|
} & {
|
|
549
629
|
reputationLock: {
|
|
550
630
|
v0: {
|
|
551
|
-
getPlatformDeployEvent: import("hono/client").ClientRequest<{
|
|
631
|
+
getPlatformDeployEvent: import("hono/client").ClientRequest<string, "/reputationLock/v0/getPlatformDeployEvent", {
|
|
552
632
|
$get: {
|
|
553
633
|
input: {
|
|
554
634
|
query: {
|
|
@@ -569,7 +649,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
569
649
|
} & {
|
|
570
650
|
reputationLock: {
|
|
571
651
|
v0: {
|
|
572
|
-
getStakeEvent: import("hono/client").ClientRequest<{
|
|
652
|
+
getStakeEvent: import("hono/client").ClientRequest<string, "/reputationLock/v0/getStakeEvent", {
|
|
573
653
|
$get: {
|
|
574
654
|
input: {
|
|
575
655
|
query: {
|
|
@@ -577,7 +657,15 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
577
657
|
hash: string | string[];
|
|
578
658
|
};
|
|
579
659
|
};
|
|
580
|
-
output:
|
|
660
|
+
output: {
|
|
661
|
+
poolId: never;
|
|
662
|
+
stakeId: never;
|
|
663
|
+
operator: `0x${string}`;
|
|
664
|
+
owner: `0x${string}`;
|
|
665
|
+
inputPacketsStaked: never;
|
|
666
|
+
stakeStartActiveTimestamp: never;
|
|
667
|
+
unlockTimestamp: never;
|
|
668
|
+
};
|
|
581
669
|
outputFormat: "json";
|
|
582
670
|
status: 200;
|
|
583
671
|
};
|
|
@@ -587,7 +675,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
587
675
|
} & {
|
|
588
676
|
reputationLock: {
|
|
589
677
|
v0: {
|
|
590
|
-
getCreatePoolEvent: import("hono/client").ClientRequest<{
|
|
678
|
+
getCreatePoolEvent: import("hono/client").ClientRequest<string, "/reputationLock/v0/getCreatePoolEvent", {
|
|
591
679
|
$get: {
|
|
592
680
|
input: {
|
|
593
681
|
query: {
|
|
@@ -595,7 +683,11 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
595
683
|
hash: string | string[];
|
|
596
684
|
};
|
|
597
685
|
};
|
|
598
|
-
output:
|
|
686
|
+
output: {
|
|
687
|
+
poolId: never;
|
|
688
|
+
inputAssetKeeper: `0x${string}`;
|
|
689
|
+
rewardAssetHandler: `0x${string}`;
|
|
690
|
+
};
|
|
599
691
|
outputFormat: "json";
|
|
600
692
|
status: 200;
|
|
601
693
|
};
|
|
@@ -605,7 +697,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
605
697
|
} & {
|
|
606
698
|
reputationLock: {
|
|
607
699
|
v0: {
|
|
608
|
-
getReward: import("hono/client").ClientRequest<{
|
|
700
|
+
getReward: import("hono/client").ClientRequest<string, "/reputationLock/v0/getReward", {
|
|
609
701
|
$post: {
|
|
610
702
|
input: {
|
|
611
703
|
json: {
|
|
@@ -632,7 +724,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
632
724
|
} & {
|
|
633
725
|
reputationLock: {
|
|
634
726
|
v0: {
|
|
635
|
-
partialUnstake: import("hono/client").ClientRequest<{
|
|
727
|
+
partialUnstake: import("hono/client").ClientRequest<string, "/reputationLock/v0/partialUnstake", {
|
|
636
728
|
$post: {
|
|
637
729
|
input: {
|
|
638
730
|
json: {
|
|
@@ -660,7 +752,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
660
752
|
} & {
|
|
661
753
|
reputationLock: {
|
|
662
754
|
v0: {
|
|
663
|
-
unstake: import("hono/client").ClientRequest<{
|
|
755
|
+
unstake: import("hono/client").ClientRequest<string, "/reputationLock/v0/unstake", {
|
|
664
756
|
$post: {
|
|
665
757
|
input: {
|
|
666
758
|
json: {
|
|
@@ -687,7 +779,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
687
779
|
} & {
|
|
688
780
|
reputationLock: {
|
|
689
781
|
v0: {
|
|
690
|
-
restake: import("hono/client").ClientRequest<{
|
|
782
|
+
restake: import("hono/client").ClientRequest<string, "/reputationLock/v0/restake", {
|
|
691
783
|
$post: {
|
|
692
784
|
input: {
|
|
693
785
|
json: {
|
|
@@ -716,7 +808,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
716
808
|
} & {
|
|
717
809
|
reputationLock: {
|
|
718
810
|
v0: {
|
|
719
|
-
stake: import("hono/client").ClientRequest<{
|
|
811
|
+
stake: import("hono/client").ClientRequest<string, "/reputationLock/v0/stake", {
|
|
720
812
|
$post: {
|
|
721
813
|
input: {
|
|
722
814
|
json: {
|
|
@@ -745,7 +837,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
745
837
|
} & {
|
|
746
838
|
reputationLock: {
|
|
747
839
|
v0: {
|
|
748
|
-
createPool: import("hono/client").ClientRequest<{
|
|
840
|
+
createPool: import("hono/client").ClientRequest<string, "/reputationLock/v0/createPool", {
|
|
749
841
|
$post: {
|
|
750
842
|
input: {
|
|
751
843
|
json: {
|
|
@@ -795,7 +887,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
795
887
|
} & {
|
|
796
888
|
reputationLock: {
|
|
797
889
|
v0: {
|
|
798
|
-
createPlatform: import("hono/client").ClientRequest<{
|
|
890
|
+
createPlatform: import("hono/client").ClientRequest<string, "/reputationLock/v0/createPlatform", {
|
|
799
891
|
$post: {
|
|
800
892
|
input: {
|
|
801
893
|
json: {
|
|
@@ -828,7 +920,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
828
920
|
} & {
|
|
829
921
|
rwa: {
|
|
830
922
|
v0: {
|
|
831
|
-
getPlatformDeployEvent: import("hono/client").ClientRequest<{
|
|
923
|
+
getPlatformDeployEvent: import("hono/client").ClientRequest<string, "/rwa/v0/getPlatformDeployEvent", {
|
|
832
924
|
$get: {
|
|
833
925
|
input: {
|
|
834
926
|
query: {
|
|
@@ -849,7 +941,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
849
941
|
} & {
|
|
850
942
|
rwa: {
|
|
851
943
|
v0: {
|
|
852
|
-
getStakeEvent: import("hono/client").ClientRequest<{
|
|
944
|
+
getStakeEvent: import("hono/client").ClientRequest<string, "/rwa/v0/getStakeEvent", {
|
|
853
945
|
$get: {
|
|
854
946
|
input: {
|
|
855
947
|
query: {
|
|
@@ -857,7 +949,15 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
857
949
|
hash: string | string[];
|
|
858
950
|
};
|
|
859
951
|
};
|
|
860
|
-
output:
|
|
952
|
+
output: {
|
|
953
|
+
poolId: never;
|
|
954
|
+
stakeId: never;
|
|
955
|
+
operator: `0x${string}`;
|
|
956
|
+
owner: `0x${string}`;
|
|
957
|
+
inputPacketsStaked: never;
|
|
958
|
+
stakeStartActiveTimestamp: never;
|
|
959
|
+
unlockTimestamp: never;
|
|
960
|
+
};
|
|
861
961
|
outputFormat: "json";
|
|
862
962
|
status: 200;
|
|
863
963
|
};
|
|
@@ -867,7 +967,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
867
967
|
} & {
|
|
868
968
|
rwa: {
|
|
869
969
|
v0: {
|
|
870
|
-
getCreatePoolEvent: import("hono/client").ClientRequest<{
|
|
970
|
+
getCreatePoolEvent: import("hono/client").ClientRequest<string, "/rwa/v0/getCreatePoolEvent", {
|
|
871
971
|
$get: {
|
|
872
972
|
input: {
|
|
873
973
|
query: {
|
|
@@ -875,7 +975,11 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
875
975
|
hash: string | string[];
|
|
876
976
|
};
|
|
877
977
|
};
|
|
878
|
-
output:
|
|
978
|
+
output: {
|
|
979
|
+
poolId: never;
|
|
980
|
+
inputAssetKeeper: `0x${string}`;
|
|
981
|
+
rewardAssetHandler: `0x${string}`;
|
|
982
|
+
};
|
|
879
983
|
outputFormat: "json";
|
|
880
984
|
status: 200;
|
|
881
985
|
};
|
|
@@ -885,7 +989,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
885
989
|
} & {
|
|
886
990
|
rwa: {
|
|
887
991
|
v0: {
|
|
888
|
-
getReward: import("hono/client").ClientRequest<{
|
|
992
|
+
getReward: import("hono/client").ClientRequest<string, "/rwa/v0/getReward", {
|
|
889
993
|
$post: {
|
|
890
994
|
input: {
|
|
891
995
|
json: {
|
|
@@ -912,7 +1016,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
912
1016
|
} & {
|
|
913
1017
|
rwa: {
|
|
914
1018
|
v0: {
|
|
915
|
-
partialUnstake: import("hono/client").ClientRequest<{
|
|
1019
|
+
partialUnstake: import("hono/client").ClientRequest<string, "/rwa/v0/partialUnstake", {
|
|
916
1020
|
$post: {
|
|
917
1021
|
input: {
|
|
918
1022
|
json: {
|
|
@@ -940,7 +1044,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
940
1044
|
} & {
|
|
941
1045
|
rwa: {
|
|
942
1046
|
v0: {
|
|
943
|
-
unstake: import("hono/client").ClientRequest<{
|
|
1047
|
+
unstake: import("hono/client").ClientRequest<string, "/rwa/v0/unstake", {
|
|
944
1048
|
$post: {
|
|
945
1049
|
input: {
|
|
946
1050
|
json: {
|
|
@@ -967,7 +1071,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
967
1071
|
} & {
|
|
968
1072
|
rwa: {
|
|
969
1073
|
v0: {
|
|
970
|
-
restake: import("hono/client").ClientRequest<{
|
|
1074
|
+
restake: import("hono/client").ClientRequest<string, "/rwa/v0/restake", {
|
|
971
1075
|
$post: {
|
|
972
1076
|
input: {
|
|
973
1077
|
json: {
|
|
@@ -995,7 +1099,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
995
1099
|
} & {
|
|
996
1100
|
rwa: {
|
|
997
1101
|
v0: {
|
|
998
|
-
stake: import("hono/client").ClientRequest<{
|
|
1102
|
+
stake: import("hono/client").ClientRequest<string, "/rwa/v0/stake", {
|
|
999
1103
|
$post: {
|
|
1000
1104
|
input: {
|
|
1001
1105
|
json: {
|
|
@@ -1023,7 +1127,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1023
1127
|
} & {
|
|
1024
1128
|
rwa: {
|
|
1025
1129
|
v0: {
|
|
1026
|
-
createPool: import("hono/client").ClientRequest<{
|
|
1130
|
+
createPool: import("hono/client").ClientRequest<string, "/rwa/v0/createPool", {
|
|
1027
1131
|
$post: {
|
|
1028
1132
|
input: {
|
|
1029
1133
|
json: {
|
|
@@ -1063,7 +1167,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1063
1167
|
} & {
|
|
1064
1168
|
rwa: {
|
|
1065
1169
|
v0: {
|
|
1066
|
-
createPlatform: import("hono/client").ClientRequest<{
|
|
1170
|
+
createPlatform: import("hono/client").ClientRequest<string, "/rwa/v0/createPlatform", {
|
|
1067
1171
|
$post: {
|
|
1068
1172
|
input: {
|
|
1069
1173
|
json: {
|
|
@@ -1096,7 +1200,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1096
1200
|
} & {
|
|
1097
1201
|
rwa: {
|
|
1098
1202
|
v0: {
|
|
1099
|
-
distributeRewards: import("hono/client").ClientRequest<{
|
|
1203
|
+
distributeRewards: import("hono/client").ClientRequest<string, "/rwa/v0/distributeRewards", {
|
|
1100
1204
|
$post: {
|
|
1101
1205
|
input: {
|
|
1102
1206
|
json: {
|
|
@@ -1124,7 +1228,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1124
1228
|
};
|
|
1125
1229
|
fractions: {
|
|
1126
1230
|
markets: {
|
|
1127
|
-
get: import("hono/client").ClientRequest<{
|
|
1231
|
+
get: import("hono/client").ClientRequest<string, "/markets/get", {
|
|
1128
1232
|
$get: {
|
|
1129
1233
|
input: {
|
|
1130
1234
|
query: {
|
|
@@ -1146,7 +1250,27 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1146
1250
|
address: string | string[];
|
|
1147
1251
|
};
|
|
1148
1252
|
};
|
|
1149
|
-
output:
|
|
1253
|
+
output: {
|
|
1254
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
1255
|
+
transactionHash: string;
|
|
1256
|
+
template: "unknown" | "default" | "compilot" | "continuous-withdrawal" | "continuous-withdrawal-nid" | "lending";
|
|
1257
|
+
contractAddress: string;
|
|
1258
|
+
adminAddress: string;
|
|
1259
|
+
wrapperAddress: string | null;
|
|
1260
|
+
burnAsset: {
|
|
1261
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
1262
|
+
address: string;
|
|
1263
|
+
type: string;
|
|
1264
|
+
symbol: string;
|
|
1265
|
+
name: string;
|
|
1266
|
+
tokenId: string | null;
|
|
1267
|
+
decimals?: number | undefined;
|
|
1268
|
+
burnable?: boolean | undefined;
|
|
1269
|
+
} | null;
|
|
1270
|
+
feesBps: number | null;
|
|
1271
|
+
createdAt: string;
|
|
1272
|
+
updatedAt: string;
|
|
1273
|
+
};
|
|
1150
1274
|
outputFormat: "json";
|
|
1151
1275
|
status: 200;
|
|
1152
1276
|
};
|
|
@@ -1154,7 +1278,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1154
1278
|
};
|
|
1155
1279
|
} & {
|
|
1156
1280
|
markets: {
|
|
1157
|
-
search: import("hono/client").ClientRequest<{
|
|
1281
|
+
search: import("hono/client").ClientRequest<string, "/markets/search", {
|
|
1158
1282
|
$post: {
|
|
1159
1283
|
input: {
|
|
1160
1284
|
json: {
|
|
@@ -1168,7 +1292,27 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1168
1292
|
};
|
|
1169
1293
|
};
|
|
1170
1294
|
};
|
|
1171
|
-
output:
|
|
1295
|
+
output: {
|
|
1296
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
1297
|
+
transactionHash: string;
|
|
1298
|
+
template: "unknown" | "default" | "compilot" | "continuous-withdrawal" | "continuous-withdrawal-nid" | "lending";
|
|
1299
|
+
contractAddress: string;
|
|
1300
|
+
adminAddress: string;
|
|
1301
|
+
wrapperAddress: string | null;
|
|
1302
|
+
burnAsset: {
|
|
1303
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
1304
|
+
address: string;
|
|
1305
|
+
type: string;
|
|
1306
|
+
symbol: string;
|
|
1307
|
+
name: string;
|
|
1308
|
+
tokenId: string | null;
|
|
1309
|
+
decimals?: number | undefined;
|
|
1310
|
+
burnable?: boolean | undefined;
|
|
1311
|
+
} | null;
|
|
1312
|
+
feesBps: number | null;
|
|
1313
|
+
createdAt: string;
|
|
1314
|
+
updatedAt: string;
|
|
1315
|
+
}[];
|
|
1172
1316
|
outputFormat: "json";
|
|
1173
1317
|
status: 200;
|
|
1174
1318
|
};
|
|
@@ -1176,7 +1320,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1176
1320
|
};
|
|
1177
1321
|
} & {
|
|
1178
1322
|
markets: {
|
|
1179
|
-
deployEvent: import("hono/client").ClientRequest<{
|
|
1323
|
+
deployEvent: import("hono/client").ClientRequest<string, "/markets/deployEvent", {
|
|
1180
1324
|
$get: {
|
|
1181
1325
|
input: {
|
|
1182
1326
|
query: {
|
|
@@ -1196,7 +1340,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1196
1340
|
};
|
|
1197
1341
|
} & {
|
|
1198
1342
|
platforms: {
|
|
1199
|
-
deploy: import("hono/client").ClientRequest<{
|
|
1343
|
+
deploy: import("hono/client").ClientRequest<string, "/platforms/deploy", {
|
|
1200
1344
|
$post: {
|
|
1201
1345
|
input: {
|
|
1202
1346
|
json: {
|
|
@@ -1235,7 +1379,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1235
1379
|
};
|
|
1236
1380
|
} & {
|
|
1237
1381
|
platforms: {
|
|
1238
|
-
deployContinuousWithdraw: import("hono/client").ClientRequest<{
|
|
1382
|
+
deployContinuousWithdraw: import("hono/client").ClientRequest<string, "/platforms/deployContinuousWithdraw", {
|
|
1239
1383
|
$post: {
|
|
1240
1384
|
input: {
|
|
1241
1385
|
json: {
|
|
@@ -1274,7 +1418,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1274
1418
|
};
|
|
1275
1419
|
} & {
|
|
1276
1420
|
platforms: {
|
|
1277
|
-
deployContinuousWithdrawNid: import("hono/client").ClientRequest<{
|
|
1421
|
+
deployContinuousWithdrawNid: import("hono/client").ClientRequest<string, "/platforms/deployContinuousWithdrawNid", {
|
|
1278
1422
|
$post: {
|
|
1279
1423
|
input: {
|
|
1280
1424
|
json: {
|
|
@@ -1313,7 +1457,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1313
1457
|
};
|
|
1314
1458
|
} & {
|
|
1315
1459
|
platforms: {
|
|
1316
|
-
deployNid: import("hono/client").ClientRequest<{
|
|
1460
|
+
deployNid: import("hono/client").ClientRequest<string, "/platforms/deployNid", {
|
|
1317
1461
|
$post: {
|
|
1318
1462
|
input: {
|
|
1319
1463
|
json: {
|
|
@@ -1352,7 +1496,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1352
1496
|
};
|
|
1353
1497
|
} & {
|
|
1354
1498
|
platforms: {
|
|
1355
|
-
initCompilot: import("hono/client").ClientRequest<{
|
|
1499
|
+
initCompilot: import("hono/client").ClientRequest<string, "/platforms/initCompilot", {
|
|
1356
1500
|
$get: {
|
|
1357
1501
|
input: {
|
|
1358
1502
|
query: {
|
|
@@ -1376,7 +1520,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1376
1520
|
};
|
|
1377
1521
|
} & {
|
|
1378
1522
|
platforms: {
|
|
1379
|
-
initNftFractionsCompilot: import("hono/client").ClientRequest<{
|
|
1523
|
+
initNftFractionsCompilot: import("hono/client").ClientRequest<string, "/platforms/initNftFractionsCompilot", {
|
|
1380
1524
|
$get: {
|
|
1381
1525
|
input: {
|
|
1382
1526
|
query: {
|
|
@@ -1401,7 +1545,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1401
1545
|
};
|
|
1402
1546
|
} & {
|
|
1403
1547
|
fractions: {
|
|
1404
|
-
approveWrapper: import("hono/client").ClientRequest<{
|
|
1548
|
+
approveWrapper: import("hono/client").ClientRequest<string, "/fractions/approveWrapper", {
|
|
1405
1549
|
$post: {
|
|
1406
1550
|
input: {
|
|
1407
1551
|
json: {
|
|
@@ -1426,7 +1570,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1426
1570
|
};
|
|
1427
1571
|
} & {
|
|
1428
1572
|
fractions: {
|
|
1429
|
-
approveWrapperAsErc20Spender: import("hono/client").ClientRequest<{
|
|
1573
|
+
approveWrapperAsErc20Spender: import("hono/client").ClientRequest<string, "/fractions/approveWrapperAsErc20Spender", {
|
|
1430
1574
|
$post: {
|
|
1431
1575
|
input: {
|
|
1432
1576
|
json: {
|
|
@@ -1452,7 +1596,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1452
1596
|
};
|
|
1453
1597
|
} & {
|
|
1454
1598
|
fractions: {
|
|
1455
|
-
approveWrapperAsErc721Spender: import("hono/client").ClientRequest<{
|
|
1599
|
+
approveWrapperAsErc721Spender: import("hono/client").ClientRequest<string, "/fractions/approveWrapperAsErc721Spender", {
|
|
1456
1600
|
$post: {
|
|
1457
1601
|
input: {
|
|
1458
1602
|
json: {
|
|
@@ -1476,7 +1620,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1476
1620
|
}>;
|
|
1477
1621
|
};
|
|
1478
1622
|
} & {
|
|
1479
|
-
roles: import("hono/client").ClientRequest<{
|
|
1623
|
+
roles: import("hono/client").ClientRequest<string, "/roles", {
|
|
1480
1624
|
$get: {
|
|
1481
1625
|
input: {};
|
|
1482
1626
|
output: ({
|
|
@@ -1498,7 +1642,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1498
1642
|
}>;
|
|
1499
1643
|
} & {
|
|
1500
1644
|
roles: {
|
|
1501
|
-
grant: import("hono/client").ClientRequest<{
|
|
1645
|
+
grant: import("hono/client").ClientRequest<string, "/roles/grant", {
|
|
1502
1646
|
$post: {
|
|
1503
1647
|
input: {
|
|
1504
1648
|
json: {
|
|
@@ -1525,7 +1669,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1525
1669
|
};
|
|
1526
1670
|
} & {
|
|
1527
1671
|
sales: {
|
|
1528
|
-
fractions: import("hono/client").ClientRequest<{
|
|
1672
|
+
fractions: import("hono/client").ClientRequest<string, "/sales/fractions", {
|
|
1529
1673
|
$post: {
|
|
1530
1674
|
input: {
|
|
1531
1675
|
json: {
|
|
@@ -1596,7 +1740,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1596
1740
|
};
|
|
1597
1741
|
} & {
|
|
1598
1742
|
sales: {
|
|
1599
|
-
getFractionsCreatedEvent: import("hono/client").ClientRequest<{
|
|
1743
|
+
getFractionsCreatedEvent: import("hono/client").ClientRequest<string, "/sales/getFractionsCreatedEvent", {
|
|
1600
1744
|
$get: {
|
|
1601
1745
|
input: {
|
|
1602
1746
|
query: {
|
|
@@ -1619,7 +1763,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1619
1763
|
};
|
|
1620
1764
|
} & {
|
|
1621
1765
|
sales: {
|
|
1622
|
-
approve: import("hono/client").ClientRequest<{
|
|
1766
|
+
approve: import("hono/client").ClientRequest<string, "/sales/approve", {
|
|
1623
1767
|
$post: {
|
|
1624
1768
|
input: {
|
|
1625
1769
|
json: {
|
|
@@ -1644,7 +1788,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1644
1788
|
};
|
|
1645
1789
|
} & {
|
|
1646
1790
|
sales: {
|
|
1647
|
-
reject: import("hono/client").ClientRequest<{
|
|
1791
|
+
reject: import("hono/client").ClientRequest<string, "/sales/reject", {
|
|
1648
1792
|
$post: {
|
|
1649
1793
|
input: {
|
|
1650
1794
|
json: {
|
|
@@ -1693,7 +1837,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1693
1837
|
};
|
|
1694
1838
|
} & {
|
|
1695
1839
|
sales: {
|
|
1696
|
-
recover: import("hono/client").ClientRequest<{
|
|
1840
|
+
recover: import("hono/client").ClientRequest<string, "/sales/recover", {
|
|
1697
1841
|
$post: {
|
|
1698
1842
|
input: {
|
|
1699
1843
|
json: {
|
|
@@ -1754,7 +1898,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1754
1898
|
};
|
|
1755
1899
|
} & {
|
|
1756
1900
|
sales: {
|
|
1757
|
-
complete: import("hono/client").ClientRequest<{
|
|
1901
|
+
complete: import("hono/client").ClientRequest<string, "/sales/complete", {
|
|
1758
1902
|
$post: {
|
|
1759
1903
|
input: {
|
|
1760
1904
|
json: {
|
|
@@ -1779,7 +1923,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1779
1923
|
};
|
|
1780
1924
|
} & {
|
|
1781
1925
|
sales: {
|
|
1782
|
-
unlockWrappedAssets: import("hono/client").ClientRequest<{
|
|
1926
|
+
unlockWrappedAssets: import("hono/client").ClientRequest<string, "/sales/unlockWrappedAssets", {
|
|
1783
1927
|
$post: {
|
|
1784
1928
|
input: {
|
|
1785
1929
|
json: {
|
|
@@ -1804,7 +1948,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1804
1948
|
};
|
|
1805
1949
|
} & {
|
|
1806
1950
|
sales: {
|
|
1807
|
-
purchase: import("hono/client").ClientRequest<{
|
|
1951
|
+
purchase: import("hono/client").ClientRequest<string, "/sales/purchase", {
|
|
1808
1952
|
$post: {
|
|
1809
1953
|
input: {
|
|
1810
1954
|
json: {
|
|
@@ -1833,7 +1977,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1833
1977
|
} & {
|
|
1834
1978
|
sales: {
|
|
1835
1979
|
purchase: {
|
|
1836
|
-
statistics: import("hono/client").ClientRequest<{
|
|
1980
|
+
statistics: import("hono/client").ClientRequest<string, "/sales/purchase/statistics", {
|
|
1837
1981
|
$post: {
|
|
1838
1982
|
input: {
|
|
1839
1983
|
json: {
|
|
@@ -1862,7 +2006,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1862
2006
|
} & {
|
|
1863
2007
|
sales: {
|
|
1864
2008
|
withdraw: {
|
|
1865
|
-
search: import("hono/client").ClientRequest<{
|
|
2009
|
+
search: import("hono/client").ClientRequest<string, "/sales/withdraw/search", {
|
|
1866
2010
|
$post: {
|
|
1867
2011
|
input: {
|
|
1868
2012
|
json: {
|
|
@@ -1877,7 +2021,40 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1877
2021
|
};
|
|
1878
2022
|
};
|
|
1879
2023
|
};
|
|
1880
|
-
output:
|
|
2024
|
+
output: {
|
|
2025
|
+
chainId: number;
|
|
2026
|
+
diamondAddress: `0x${string}`;
|
|
2027
|
+
createdAt: string;
|
|
2028
|
+
updatedAt: string;
|
|
2029
|
+
transactionHash: `0x${string}`;
|
|
2030
|
+
saleId: never;
|
|
2031
|
+
amount: never;
|
|
2032
|
+
fractionSale: {
|
|
2033
|
+
chainId: number;
|
|
2034
|
+
diamondAddress: `0x${string}`;
|
|
2035
|
+
createdAt: string;
|
|
2036
|
+
updatedAt: string;
|
|
2037
|
+
transactionHash: `0x${string}`;
|
|
2038
|
+
saleId: never;
|
|
2039
|
+
nftId: never;
|
|
2040
|
+
creator: `0x${string}`;
|
|
2041
|
+
status: string;
|
|
2042
|
+
fractionPrice: never;
|
|
2043
|
+
otcPrice: never;
|
|
2044
|
+
discountBp: never;
|
|
2045
|
+
softCap: null;
|
|
2046
|
+
hardCap: null;
|
|
2047
|
+
softCapPerAccount: null;
|
|
2048
|
+
hardCapPerAccount: null;
|
|
2049
|
+
cliffDate: string | null;
|
|
2050
|
+
totalVestingPeriod: null;
|
|
2051
|
+
portionPeriod: null;
|
|
2052
|
+
startDate: string | null;
|
|
2053
|
+
endDate: string | null;
|
|
2054
|
+
fractionsCreated: never;
|
|
2055
|
+
fractionsAddress: `0x${string}`;
|
|
2056
|
+
};
|
|
2057
|
+
}[];
|
|
1881
2058
|
outputFormat: "json";
|
|
1882
2059
|
status: 200;
|
|
1883
2060
|
};
|
|
@@ -1886,7 +2063,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1886
2063
|
};
|
|
1887
2064
|
} & {
|
|
1888
2065
|
sales: {
|
|
1889
|
-
withdrawPaymentToken: import("hono/client").ClientRequest<{
|
|
2066
|
+
withdrawPaymentToken: import("hono/client").ClientRequest<string, "/sales/withdrawPaymentToken", {
|
|
1890
2067
|
$post: {
|
|
1891
2068
|
input: {
|
|
1892
2069
|
json: {
|
|
@@ -1911,7 +2088,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1911
2088
|
};
|
|
1912
2089
|
} & {
|
|
1913
2090
|
sales: {
|
|
1914
|
-
receiveFundsAfterNonFunded: import("hono/client").ClientRequest<{
|
|
2091
|
+
receiveFundsAfterNonFunded: import("hono/client").ClientRequest<string, "/sales/receiveFundsAfterNonFunded", {
|
|
1915
2092
|
$post: {
|
|
1916
2093
|
input: {
|
|
1917
2094
|
json: {
|
|
@@ -1939,7 +2116,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1939
2116
|
};
|
|
1940
2117
|
} & {
|
|
1941
2118
|
sales: {
|
|
1942
|
-
checkAndJumpToNonFunded: import("hono/client").ClientRequest<{
|
|
2119
|
+
checkAndJumpToNonFunded: import("hono/client").ClientRequest<string, "/sales/checkAndJumpToNonFunded", {
|
|
1943
2120
|
$post: {
|
|
1944
2121
|
input: {
|
|
1945
2122
|
json: {
|
|
@@ -1964,7 +2141,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1964
2141
|
};
|
|
1965
2142
|
} & {
|
|
1966
2143
|
sales: {
|
|
1967
|
-
receiveNonPurchasedWrappedAssets: import("hono/client").ClientRequest<{
|
|
2144
|
+
receiveNonPurchasedWrappedAssets: import("hono/client").ClientRequest<string, "/sales/receiveNonPurchasedWrappedAssets", {
|
|
1968
2145
|
$post: {
|
|
1969
2146
|
input: {
|
|
1970
2147
|
json: {
|
|
@@ -1990,7 +2167,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1990
2167
|
} & {
|
|
1991
2168
|
sales: {
|
|
1992
2169
|
vesting: {
|
|
1993
|
-
editCliff: import("hono/client").ClientRequest<{
|
|
2170
|
+
editCliff: import("hono/client").ClientRequest<string, "/sales/vesting/editCliff", {
|
|
1994
2171
|
$post: {
|
|
1995
2172
|
input: {
|
|
1996
2173
|
json: {
|
|
@@ -2044,7 +2221,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2044
2221
|
} & {
|
|
2045
2222
|
sales: {
|
|
2046
2223
|
vesting: {
|
|
2047
|
-
claim: import("hono/client").ClientRequest<{
|
|
2224
|
+
claim: import("hono/client").ClientRequest<string, "/sales/vesting/claim", {
|
|
2048
2225
|
$post: {
|
|
2049
2226
|
input: {
|
|
2050
2227
|
json: {
|
|
@@ -2102,7 +2279,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2102
2279
|
sales: {
|
|
2103
2280
|
vesting: {
|
|
2104
2281
|
claim: {
|
|
2105
|
-
statistics: import("hono/client").ClientRequest<{
|
|
2282
|
+
statistics: import("hono/client").ClientRequest<string, "/sales/vesting/claim/statistics", {
|
|
2106
2283
|
$post: {
|
|
2107
2284
|
input: {
|
|
2108
2285
|
json: {
|
|
@@ -2112,7 +2289,17 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2112
2289
|
walletAddress: string;
|
|
2113
2290
|
};
|
|
2114
2291
|
};
|
|
2115
|
-
output:
|
|
2292
|
+
output: {
|
|
2293
|
+
chainId: 1 | 11155111 | 31337 | 72080;
|
|
2294
|
+
platform: `0x${string}`;
|
|
2295
|
+
campaignId: never;
|
|
2296
|
+
totalClaims: number;
|
|
2297
|
+
lastClaimId: null;
|
|
2298
|
+
totalClaimed: {
|
|
2299
|
+
amount: `0x${string}`;
|
|
2300
|
+
tokenAddress: `0x${string}`;
|
|
2301
|
+
}[];
|
|
2302
|
+
};
|
|
2116
2303
|
outputFormat: "json";
|
|
2117
2304
|
status: 200;
|
|
2118
2305
|
};
|
|
@@ -2123,7 +2310,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2123
2310
|
} & {
|
|
2124
2311
|
sales: {
|
|
2125
2312
|
vesting: {
|
|
2126
|
-
getClaimVestedTokensEvent: import("hono/client").ClientRequest<{
|
|
2313
|
+
getClaimVestedTokensEvent: import("hono/client").ClientRequest<string, "/sales/vesting/getClaimVestedTokensEvent", {
|
|
2127
2314
|
$get: {
|
|
2128
2315
|
input: {
|
|
2129
2316
|
query: {
|
|
@@ -2146,7 +2333,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2146
2333
|
};
|
|
2147
2334
|
} & {
|
|
2148
2335
|
sales: {
|
|
2149
|
-
search: import("hono/client").ClientRequest<{
|
|
2336
|
+
search: import("hono/client").ClientRequest<string, "/sales/search", {
|
|
2150
2337
|
$post: {
|
|
2151
2338
|
input: {
|
|
2152
2339
|
json: {
|
|
@@ -2162,7 +2349,72 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2162
2349
|
};
|
|
2163
2350
|
};
|
|
2164
2351
|
};
|
|
2165
|
-
output:
|
|
2352
|
+
output: {
|
|
2353
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
2354
|
+
platform: string;
|
|
2355
|
+
campaignId: string;
|
|
2356
|
+
nftId: string;
|
|
2357
|
+
status: "finalized" | "created" | "approved" | "rejected" | "refunded";
|
|
2358
|
+
owner: string;
|
|
2359
|
+
fractions: {
|
|
2360
|
+
asset: {
|
|
2361
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
2362
|
+
address: string;
|
|
2363
|
+
type: string;
|
|
2364
|
+
symbol: string;
|
|
2365
|
+
name: string;
|
|
2366
|
+
tokenId: string | null;
|
|
2367
|
+
decimals?: number | undefined;
|
|
2368
|
+
burnable?: boolean | undefined;
|
|
2369
|
+
};
|
|
2370
|
+
totalFractions: string;
|
|
2371
|
+
price: string;
|
|
2372
|
+
};
|
|
2373
|
+
capitalization: {
|
|
2374
|
+
hardCap: string | null;
|
|
2375
|
+
hardCapPerAccount: string | null;
|
|
2376
|
+
softCap: string | null;
|
|
2377
|
+
softCapPerAccount: string | null;
|
|
2378
|
+
} | null;
|
|
2379
|
+
timeline: {
|
|
2380
|
+
startDate: string;
|
|
2381
|
+
endDate: string | null;
|
|
2382
|
+
} | null;
|
|
2383
|
+
vesting: {
|
|
2384
|
+
cliffDate: string;
|
|
2385
|
+
totalVestingPeriod: number;
|
|
2386
|
+
portionPeriod: number;
|
|
2387
|
+
} | null;
|
|
2388
|
+
wrappedAssets: {
|
|
2389
|
+
asset: {
|
|
2390
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
2391
|
+
address: string;
|
|
2392
|
+
type: string;
|
|
2393
|
+
symbol: string;
|
|
2394
|
+
name: string;
|
|
2395
|
+
tokenId: string | null;
|
|
2396
|
+
decimals?: number | undefined;
|
|
2397
|
+
burnable?: boolean | undefined;
|
|
2398
|
+
};
|
|
2399
|
+
wrappedAmount: string;
|
|
2400
|
+
}[];
|
|
2401
|
+
fundingAssets: {
|
|
2402
|
+
asset: {
|
|
2403
|
+
chainId: import("hono/utils/types").JSONValue;
|
|
2404
|
+
address: string;
|
|
2405
|
+
type: string;
|
|
2406
|
+
symbol: string;
|
|
2407
|
+
name: string;
|
|
2408
|
+
tokenId: string | null;
|
|
2409
|
+
decimals?: number | undefined;
|
|
2410
|
+
burnable?: boolean | undefined;
|
|
2411
|
+
};
|
|
2412
|
+
amountPerPacket: string;
|
|
2413
|
+
}[];
|
|
2414
|
+
transactionHash: string;
|
|
2415
|
+
createdAt: string;
|
|
2416
|
+
updatedAt: string;
|
|
2417
|
+
}[];
|
|
2166
2418
|
outputFormat: "json";
|
|
2167
2419
|
status: 200;
|
|
2168
2420
|
};
|
|
@@ -2170,7 +2422,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2170
2422
|
};
|
|
2171
2423
|
} & {
|
|
2172
2424
|
sales: {
|
|
2173
|
-
activity: import("hono/client").ClientRequest<{
|
|
2425
|
+
activity: import("hono/client").ClientRequest<string, "/sales/activity", {
|
|
2174
2426
|
$post: {
|
|
2175
2427
|
input: {
|
|
2176
2428
|
json: {
|
|
@@ -2239,7 +2491,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2239
2491
|
};
|
|
2240
2492
|
} & {
|
|
2241
2493
|
sales: {
|
|
2242
|
-
statistics: import("hono/client").ClientRequest<{
|
|
2494
|
+
statistics: import("hono/client").ClientRequest<string, "/sales/statistics", {
|
|
2243
2495
|
$post: {
|
|
2244
2496
|
input: {
|
|
2245
2497
|
json: {
|
|
@@ -2265,7 +2517,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2265
2517
|
};
|
|
2266
2518
|
} & {
|
|
2267
2519
|
sales: {
|
|
2268
|
-
setFeeCapLimit: import("hono/client").ClientRequest<{
|
|
2520
|
+
setFeeCapLimit: import("hono/client").ClientRequest<string, "/sales/setFeeCapLimit", {
|
|
2269
2521
|
$post: {
|
|
2270
2522
|
input: {
|
|
2271
2523
|
json: {
|
|
@@ -2291,7 +2543,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2291
2543
|
};
|
|
2292
2544
|
} & {
|
|
2293
2545
|
sales: {
|
|
2294
|
-
getWithdrawEvent: import("hono/client").ClientRequest<{
|
|
2546
|
+
getWithdrawEvent: import("hono/client").ClientRequest<string, "/sales/getWithdrawEvent", {
|
|
2295
2547
|
$get: {
|
|
2296
2548
|
input: {
|
|
2297
2549
|
query: {
|
|
@@ -2311,7 +2563,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2311
2563
|
};
|
|
2312
2564
|
} & {
|
|
2313
2565
|
sales: {
|
|
2314
|
-
getVaultAddress: import("hono/client").ClientRequest<{
|
|
2566
|
+
getVaultAddress: import("hono/client").ClientRequest<string, "/sales/getVaultAddress", {
|
|
2315
2567
|
$get: {
|
|
2316
2568
|
input: {
|
|
2317
2569
|
query: {
|
|
@@ -2345,7 +2597,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2345
2597
|
};
|
|
2346
2598
|
} & {
|
|
2347
2599
|
sig: {
|
|
2348
|
-
nonce: import("hono/client").ClientRequest<{
|
|
2600
|
+
nonce: import("hono/client").ClientRequest<string, "/sig/nonce", {
|
|
2349
2601
|
$post: {
|
|
2350
2602
|
input: {
|
|
2351
2603
|
json: {
|
|
@@ -2364,7 +2616,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2364
2616
|
};
|
|
2365
2617
|
} & {
|
|
2366
2618
|
sig: {
|
|
2367
|
-
authData: import("hono/client").ClientRequest<{
|
|
2619
|
+
authData: import("hono/client").ClientRequest<string, "/sig/authData", {
|
|
2368
2620
|
$post: {
|
|
2369
2621
|
input: {
|
|
2370
2622
|
json: {
|
|
@@ -2387,7 +2639,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2387
2639
|
};
|
|
2388
2640
|
} & {
|
|
2389
2641
|
statistics: {
|
|
2390
|
-
holders: import("hono/client").ClientRequest<{
|
|
2642
|
+
holders: import("hono/client").ClientRequest<string, "/statistics/holders", {
|
|
2391
2643
|
$post: {
|
|
2392
2644
|
input: {
|
|
2393
2645
|
json: {
|
|
@@ -2411,7 +2663,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2411
2663
|
};
|
|
2412
2664
|
} & {
|
|
2413
2665
|
statistics: {
|
|
2414
|
-
sales: import("hono/client").ClientRequest<{
|
|
2666
|
+
sales: import("hono/client").ClientRequest<string, "/statistics/sales", {
|
|
2415
2667
|
$post: {
|
|
2416
2668
|
input: {
|
|
2417
2669
|
json: {
|
|
@@ -2435,7 +2687,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2435
2687
|
};
|
|
2436
2688
|
} & {
|
|
2437
2689
|
statistics: {
|
|
2438
|
-
ttv: import("hono/client").ClientRequest<{
|
|
2690
|
+
ttv: import("hono/client").ClientRequest<string, "/statistics/ttv", {
|
|
2439
2691
|
$post: {
|
|
2440
2692
|
input: {
|
|
2441
2693
|
json: {
|
|
@@ -2458,7 +2710,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2458
2710
|
}>;
|
|
2459
2711
|
};
|
|
2460
2712
|
} & {
|
|
2461
|
-
statistics: import("hono/client").ClientRequest<{
|
|
2713
|
+
statistics: import("hono/client").ClientRequest<string, "/statistics", {
|
|
2462
2714
|
$post: {
|
|
2463
2715
|
input: {
|
|
2464
2716
|
json: {
|
|
@@ -2498,7 +2750,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2498
2750
|
}>;
|
|
2499
2751
|
};
|
|
2500
2752
|
general: {
|
|
2501
|
-
estimateGas: import("hono/client").ClientRequest<{
|
|
2753
|
+
estimateGas: import("hono/client").ClientRequest<string, "/estimateGas", {
|
|
2502
2754
|
$post: {
|
|
2503
2755
|
input: {
|
|
2504
2756
|
json: {
|
|
@@ -2517,7 +2769,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2517
2769
|
};
|
|
2518
2770
|
}>;
|
|
2519
2771
|
} & {
|
|
2520
|
-
balance: import("hono/client").ClientRequest<{
|
|
2772
|
+
balance: import("hono/client").ClientRequest<string, "/balance", {
|
|
2521
2773
|
$get: {
|
|
2522
2774
|
input: {
|
|
2523
2775
|
query: {
|
|
@@ -2534,7 +2786,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2534
2786
|
};
|
|
2535
2787
|
}>;
|
|
2536
2788
|
} & {
|
|
2537
|
-
balances: import("hono/client").ClientRequest<{
|
|
2789
|
+
balances: import("hono/client").ClientRequest<string, "/balances", {
|
|
2538
2790
|
$post: {
|
|
2539
2791
|
input: {
|
|
2540
2792
|
json: {
|
|
@@ -2557,7 +2809,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2557
2809
|
};
|
|
2558
2810
|
}>;
|
|
2559
2811
|
} & {
|
|
2560
|
-
searchBalances: import("hono/client").ClientRequest<{
|
|
2812
|
+
searchBalances: import("hono/client").ClientRequest<string, "/searchBalances", {
|
|
2561
2813
|
$post: {
|
|
2562
2814
|
input: {
|
|
2563
2815
|
json: {
|
|
@@ -2586,7 +2838,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2586
2838
|
};
|
|
2587
2839
|
issuance: {
|
|
2588
2840
|
erc20: {
|
|
2589
|
-
deploy: import("hono/client").ClientRequest<{
|
|
2841
|
+
deploy: import("hono/client").ClientRequest<string, "/erc20/deploy", {
|
|
2590
2842
|
$post: {
|
|
2591
2843
|
input: {
|
|
2592
2844
|
json: {
|
|
@@ -2615,7 +2867,59 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2615
2867
|
};
|
|
2616
2868
|
} & {
|
|
2617
2869
|
erc20: {
|
|
2618
|
-
|
|
2870
|
+
initialize: import("hono/client").ClientRequest<string, "/erc20/initialize", {
|
|
2871
|
+
$post: {
|
|
2872
|
+
input: {
|
|
2873
|
+
json: {
|
|
2874
|
+
tokenAddress: string;
|
|
2875
|
+
name: string;
|
|
2876
|
+
symbol: string;
|
|
2877
|
+
cap: string;
|
|
2878
|
+
defaultAdmin: string;
|
|
2879
|
+
minter: string;
|
|
2880
|
+
};
|
|
2881
|
+
};
|
|
2882
|
+
output: {
|
|
2883
|
+
data: `0x${string}`;
|
|
2884
|
+
to: `0x${string}`;
|
|
2885
|
+
details: {
|
|
2886
|
+
functionName: string;
|
|
2887
|
+
address: `0x${string}`;
|
|
2888
|
+
abi: any[];
|
|
2889
|
+
args: any[];
|
|
2890
|
+
};
|
|
2891
|
+
};
|
|
2892
|
+
outputFormat: "json";
|
|
2893
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2894
|
+
};
|
|
2895
|
+
}>;
|
|
2896
|
+
};
|
|
2897
|
+
} & {
|
|
2898
|
+
erc20: {
|
|
2899
|
+
getDeployEvent: import("hono/client").ClientRequest<string, "/erc20/getDeployEvent", {
|
|
2900
|
+
$get: {
|
|
2901
|
+
input: {
|
|
2902
|
+
query: {
|
|
2903
|
+
chainId: string | string[];
|
|
2904
|
+
hash: string | string[];
|
|
2905
|
+
};
|
|
2906
|
+
};
|
|
2907
|
+
output: {
|
|
2908
|
+
proxy: `0x${string}`;
|
|
2909
|
+
admin: `0x${string}`;
|
|
2910
|
+
minter: `0x${string}`;
|
|
2911
|
+
supplyCap: string;
|
|
2912
|
+
name: string;
|
|
2913
|
+
symbol: string;
|
|
2914
|
+
};
|
|
2915
|
+
outputFormat: "json";
|
|
2916
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2917
|
+
};
|
|
2918
|
+
}>;
|
|
2919
|
+
};
|
|
2920
|
+
} & {
|
|
2921
|
+
erc20: {
|
|
2922
|
+
deployGated: import("hono/client").ClientRequest<string, "/erc20/deployGated", {
|
|
2619
2923
|
$post: {
|
|
2620
2924
|
input: {
|
|
2621
2925
|
json: {
|
|
@@ -2645,7 +2949,37 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2645
2949
|
};
|
|
2646
2950
|
} & {
|
|
2647
2951
|
erc20: {
|
|
2648
|
-
|
|
2952
|
+
initializeGated: import("hono/client").ClientRequest<string, "/erc20/initializeGated", {
|
|
2953
|
+
$post: {
|
|
2954
|
+
input: {
|
|
2955
|
+
json: {
|
|
2956
|
+
tokenAddress: string;
|
|
2957
|
+
name: string;
|
|
2958
|
+
symbol: string;
|
|
2959
|
+
cap: string;
|
|
2960
|
+
defaultAdmin: string;
|
|
2961
|
+
minter: string;
|
|
2962
|
+
gatingSigner?: string | undefined;
|
|
2963
|
+
};
|
|
2964
|
+
};
|
|
2965
|
+
output: {
|
|
2966
|
+
data: `0x${string}`;
|
|
2967
|
+
to: `0x${string}`;
|
|
2968
|
+
details: {
|
|
2969
|
+
functionName: string;
|
|
2970
|
+
address: `0x${string}`;
|
|
2971
|
+
abi: any[];
|
|
2972
|
+
args: any[];
|
|
2973
|
+
};
|
|
2974
|
+
};
|
|
2975
|
+
outputFormat: "json";
|
|
2976
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2977
|
+
};
|
|
2978
|
+
}>;
|
|
2979
|
+
};
|
|
2980
|
+
} & {
|
|
2981
|
+
erc20: {
|
|
2982
|
+
getDeployEventGated: import("hono/client").ClientRequest<string, "/erc20/getDeployEventGated", {
|
|
2649
2983
|
$get: {
|
|
2650
2984
|
input: {
|
|
2651
2985
|
query: {
|
|
@@ -2668,7 +3002,61 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2668
3002
|
};
|
|
2669
3003
|
} & {
|
|
2670
3004
|
erc20: {
|
|
2671
|
-
|
|
3005
|
+
deployGatedSimple: import("hono/client").ClientRequest<string, "/erc20/deployGatedSimple", {
|
|
3006
|
+
$get: {
|
|
3007
|
+
input: {};
|
|
3008
|
+
output: {
|
|
3009
|
+
bytecode: `0x${string}`;
|
|
3010
|
+
abi: any[];
|
|
3011
|
+
args?: any[] | undefined;
|
|
3012
|
+
};
|
|
3013
|
+
outputFormat: "json";
|
|
3014
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3015
|
+
};
|
|
3016
|
+
}>;
|
|
3017
|
+
};
|
|
3018
|
+
} & {
|
|
3019
|
+
erc20: {
|
|
3020
|
+
getInitData: import("hono/client").ClientRequest<string, "/erc20/getInitData", {
|
|
3021
|
+
$post: {
|
|
3022
|
+
input: {
|
|
3023
|
+
json: {
|
|
3024
|
+
tokenName: string;
|
|
3025
|
+
tokenSymbol: string;
|
|
3026
|
+
cap: string;
|
|
3027
|
+
defaultAdmin: string;
|
|
3028
|
+
minter: string;
|
|
3029
|
+
};
|
|
3030
|
+
};
|
|
3031
|
+
output: {
|
|
3032
|
+
data: `0x${string}`;
|
|
3033
|
+
};
|
|
3034
|
+
outputFormat: "json";
|
|
3035
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3036
|
+
};
|
|
3037
|
+
}>;
|
|
3038
|
+
};
|
|
3039
|
+
} & {
|
|
3040
|
+
erc20: {
|
|
3041
|
+
getDeployEventGatedSimple: import("hono/client").ClientRequest<string, "/erc20/getDeployEventGatedSimple", {
|
|
3042
|
+
$get: {
|
|
3043
|
+
input: {
|
|
3044
|
+
query: {
|
|
3045
|
+
chainId: string | string[];
|
|
3046
|
+
hash: string | string[];
|
|
3047
|
+
};
|
|
3048
|
+
};
|
|
3049
|
+
output: {
|
|
3050
|
+
contractAddress: `0x${string}`;
|
|
3051
|
+
};
|
|
3052
|
+
outputFormat: "json";
|
|
3053
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3054
|
+
};
|
|
3055
|
+
}>;
|
|
3056
|
+
};
|
|
3057
|
+
} & {
|
|
3058
|
+
erc20: {
|
|
3059
|
+
approve: import("hono/client").ClientRequest<string, "/erc20/approve", {
|
|
2672
3060
|
$post: {
|
|
2673
3061
|
input: {
|
|
2674
3062
|
json: {
|
|
@@ -2694,7 +3082,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2694
3082
|
};
|
|
2695
3083
|
} & {
|
|
2696
3084
|
erc20: {
|
|
2697
|
-
burn: import("hono/client").ClientRequest<{
|
|
3085
|
+
burn: import("hono/client").ClientRequest<string, "/erc20/burn", {
|
|
2698
3086
|
$post: {
|
|
2699
3087
|
input: {
|
|
2700
3088
|
json: {
|
|
@@ -2720,7 +3108,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2720
3108
|
};
|
|
2721
3109
|
} & {
|
|
2722
3110
|
erc20: {
|
|
2723
|
-
mint: import("hono/client").ClientRequest<{
|
|
3111
|
+
mint: import("hono/client").ClientRequest<string, "/erc20/mint", {
|
|
2724
3112
|
$post: {
|
|
2725
3113
|
input: {
|
|
2726
3114
|
json: {
|
|
@@ -2746,7 +3134,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2746
3134
|
};
|
|
2747
3135
|
} & {
|
|
2748
3136
|
erc20: {
|
|
2749
|
-
transfer: import("hono/client").ClientRequest<{
|
|
3137
|
+
transfer: import("hono/client").ClientRequest<string, "/erc20/transfer", {
|
|
2750
3138
|
$post: {
|
|
2751
3139
|
input: {
|
|
2752
3140
|
json: {
|
|
@@ -2772,7 +3160,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2772
3160
|
};
|
|
2773
3161
|
} & {
|
|
2774
3162
|
erc20: {
|
|
2775
|
-
transferFrom: import("hono/client").ClientRequest<{
|
|
3163
|
+
transferFrom: import("hono/client").ClientRequest<string, "/erc20/transferFrom", {
|
|
2776
3164
|
$post: {
|
|
2777
3165
|
input: {
|
|
2778
3166
|
json: {
|
|
@@ -2799,7 +3187,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2799
3187
|
};
|
|
2800
3188
|
} & {
|
|
2801
3189
|
erc20: {
|
|
2802
|
-
recover: import("hono/client").ClientRequest<{
|
|
3190
|
+
recover: import("hono/client").ClientRequest<string, "/erc20/recover", {
|
|
2803
3191
|
$post: {
|
|
2804
3192
|
input: {
|
|
2805
3193
|
json: {
|
|
@@ -2826,7 +3214,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2826
3214
|
};
|
|
2827
3215
|
} & {
|
|
2828
3216
|
erc20: {
|
|
2829
|
-
grantRole: import("hono/client").ClientRequest<{
|
|
3217
|
+
grantRole: import("hono/client").ClientRequest<string, "/erc20/grantRole", {
|
|
2830
3218
|
$post: {
|
|
2831
3219
|
input: {
|
|
2832
3220
|
json: {
|
|
@@ -2852,7 +3240,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2852
3240
|
};
|
|
2853
3241
|
} & {
|
|
2854
3242
|
erc20: {
|
|
2855
|
-
revokeRole: import("hono/client").ClientRequest<{
|
|
3243
|
+
revokeRole: import("hono/client").ClientRequest<string, "/erc20/revokeRole", {
|
|
2856
3244
|
$post: {
|
|
2857
3245
|
input: {
|
|
2858
3246
|
json: {
|
|
@@ -2878,7 +3266,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2878
3266
|
};
|
|
2879
3267
|
} & {
|
|
2880
3268
|
erc20: {
|
|
2881
|
-
renounceRole: import("hono/client").ClientRequest<{
|
|
3269
|
+
renounceRole: import("hono/client").ClientRequest<string, "/erc20/renounceRole", {
|
|
2882
3270
|
$post: {
|
|
2883
3271
|
input: {
|
|
2884
3272
|
json: {
|
|
@@ -2903,18 +3291,46 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2903
3291
|
}>;
|
|
2904
3292
|
};
|
|
2905
3293
|
} & {
|
|
2906
|
-
|
|
2907
|
-
|
|
3294
|
+
erc721: {
|
|
3295
|
+
deploy: import("hono/client").ClientRequest<string, "/erc721/deploy", {
|
|
3296
|
+
$post: {
|
|
3297
|
+
input: {
|
|
3298
|
+
json: {
|
|
3299
|
+
chainId: 11155111 | 72080;
|
|
3300
|
+
tokenName: string;
|
|
3301
|
+
tokenSymbol: string;
|
|
3302
|
+
baseURI: string;
|
|
3303
|
+
defaultTokenAdmin: string;
|
|
3304
|
+
minter: string;
|
|
3305
|
+
};
|
|
3306
|
+
};
|
|
3307
|
+
output: {
|
|
3308
|
+
data: `0x${string}`;
|
|
3309
|
+
to: `0x${string}`;
|
|
3310
|
+
details: {
|
|
3311
|
+
functionName: string;
|
|
3312
|
+
address: `0x${string}`;
|
|
3313
|
+
abi: any[];
|
|
3314
|
+
args: any[];
|
|
3315
|
+
};
|
|
3316
|
+
};
|
|
3317
|
+
outputFormat: "json";
|
|
3318
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3319
|
+
};
|
|
3320
|
+
}>;
|
|
3321
|
+
};
|
|
3322
|
+
} & {
|
|
3323
|
+
erc721: {
|
|
3324
|
+
initialize: import("hono/client").ClientRequest<string, "/erc721/initialize", {
|
|
2908
3325
|
$post: {
|
|
2909
3326
|
input: {
|
|
2910
3327
|
json: {
|
|
2911
3328
|
tokenAddress: string;
|
|
2912
3329
|
name: string;
|
|
2913
3330
|
symbol: string;
|
|
2914
|
-
|
|
3331
|
+
baseURI: string;
|
|
2915
3332
|
defaultAdmin: string;
|
|
2916
3333
|
minter: string;
|
|
2917
|
-
gatingSigner?: string | undefined;
|
|
2918
3334
|
};
|
|
2919
3335
|
};
|
|
2920
3336
|
output: {
|
|
@@ -2934,7 +3350,30 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2934
3350
|
};
|
|
2935
3351
|
} & {
|
|
2936
3352
|
erc721: {
|
|
2937
|
-
|
|
3353
|
+
getDeployEvent: import("hono/client").ClientRequest<string, "/erc721/getDeployEvent", {
|
|
3354
|
+
$get: {
|
|
3355
|
+
input: {
|
|
3356
|
+
query: {
|
|
3357
|
+
chainId: string | string[];
|
|
3358
|
+
hash: string | string[];
|
|
3359
|
+
};
|
|
3360
|
+
};
|
|
3361
|
+
output: {
|
|
3362
|
+
proxy: `0x${string}`;
|
|
3363
|
+
admin: `0x${string}`;
|
|
3364
|
+
minter: `0x${string}`;
|
|
3365
|
+
name: string;
|
|
3366
|
+
symbol: string;
|
|
3367
|
+
baseURI: string;
|
|
3368
|
+
};
|
|
3369
|
+
outputFormat: "json";
|
|
3370
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3371
|
+
};
|
|
3372
|
+
}>;
|
|
3373
|
+
};
|
|
3374
|
+
} & {
|
|
3375
|
+
erc721: {
|
|
3376
|
+
deployGated: import("hono/client").ClientRequest<string, "/erc721/deployGated", {
|
|
2938
3377
|
$post: {
|
|
2939
3378
|
input: {
|
|
2940
3379
|
json: {
|
|
@@ -2944,6 +3383,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2944
3383
|
baseURI: string;
|
|
2945
3384
|
defaultTokenAdmin: string;
|
|
2946
3385
|
minter: string;
|
|
3386
|
+
gatingSigner?: string | undefined;
|
|
2947
3387
|
};
|
|
2948
3388
|
};
|
|
2949
3389
|
output: {
|
|
@@ -2963,15 +3403,15 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2963
3403
|
};
|
|
2964
3404
|
} & {
|
|
2965
3405
|
erc721: {
|
|
2966
|
-
|
|
3406
|
+
initializeGated: import("hono/client").ClientRequest<string, "/erc721/initializeGated", {
|
|
2967
3407
|
$post: {
|
|
2968
3408
|
input: {
|
|
2969
3409
|
json: {
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
3410
|
+
tokenAddress: string;
|
|
3411
|
+
name: string;
|
|
3412
|
+
symbol: string;
|
|
2973
3413
|
baseURI: string;
|
|
2974
|
-
|
|
3414
|
+
defaultAdmin: string;
|
|
2975
3415
|
minter: string;
|
|
2976
3416
|
gatingSigner?: string | undefined;
|
|
2977
3417
|
};
|
|
@@ -2993,7 +3433,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2993
3433
|
};
|
|
2994
3434
|
} & {
|
|
2995
3435
|
erc721: {
|
|
2996
|
-
|
|
3436
|
+
getDeployEventGated: import("hono/client").ClientRequest<string, "/erc721/getDeployEventGated", {
|
|
2997
3437
|
$get: {
|
|
2998
3438
|
input: {
|
|
2999
3439
|
query: {
|
|
@@ -3016,7 +3456,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
3016
3456
|
};
|
|
3017
3457
|
} & {
|
|
3018
3458
|
erc721: {
|
|
3019
|
-
approve: import("hono/client").ClientRequest<{
|
|
3459
|
+
approve: import("hono/client").ClientRequest<string, "/erc721/approve", {
|
|
3020
3460
|
$post: {
|
|
3021
3461
|
input: {
|
|
3022
3462
|
json: {
|
|
@@ -3042,7 +3482,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
3042
3482
|
};
|
|
3043
3483
|
} & {
|
|
3044
3484
|
erc721: {
|
|
3045
|
-
burn: import("hono/client").ClientRequest<{
|
|
3485
|
+
burn: import("hono/client").ClientRequest<string, "/erc721/burn", {
|
|
3046
3486
|
$post: {
|
|
3047
3487
|
input: {
|
|
3048
3488
|
json: {
|
|
@@ -3067,7 +3507,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
3067
3507
|
};
|
|
3068
3508
|
} & {
|
|
3069
3509
|
erc721: {
|
|
3070
|
-
mint: import("hono/client").ClientRequest<{
|
|
3510
|
+
mint: import("hono/client").ClientRequest<string, "/erc721/mint", {
|
|
3071
3511
|
$post: {
|
|
3072
3512
|
input: {
|
|
3073
3513
|
json: {
|
|
@@ -3093,7 +3533,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
3093
3533
|
};
|
|
3094
3534
|
} & {
|
|
3095
3535
|
erc721: {
|
|
3096
|
-
transferFrom: import("hono/client").ClientRequest<{
|
|
3536
|
+
transferFrom: import("hono/client").ClientRequest<string, "/erc721/transferFrom", {
|
|
3097
3537
|
$post: {
|
|
3098
3538
|
input: {
|
|
3099
3539
|
json: {
|
|
@@ -3120,7 +3560,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
3120
3560
|
};
|
|
3121
3561
|
} & {
|
|
3122
3562
|
erc721: {
|
|
3123
|
-
recover: import("hono/client").ClientRequest<{
|
|
3563
|
+
recover: import("hono/client").ClientRequest<string, "/erc721/recover", {
|
|
3124
3564
|
$post: {
|
|
3125
3565
|
input: {
|
|
3126
3566
|
json: {
|
|
@@ -3147,7 +3587,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
3147
3587
|
};
|
|
3148
3588
|
} & {
|
|
3149
3589
|
erc721: {
|
|
3150
|
-
grantRole: import("hono/client").ClientRequest<{
|
|
3590
|
+
grantRole: import("hono/client").ClientRequest<string, "/erc721/grantRole", {
|
|
3151
3591
|
$post: {
|
|
3152
3592
|
input: {
|
|
3153
3593
|
json: {
|
|
@@ -3173,7 +3613,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
3173
3613
|
};
|
|
3174
3614
|
} & {
|
|
3175
3615
|
erc721: {
|
|
3176
|
-
revokeRole: import("hono/client").ClientRequest<{
|
|
3616
|
+
revokeRole: import("hono/client").ClientRequest<string, "/erc721/revokeRole", {
|
|
3177
3617
|
$post: {
|
|
3178
3618
|
input: {
|
|
3179
3619
|
json: {
|
|
@@ -3199,7 +3639,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
3199
3639
|
};
|
|
3200
3640
|
} & {
|
|
3201
3641
|
erc721: {
|
|
3202
|
-
renounceRole: import("hono/client").ClientRequest<{
|
|
3642
|
+
renounceRole: import("hono/client").ClientRequest<string, "/erc721/renounceRole", {
|
|
3203
3643
|
$post: {
|
|
3204
3644
|
input: {
|
|
3205
3645
|
json: {
|
|
@@ -3225,7 +3665,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
3225
3665
|
};
|
|
3226
3666
|
} & {
|
|
3227
3667
|
erc721: {
|
|
3228
|
-
setBaseURI: import("hono/client").ClientRequest<{
|
|
3668
|
+
setBaseURI: import("hono/client").ClientRequest<string, "/erc721/setBaseURI", {
|
|
3229
3669
|
$post: {
|
|
3230
3670
|
input: {
|
|
3231
3671
|
json: {
|
|
@@ -3250,7 +3690,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
3250
3690
|
};
|
|
3251
3691
|
} & {
|
|
3252
3692
|
erc721: {
|
|
3253
|
-
setTokenURI: import("hono/client").ClientRequest<{
|
|
3693
|
+
setTokenURI: import("hono/client").ClientRequest<string, "/erc721/setTokenURI", {
|
|
3254
3694
|
$post: {
|
|
3255
3695
|
input: {
|
|
3256
3696
|
json: {
|
|
@@ -3274,38 +3714,9 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
3274
3714
|
};
|
|
3275
3715
|
}>;
|
|
3276
3716
|
};
|
|
3277
|
-
} & {
|
|
3278
|
-
erc721: {
|
|
3279
|
-
initialize: import("hono/client").ClientRequest<{
|
|
3280
|
-
$post: {
|
|
3281
|
-
input: {
|
|
3282
|
-
json: {
|
|
3283
|
-
tokenAddress: string;
|
|
3284
|
-
name: string;
|
|
3285
|
-
symbol: string;
|
|
3286
|
-
baseURI: string;
|
|
3287
|
-
defaultAdmin: string;
|
|
3288
|
-
minter: string;
|
|
3289
|
-
};
|
|
3290
|
-
};
|
|
3291
|
-
output: {
|
|
3292
|
-
data: `0x${string}`;
|
|
3293
|
-
to: `0x${string}`;
|
|
3294
|
-
details: {
|
|
3295
|
-
functionName: string;
|
|
3296
|
-
address: `0x${string}`;
|
|
3297
|
-
abi: any[];
|
|
3298
|
-
args: any[];
|
|
3299
|
-
};
|
|
3300
|
-
};
|
|
3301
|
-
outputFormat: "json";
|
|
3302
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3303
|
-
};
|
|
3304
|
-
}>;
|
|
3305
|
-
};
|
|
3306
3717
|
} & {
|
|
3307
3718
|
proxy: {
|
|
3308
|
-
deployProxyAdmin: import("hono/client").ClientRequest<{
|
|
3719
|
+
deployProxyAdmin: import("hono/client").ClientRequest<string, "/proxy/deployProxyAdmin", {
|
|
3309
3720
|
$get: {
|
|
3310
3721
|
input: {};
|
|
3311
3722
|
output: {
|
|
@@ -3320,7 +3731,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
3320
3731
|
};
|
|
3321
3732
|
} & {
|
|
3322
3733
|
proxy: {
|
|
3323
|
-
deployTransparentProxy: import("hono/client").ClientRequest<{
|
|
3734
|
+
deployTransparentProxy: import("hono/client").ClientRequest<string, "/proxy/deployTransparentProxy", {
|
|
3324
3735
|
$post: {
|
|
3325
3736
|
input: {
|
|
3326
3737
|
json: {
|
|
@@ -3341,7 +3752,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
3341
3752
|
};
|
|
3342
3753
|
} & {
|
|
3343
3754
|
proxy: {
|
|
3344
|
-
upgradeTransparentProxy: import("hono/client").ClientRequest<{
|
|
3755
|
+
upgradeTransparentProxy: import("hono/client").ClientRequest<string, "/proxy/upgradeTransparentProxy", {
|
|
3345
3756
|
$post: {
|
|
3346
3757
|
input: {
|
|
3347
3758
|
json: {
|
|
@@ -3371,7 +3782,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
3371
3782
|
export declare function buildNextClients(basePath: string, options?: ClientRequestOptions): {
|
|
3372
3783
|
fractions: {
|
|
3373
3784
|
platforms: {
|
|
3374
|
-
deployNftFractions: import("hono/client").ClientRequest<{
|
|
3785
|
+
deployNftFractions: import("hono/client").ClientRequest<string, "/platforms/deployNftFractions", {
|
|
3375
3786
|
$post: {
|
|
3376
3787
|
input: {
|
|
3377
3788
|
json: {
|
|
@@ -3407,7 +3818,7 @@ export declare function buildNextClients(basePath: string, options?: ClientReque
|
|
|
3407
3818
|
};
|
|
3408
3819
|
} & {
|
|
3409
3820
|
sales: {
|
|
3410
|
-
nftFractions: import("hono/client").ClientRequest<{
|
|
3821
|
+
nftFractions: import("hono/client").ClientRequest<string, "/sales/nftFractions", {
|
|
3411
3822
|
$post: {
|
|
3412
3823
|
input: {
|
|
3413
3824
|
json: {
|
|
@@ -3462,7 +3873,7 @@ export declare function buildNextClients(basePath: string, options?: ClientReque
|
|
|
3462
3873
|
};
|
|
3463
3874
|
} & {
|
|
3464
3875
|
lending: {
|
|
3465
|
-
deploy: import("hono/client").ClientRequest<{
|
|
3876
|
+
deploy: import("hono/client").ClientRequest<string, "/lending/deploy", {
|
|
3466
3877
|
$post: {
|
|
3467
3878
|
input: {
|
|
3468
3879
|
json: {
|
|
@@ -3506,7 +3917,7 @@ export declare function buildNextClients(basePath: string, options?: ClientReque
|
|
|
3506
3917
|
};
|
|
3507
3918
|
} & {
|
|
3508
3919
|
lending: {
|
|
3509
|
-
createSale: import("hono/client").ClientRequest<{
|
|
3920
|
+
createSale: import("hono/client").ClientRequest<string, "/lending/createSale", {
|
|
3510
3921
|
$post: {
|
|
3511
3922
|
input: {
|
|
3512
3923
|
json: {
|
|
@@ -3578,7 +3989,7 @@ export declare function buildNextClients(basePath: string, options?: ClientReque
|
|
|
3578
3989
|
};
|
|
3579
3990
|
} & {
|
|
3580
3991
|
lending: {
|
|
3581
|
-
purchase: import("hono/client").ClientRequest<{
|
|
3992
|
+
purchase: import("hono/client").ClientRequest<string, "/lending/purchase", {
|
|
3582
3993
|
$post: {
|
|
3583
3994
|
input: {
|
|
3584
3995
|
json: {
|
|
@@ -3605,7 +4016,7 @@ export declare function buildNextClients(basePath: string, options?: ClientReque
|
|
|
3605
4016
|
};
|
|
3606
4017
|
} & {
|
|
3607
4018
|
lending: {
|
|
3608
|
-
setCollateralPrice: import("hono/client").ClientRequest<{
|
|
4019
|
+
setCollateralPrice: import("hono/client").ClientRequest<string, "/lending/setCollateralPrice", {
|
|
3609
4020
|
$post: {
|
|
3610
4021
|
input: {
|
|
3611
4022
|
json: {
|
|
@@ -3631,7 +4042,7 @@ export declare function buildNextClients(basePath: string, options?: ClientReque
|
|
|
3631
4042
|
};
|
|
3632
4043
|
} & {
|
|
3633
4044
|
lending: {
|
|
3634
|
-
buyback: import("hono/client").ClientRequest<{
|
|
4045
|
+
buyback: import("hono/client").ClientRequest<string, "/lending/buyback", {
|
|
3635
4046
|
$post: {
|
|
3636
4047
|
input: {
|
|
3637
4048
|
json: {
|