@evergonlabs/tmi-protocol-api 0.11.0-rc.3 → 0.11.0-rc.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app.d.ts +473 -232
- package/dist/app.d.ts.map +1 -1
- package/dist/apps.d.ts +1 -1
- package/dist/apps.js +1 -1
- package/dist/client.d.ts +1260 -1103
- package/dist/client.d.ts.map +1 -1
- package/dist/fractions/index.d.ts +84 -100
- package/dist/fractions/index.d.ts.map +1 -1
- package/dist/fractions/markets/deployMarket.d.ts +1 -1
- package/dist/fractions/markets/deployMarket.d.ts.map +1 -1
- package/dist/fractions/markets/deployMarket.js +5 -5
- package/dist/fractions/markets/getDeployEvent.d.ts +6 -0
- package/dist/fractions/markets/getDeployEvent.d.ts.map +1 -1
- package/dist/fractions/markets/getDeployEvent.js +8 -5
- package/dist/fractions/markets/getMarket.d.ts +5 -0
- package/dist/fractions/markets/getMarket.d.ts.map +1 -1
- package/dist/fractions/markets/getMarket.js +7 -14
- package/dist/fractions/markets/index.d.ts +7 -11
- package/dist/fractions/markets/index.d.ts.map +1 -1
- package/dist/fractions/markets/initCompilot.d.ts +4 -0
- package/dist/fractions/markets/initCompilot.d.ts.map +1 -1
- package/dist/fractions/markets/initCompilot.js +6 -4
- package/dist/fractions/markets/searchMarkets.d.ts +42 -11
- package/dist/fractions/markets/searchMarkets.d.ts.map +1 -1
- package/dist/fractions/markets/searchMarkets.js +16 -11
- package/dist/fractions/roles/grantRole.d.ts +1 -1
- package/dist/fractions/roles/grantRole.js +1 -1
- package/dist/fractions/sales/{approveSale.route.d.ts → approveSale.d.ts} +2 -2
- package/dist/fractions/sales/approveSale.d.ts.map +1 -0
- package/dist/fractions/sales/{approveSale.route.js → approveSale.js} +1 -1
- package/dist/fractions/sales/{approveWrapper.route.d.ts → approveWrapper.d.ts} +2 -2
- package/dist/fractions/sales/approveWrapper.d.ts.map +1 -0
- package/dist/fractions/sales/{approveWrapper.route.js → approveWrapper.js} +1 -1
- package/dist/fractions/sales/{completeSale.route.d.ts → completeSale.d.ts} +2 -2
- package/dist/fractions/sales/completeSale.d.ts.map +1 -0
- package/dist/fractions/sales/{completeSale.route.js → completeSale.js} +1 -1
- package/dist/fractions/sales/{createFractions.route.d.ts → createFractions.d.ts} +2 -2
- package/dist/fractions/sales/createFractions.d.ts.map +1 -0
- package/dist/fractions/sales/{createFractions.route.js → createFractions.js} +1 -1
- package/dist/fractions/sales/getFractionSaleStatistics.d.ts +47 -0
- package/dist/fractions/sales/getFractionSaleStatistics.d.ts.map +1 -0
- package/dist/fractions/sales/{getFractionSaleStatistics.route.js → getFractionSaleStatistics.js} +32 -18
- package/dist/fractions/sales/getVaultAddress.d.ts +10 -1
- package/dist/fractions/sales/getVaultAddress.d.ts.map +1 -1
- package/dist/fractions/sales/getVaultAddress.js +11 -7
- package/dist/fractions/sales/getWithdrawEvent.d.ts +4 -3
- package/dist/fractions/sales/getWithdrawEvent.d.ts.map +1 -1
- package/dist/fractions/sales/getWithdrawEvent.js +8 -13
- package/dist/fractions/sales/index.d.ts +50 -62
- package/dist/fractions/sales/index.d.ts.map +1 -1
- package/dist/fractions/sales/index.js +16 -16
- package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts +13 -4
- package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts.map +1 -1
- package/dist/fractions/sales/parseFractionsCreatedEvent.js +20 -22
- package/dist/fractions/sales/{purchase.route.d.ts → purchase.d.ts} +2 -2
- package/dist/fractions/sales/purchase.d.ts.map +1 -0
- package/dist/fractions/sales/{purchase.route.js → purchase.js} +1 -1
- package/dist/fractions/sales/{purchaseStatistics.route.d.ts → purchaseStatistics.d.ts} +8 -7
- package/dist/fractions/sales/purchaseStatistics.d.ts.map +1 -0
- package/dist/fractions/sales/{purchaseStatistics.route.js → purchaseStatistics.js} +12 -10
- package/dist/fractions/sales/{receiveFundsAfterNonFunded.route.d.ts → receiveFundsAfterNonFunded.d.ts} +4 -4
- package/dist/fractions/sales/receiveFundsAfterNonFunded.d.ts.map +1 -0
- package/dist/fractions/sales/{receiveFundsAfterNonFunded.route.js → receiveFundsAfterNonFunded.js} +1 -1
- package/dist/fractions/sales/{receiveNonPurchasedWrappedAssets.route.d.ts → receiveNonPurchasedWrappedAssets.d.ts} +1 -1
- package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.d.ts.map +1 -0
- package/dist/fractions/sales/recoverFractions.d.ts +1 -1
- package/dist/fractions/sales/recoverFractions.js +1 -1
- package/dist/fractions/sales/rejectFractions.d.ts +1 -1
- package/dist/fractions/sales/rejectFractions.js +1 -1
- package/dist/fractions/sales/searchActivity.d.ts +121 -0
- package/dist/fractions/sales/searchActivity.d.ts.map +1 -0
- package/dist/fractions/sales/{searchActivity.route.js → searchActivity.js} +23 -15
- package/dist/fractions/sales/searchSales/searchSales.d.ts +89 -12
- package/dist/fractions/sales/searchSales/searchSales.d.ts.map +1 -1
- package/dist/fractions/sales/searchSales/searchSales.js +17 -12
- package/dist/fractions/sales/searchWithdrawal.d.ts +132 -0
- package/dist/fractions/sales/searchWithdrawal.d.ts.map +1 -0
- package/dist/fractions/sales/{searchWithdrawal.route.js → searchWithdrawal.js} +16 -11
- package/dist/fractions/sales/setFeeCapLimit.d.ts +1 -1
- package/dist/fractions/sales/setFeeCapLimit.js +1 -1
- package/dist/fractions/sales/{unlockWrappedAssets.route.d.ts → unlockWrappedAssets.d.ts} +2 -2
- package/dist/fractions/sales/unlockWrappedAssets.d.ts.map +1 -0
- package/dist/fractions/sales/{unlockWrappedAssets.route.js → unlockWrappedAssets.js} +1 -1
- package/dist/fractions/sales/vesting/{claimStatistics.route.d.ts → claimStatistics.d.ts} +5 -5
- package/dist/fractions/sales/vesting/claimStatistics.d.ts.map +1 -0
- package/dist/fractions/sales/vesting/{claimStatistics.route.js → claimStatistics.js} +6 -6
- package/dist/fractions/sales/vesting/{claimVestedTokens.route.d.ts → claimVestedTokens.d.ts} +1 -1
- package/dist/fractions/sales/vesting/claimVestedTokens.d.ts.map +1 -0
- package/dist/fractions/sales/vesting/{editCliff.route.d.ts → editCliff.d.ts} +1 -1
- package/dist/fractions/sales/vesting/editCliff.d.ts.map +1 -0
- package/dist/fractions/sales/vesting/{editCliff.route.js → editCliff.js} +1 -1
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts +6 -5
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts.map +1 -1
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.js +11 -16
- package/dist/fractions/sales/{withdraw.route.d.ts → withdraw.d.ts} +2 -2
- package/dist/fractions/sales/withdraw.d.ts.map +1 -0
- package/dist/fractions/sales/{withdraw.route.js → withdraw.js} +1 -1
- package/dist/fractions/schemas.d.ts +16 -5
- package/dist/fractions/schemas.d.ts.map +1 -1
- package/dist/fractions/schemas.js +20 -6
- package/dist/fractions/sig/getAuthData.d.ts +5 -9
- package/dist/fractions/sig/getAuthData.d.ts.map +1 -1
- package/dist/fractions/sig/getAuthData.js +7 -11
- package/dist/fractions/sig/{getNonce.route.d.ts → getNonce.d.ts} +6 -3
- package/dist/fractions/sig/getNonce.d.ts.map +1 -0
- package/dist/fractions/sig/{getNonce.route.js → getNonce.js} +10 -6
- package/dist/fractions/sig/index.d.ts +1 -1
- package/dist/fractions/sig/index.js +1 -1
- package/dist/fractions/statistics/index.d.ts +26 -26
- package/dist/fractions/statistics/index.js +1 -1
- package/dist/fractions/statistics/{networkStatistics.route.d.ts → networkStatistics.d.ts} +27 -27
- package/dist/fractions/statistics/networkStatistics.d.ts.map +1 -0
- package/dist/fractions/statistics/{networkStatistics.route.js → networkStatistics.js} +13 -13
- package/dist/general/common.d.ts +1 -1
- package/dist/general/common.d.ts.map +1 -1
- package/dist/general/common.js +2 -2
- package/dist/general/estimateGas.d.ts +14 -9
- package/dist/general/estimateGas.d.ts.map +1 -1
- package/dist/general/estimateGas.js +26 -27
- package/dist/general/getBalance.d.ts +10 -1
- package/dist/general/getBalance.d.ts.map +1 -1
- package/dist/general/getBalance.js +33 -24
- package/dist/general/getBalancesBatch.d.ts +18 -2
- package/dist/general/getBalancesBatch.d.ts.map +1 -1
- package/dist/general/getBalancesBatch.js +28 -21
- package/dist/general/index.d.ts +9 -10
- package/dist/general/index.d.ts.map +1 -1
- package/dist/general/searchBalances.d.ts +18 -3
- package/dist/general/searchBalances.d.ts.map +1 -1
- package/dist/general/searchBalances.js +24 -4
- package/dist/issuance/erc1155/burn.d.ts +1 -1
- package/dist/issuance/erc1155/burn.d.ts.map +1 -1
- package/dist/issuance/erc1155/burn.js +5 -3
- package/dist/issuance/erc1155/default/deploy.d.ts +1 -1
- package/dist/issuance/erc1155/default/deploy.d.ts.map +1 -1
- package/dist/issuance/erc1155/default/deploy.js +5 -3
- package/dist/issuance/erc1155/default/initialize.d.ts +1 -1
- package/dist/issuance/erc1155/default/initialize.d.ts.map +1 -1
- package/dist/issuance/erc1155/default/initialize.js +5 -3
- package/dist/issuance/erc1155/default/parseDeployEvent.d.ts +11 -0
- package/dist/issuance/erc1155/default/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc1155/default/parseDeployEvent.js +14 -9
- package/dist/issuance/erc1155/gated/deploy.d.ts +1 -1
- package/dist/issuance/erc1155/gated/deploy.d.ts.map +1 -1
- package/dist/issuance/erc1155/gated/deploy.js +5 -5
- package/dist/issuance/erc1155/gated/initialize.d.ts +1 -1
- package/dist/issuance/erc1155/gated/initialize.d.ts.map +1 -1
- package/dist/issuance/erc1155/gated/initialize.js +5 -5
- package/dist/issuance/erc1155/gated/parseDeployEvent.d.ts +11 -0
- package/dist/issuance/erc1155/gated/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc1155/gated/parseDeployEvent.js +14 -9
- package/dist/issuance/erc1155/getMintedTokenId.d.ts +9 -1
- package/dist/issuance/erc1155/getMintedTokenId.d.ts.map +1 -1
- package/dist/issuance/erc1155/getMintedTokenId.js +16 -8
- package/dist/issuance/erc1155/grantRole.d.ts +1 -1
- package/dist/issuance/erc1155/grantRole.d.ts.map +1 -1
- package/dist/issuance/erc1155/grantRole.js +6 -4
- package/dist/issuance/erc1155/index.d.ts +1 -1
- package/dist/issuance/erc1155/mint.d.ts +1 -1
- package/dist/issuance/erc1155/mint.d.ts.map +1 -1
- package/dist/issuance/erc1155/mint.js +5 -3
- package/dist/issuance/erc1155/recover.d.ts +1 -1
- package/dist/issuance/erc1155/recover.d.ts.map +1 -1
- package/dist/issuance/erc1155/recover.js +5 -3
- package/dist/issuance/erc1155/renounceRole.d.ts +1 -1
- package/dist/issuance/erc1155/renounceRole.d.ts.map +1 -1
- package/dist/issuance/erc1155/renounceRole.js +6 -4
- package/dist/issuance/erc1155/revokeRole.d.ts +1 -1
- package/dist/issuance/erc1155/revokeRole.d.ts.map +1 -1
- package/dist/issuance/erc1155/revokeRole.js +6 -4
- package/dist/issuance/erc1155/setApprovalForAll.d.ts +1 -1
- package/dist/issuance/erc1155/setApprovalForAll.d.ts.map +1 -1
- package/dist/issuance/erc1155/setApprovalForAll.js +5 -3
- package/dist/issuance/erc1155/setBaseURI.d.ts +1 -1
- package/dist/issuance/erc1155/setBaseURI.d.ts.map +1 -1
- package/dist/issuance/erc1155/setBaseURI.js +5 -3
- package/dist/issuance/erc1155/setTokenURI.d.ts +1 -1
- package/dist/issuance/erc1155/setTokenURI.d.ts.map +1 -1
- package/dist/issuance/erc1155/setTokenURI.js +5 -3
- package/dist/issuance/erc20/approve.d.ts +1 -1
- package/dist/issuance/erc20/approve.d.ts.map +1 -1
- package/dist/issuance/erc20/approve.js +5 -3
- package/dist/issuance/erc20/burn.d.ts +1 -1
- package/dist/issuance/erc20/burn.d.ts.map +1 -1
- package/dist/issuance/erc20/burn.js +5 -3
- package/dist/issuance/erc20/default/deploy.d.ts +1 -1
- package/dist/issuance/erc20/default/deploy.d.ts.map +1 -1
- package/dist/issuance/erc20/default/deploy.js +5 -3
- package/dist/issuance/erc20/default/initialize.d.ts +1 -1
- package/dist/issuance/erc20/default/initialize.d.ts.map +1 -1
- package/dist/issuance/erc20/default/initialize.js +5 -5
- package/dist/issuance/erc20/default/parseDeployEvent.d.ts +14 -1
- package/dist/issuance/erc20/default/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc20/default/parseDeployEvent.js +22 -22
- package/dist/issuance/erc20/gated/deploy.d.ts +1 -1
- package/dist/issuance/erc20/gated/deploy.d.ts.map +1 -1
- package/dist/issuance/erc20/gated/deploy.js +5 -5
- package/dist/issuance/erc20/gated/initialize.d.ts +1 -1
- package/dist/issuance/erc20/gated/initialize.d.ts.map +1 -1
- package/dist/issuance/erc20/gated/initialize.js +5 -3
- package/dist/issuance/erc20/gated/parseDeployEvent.d.ts +14 -1
- package/dist/issuance/erc20/gated/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc20/gated/parseDeployEvent.js +28 -24
- package/dist/issuance/erc20/gatedSimple/deploy.d.ts +285 -3
- package/dist/issuance/erc20/gatedSimple/deploy.d.ts.map +1 -1
- package/dist/issuance/erc20/gatedSimple/getInitData.d.ts +3 -3
- package/dist/issuance/erc20/gatedSimple/getInitData.d.ts.map +1 -1
- package/dist/issuance/erc20/gatedSimple/getInitData.js +15 -9
- package/dist/issuance/erc20/gatedSimple/parseDeployEvent.d.ts +8 -0
- package/dist/issuance/erc20/gatedSimple/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc20/gatedSimple/parseDeployEvent.js +11 -6
- package/dist/issuance/erc20/grantRole.d.ts +1 -1
- package/dist/issuance/erc20/grantRole.d.ts.map +1 -1
- package/dist/issuance/erc20/grantRole.js +6 -4
- package/dist/issuance/erc20/index.d.ts +289 -7
- package/dist/issuance/erc20/index.d.ts.map +1 -1
- package/dist/issuance/erc20/mint.d.ts +1 -1
- package/dist/issuance/erc20/mint.d.ts.map +1 -1
- package/dist/issuance/erc20/mint.js +5 -3
- package/dist/issuance/erc20/recover.d.ts +1 -1
- package/dist/issuance/erc20/recover.d.ts.map +1 -1
- package/dist/issuance/erc20/recover.js +5 -3
- package/dist/issuance/erc20/renounceRole.d.ts +1 -1
- package/dist/issuance/erc20/renounceRole.d.ts.map +1 -1
- package/dist/issuance/erc20/renounceRole.js +6 -4
- package/dist/issuance/erc20/revokeRole.d.ts +1 -1
- package/dist/issuance/erc20/revokeRole.d.ts.map +1 -1
- package/dist/issuance/erc20/revokeRole.js +6 -4
- package/dist/issuance/erc20/transfer.d.ts +1 -1
- package/dist/issuance/erc20/transfer.d.ts.map +1 -1
- package/dist/issuance/erc20/transfer.js +5 -3
- package/dist/issuance/erc20/transferFrom.d.ts +1 -1
- package/dist/issuance/erc20/transferFrom.d.ts.map +1 -1
- package/dist/issuance/erc20/transferFrom.js +5 -3
- package/dist/issuance/erc721/approve.d.ts +1 -1
- package/dist/issuance/erc721/approve.d.ts.map +1 -1
- package/dist/issuance/erc721/approve.js +5 -3
- package/dist/issuance/erc721/burn.d.ts +1 -1
- package/dist/issuance/erc721/burn.d.ts.map +1 -1
- package/dist/issuance/erc721/burn.js +5 -3
- package/dist/issuance/erc721/default/deploy.d.ts +1 -1
- package/dist/issuance/erc721/default/deploy.d.ts.map +1 -1
- package/dist/issuance/erc721/default/deploy.js +5 -3
- package/dist/issuance/erc721/default/initialize.d.ts +1 -1
- package/dist/issuance/erc721/default/initialize.d.ts.map +1 -1
- package/dist/issuance/erc721/default/initialize.js +5 -3
- package/dist/issuance/erc721/default/parseDeployEvent.d.ts +13 -0
- package/dist/issuance/erc721/default/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc721/default/parseDeployEvent.js +16 -11
- package/dist/issuance/erc721/gated/deploy.d.ts +1 -1
- package/dist/issuance/erc721/gated/deploy.d.ts.map +1 -1
- package/dist/issuance/erc721/gated/deploy.js +5 -5
- package/dist/issuance/erc721/gated/initialize.d.ts +1 -1
- package/dist/issuance/erc721/gated/initialize.d.ts.map +1 -1
- package/dist/issuance/erc721/gated/initialize.js +5 -3
- package/dist/issuance/erc721/gated/parseDeployEvent.d.ts +13 -0
- package/dist/issuance/erc721/gated/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc721/gated/parseDeployEvent.js +16 -11
- package/dist/issuance/erc721/getMintedTokenId.d.ts +8 -0
- package/dist/issuance/erc721/getMintedTokenId.d.ts.map +1 -1
- package/dist/issuance/erc721/getMintedTokenId.js +11 -6
- package/dist/issuance/erc721/grantRole.d.ts +1 -1
- package/dist/issuance/erc721/grantRole.d.ts.map +1 -1
- package/dist/issuance/erc721/grantRole.js +6 -4
- package/dist/issuance/erc721/mint.d.ts +1 -1
- package/dist/issuance/erc721/mint.d.ts.map +1 -1
- package/dist/issuance/erc721/mint.js +5 -3
- package/dist/issuance/erc721/recover.d.ts +1 -1
- package/dist/issuance/erc721/recover.d.ts.map +1 -1
- package/dist/issuance/erc721/recover.js +5 -3
- package/dist/issuance/erc721/renounceRole.d.ts +1 -1
- package/dist/issuance/erc721/renounceRole.d.ts.map +1 -1
- package/dist/issuance/erc721/renounceRole.js +6 -4
- package/dist/issuance/erc721/revokeRole.d.ts +1 -1
- package/dist/issuance/erc721/revokeRole.d.ts.map +1 -1
- package/dist/issuance/erc721/revokeRole.js +6 -4
- package/dist/issuance/erc721/setBaseURI.d.ts +1 -1
- package/dist/issuance/erc721/setBaseURI.d.ts.map +1 -1
- package/dist/issuance/erc721/setBaseURI.js +5 -3
- package/dist/issuance/erc721/setTokenURI.d.ts +1 -1
- package/dist/issuance/erc721/setTokenURI.d.ts.map +1 -1
- package/dist/issuance/erc721/setTokenURI.js +5 -3
- package/dist/issuance/erc721/transferFrom.d.ts +1 -1
- package/dist/issuance/erc721/transferFrom.d.ts.map +1 -1
- package/dist/issuance/erc721/transferFrom.js +5 -3
- package/dist/issuance/index.d.ts +292 -10
- package/dist/issuance/index.d.ts.map +1 -1
- package/dist/issuance/proxy/deploy.d.ts +3 -3
- package/dist/issuance/proxy/deploy.d.ts.map +1 -1
- package/dist/issuance/proxy/deploy.js +5 -3
- package/dist/issuance/proxy/index.d.ts +2 -2
- package/dist/issuance/proxy/upgrade.d.ts +1 -1
- package/dist/issuance/proxy/upgrade.d.ts.map +1 -1
- package/dist/issuance/proxy/upgrade.js +5 -3
- package/dist/issuance/schemas.d.ts +52 -42
- package/dist/issuance/schemas.d.ts.map +1 -1
- package/dist/issuance/schemas.js +52 -42
- package/dist/next/app.d.ts +21 -25
- package/dist/next/app.d.ts.map +1 -1
- package/dist/next/client.d.ts +21 -25
- package/dist/next/client.d.ts.map +1 -1
- package/dist/next/lending/buyback.d.ts.map +1 -1
- package/dist/next/lending/buyback.js +1 -1
- package/dist/next/lending/createSale.d.ts.map +1 -1
- package/dist/next/lending/createSale.js +1 -1
- package/dist/next/lending/deployMarket.d.ts.map +1 -1
- package/dist/next/lending/deployMarket.js +1 -1
- package/dist/next/lending/forcefullyUnlockWrappersNft.d.ts +7 -0
- package/dist/next/lending/forcefullyUnlockWrappersNft.d.ts.map +1 -0
- package/dist/next/lending/forcefullyUnlockWrappersNft.js +39 -0
- package/dist/next/lending/index.js +1 -1
- package/dist/next/lending/schemas.d.ts +5 -1
- package/dist/next/lending/schemas.d.ts.map +1 -1
- package/dist/next/lending/schemas.js +5 -3
- package/dist/next/lending/setCollateralPrice.d.ts.map +1 -1
- package/dist/next/lending/setCollateralPrice.js +1 -1
- package/dist/next/nftFractions/createNftFractions.d.ts.map +1 -1
- package/dist/next/nftFractions/createNftFractions.js +4 -2
- package/dist/next/nftFractions/deployNftFractionsMarket.d.ts.map +1 -1
- package/dist/next/nftFractions/deployNftFractionsMarket.js +4 -2
- package/dist/next/nftFractions/deployNftFractionsMarketGated.d.ts.map +1 -1
- package/dist/next/nftFractions/deployNftFractionsMarketGated.js +4 -2
- package/dist/next/nftFractions/index.d.ts +5 -5
- package/dist/next/nftFractions/index.js +1 -1
- package/dist/next/nftFractions/parseNftFractionsCreatedEvent.d.ts +18 -5
- package/dist/next/nftFractions/parseNftFractionsCreatedEvent.d.ts.map +1 -1
- package/dist/next/nftFractions/parseNftFractionsCreatedEvent.js +32 -28
- package/dist/next/nftFractions/schemas.d.ts +4 -1
- package/dist/next/nftFractions/schemas.d.ts.map +1 -1
- package/dist/next/nftFractions/schemas.js +4 -1
- package/dist/next/vestingRedemptionDynamic/approveCampaign.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/approveCampaign.js +1 -1
- package/dist/next/vestingRedemptionDynamic/createCampaign.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/createCampaign.js +1 -1
- package/dist/next/vestingRedemptionDynamic/deployMarket.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/deployMarket.js +1 -1
- package/dist/next/vestingRedemptionDynamic/epochPurchase.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/epochPurchase.js +1 -1
- package/dist/next/vestingRedemptionDynamic/exchangeNftForFractions.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/exchangeNftForFractions.js +1 -1
- package/dist/next/vestingRedemptionDynamic/getCurrentEpoch.d.ts +14 -7
- package/dist/next/vestingRedemptionDynamic/getCurrentEpoch.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/getCurrentEpoch.js +18 -11
- package/dist/next/vestingRedemptionDynamic/getEpochPurchaseEvent.d.ts +6 -2
- package/dist/next/vestingRedemptionDynamic/getEpochPurchaseEvent.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/getEpochPurchaseEvent.js +5 -5
- package/dist/next/vestingRedemptionDynamic/getPurchasePriceForEpoch.d.ts +17 -9
- package/dist/next/vestingRedemptionDynamic/getPurchasePriceForEpoch.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/getPurchasePriceForEpoch.js +25 -16
- package/dist/next/vestingRedemptionDynamic/getWithdrawalRequestedEvent.d.ts +6 -2
- package/dist/next/vestingRedemptionDynamic/getWithdrawalRequestedEvent.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/getWithdrawalRequestedEvent.js +5 -5
- package/dist/next/vestingRedemptionDynamic/index.d.ts +16 -20
- package/dist/next/vestingRedemptionDynamic/index.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/requestWithdrawal.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/requestWithdrawal.js +1 -1
- package/dist/next/vestingRedemptionDynamic/schemas.d.ts +13 -1
- package/dist/next/vestingRedemptionDynamic/schemas.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/schemas.js +15 -1
- package/dist/next/vestingRedemptionDynamic/setEpochPrice.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/setEpochPrice.js +1 -1
- package/dist/next/vestingRedemptionDynamic/withdrawFunds.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/withdrawFunds.js +1 -1
- package/dist/schemas.d.ts +50 -0
- package/dist/schemas.d.ts.map +1 -1
- package/dist/schemas.js +62 -0
- package/dist/staking/index.d.ts +60 -84
- package/dist/staking/index.d.ts.map +1 -1
- package/dist/staking/platforms/getPlatform.d.ts +36 -0
- package/dist/staking/platforms/getPlatform.d.ts.map +1 -0
- package/dist/staking/platforms/{getPlatform/v0/getPlatform.js → getPlatform.js} +26 -22
- package/dist/staking/platforms/index.d.ts +10 -14
- package/dist/staking/platforms/index.d.ts.map +1 -1
- package/dist/staking/platforms/index.js +3 -6
- package/dist/staking/platforms/searchPlatforms.d.ts +40 -0
- package/dist/staking/platforms/searchPlatforms.d.ts.map +1 -0
- package/dist/staking/platforms/searchPlatforms.js +50 -0
- package/dist/staking/pools/getPool.d.ts +40 -0
- package/dist/staking/pools/getPool.d.ts.map +1 -0
- package/dist/staking/pools/{getPool/v0/getPool.js → getPool.js} +32 -28
- package/dist/staking/pools/index.d.ts +9 -13
- package/dist/staking/pools/index.d.ts.map +1 -1
- package/dist/staking/pools/index.js +3 -6
- package/dist/staking/pools/searchPools.d.ts +42 -0
- package/dist/staking/pools/searchPools.d.ts.map +1 -0
- package/dist/staking/pools/searchPools.js +50 -0
- package/dist/staking/roles/getRoles.d.ts +28 -0
- package/dist/staking/roles/getRoles.d.ts.map +1 -0
- package/dist/staking/roles/{getRoles/v0/getRoles.js → getRoles.js} +6 -5
- package/dist/staking/roles/grantRole.d.ts +33 -0
- package/dist/staking/roles/grantRole.d.ts.map +1 -0
- package/dist/staking/roles/{grantRole/v0/grantRole.js → grantRole.js} +19 -16
- package/dist/staking/roles/index.d.ts +23 -31
- package/dist/staking/roles/index.d.ts.map +1 -1
- package/dist/staking/roles/index.js +8 -8
- package/dist/staking/roles/searchRoleEvents.d.ts +48 -0
- package/dist/staking/roles/searchRoleEvents.d.ts.map +1 -0
- package/dist/staking/roles/{searchRoleEvents/v0/searchRoleEvents.js → searchRoleEvents.js} +25 -20
- package/dist/staking/roles/searchRoles.d.ts +46 -0
- package/dist/staking/roles/searchRoles.d.ts.map +1 -0
- package/dist/staking/roles/{searchRoles/v0/searchRoles.js → searchRoles.js} +24 -19
- package/dist/staking/stakes/getStake.d.ts +50 -0
- package/dist/staking/stakes/getStake.d.ts.map +1 -0
- package/dist/staking/stakes/{getStake/v0/getStake.js → getStake.js} +32 -28
- package/dist/staking/stakes/index.d.ts +21 -29
- package/dist/staking/stakes/index.d.ts.map +1 -1
- package/dist/staking/stakes/index.js +6 -6
- package/dist/staking/stakes/searchStakeEvents.d.ts +48 -0
- package/dist/staking/stakes/searchStakeEvents.d.ts.map +1 -0
- package/dist/staking/stakes/{searchStakeEvents/v0/searchStakeEvents.js → searchStakeEvents.js} +25 -20
- package/dist/staking/stakes/searchStakes.d.ts +56 -0
- package/dist/staking/stakes/searchStakes.d.ts.map +1 -0
- package/dist/staking/stakes/searchStakes.js +52 -0
- package/dist/stakingTemplates/index.d.ts +28 -28
- package/dist/stakingTemplates/index.d.ts.map +1 -1
- package/dist/stakingTemplates/index.js +6 -6
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts +8 -2
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.js +18 -16
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts +6 -1
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.js +8 -5
- package/dist/stakingTemplates/templates/common/getReward.d.ts +5 -0
- package/dist/stakingTemplates/templates/common/getReward.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getReward.js +7 -4
- package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts +15 -5
- package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getStakeEvent.js +21 -10
- package/dist/stakingTemplates/templates/common/partialUnstake.d.ts +6 -0
- package/dist/stakingTemplates/templates/common/partialUnstake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/partialUnstake.js +10 -7
- package/dist/stakingTemplates/templates/common/unstake.d.ts +5 -0
- package/dist/stakingTemplates/templates/common/unstake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/unstake.js +7 -4
- package/dist/stakingTemplates/templates/reputation/{v0/createPlatform.d.ts → createPlatform.d.ts} +12 -1
- package/dist/stakingTemplates/templates/reputation/createPlatform.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputation/{v0/createPlatform.js → createPlatform.js} +22 -19
- package/dist/stakingTemplates/templates/reputation/createPool.d.ts +58 -0
- package/dist/stakingTemplates/templates/reputation/createPool.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputation/{v0/createPool.js → createPool.js} +23 -20
- package/dist/stakingTemplates/templates/reputation/index.d.ts +10 -10
- package/dist/stakingTemplates/templates/reputation/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/index.js +24 -3
- package/dist/stakingTemplates/templates/reputation/restake.d.ts +32 -0
- package/dist/stakingTemplates/templates/reputation/restake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputation/{v0/restake.js → restake.js} +14 -11
- package/dist/stakingTemplates/templates/{rwa/v0/restake.d.ts → reputation/stake.d.ts} +8 -2
- package/dist/stakingTemplates/templates/reputation/stake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputation/{v0/stake.js → stake.js} +15 -16
- package/dist/stakingTemplates/templates/reputationLock/createPlatform.d.ts +42 -0
- package/dist/stakingTemplates/templates/reputationLock/createPlatform.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputationLock/{v0/createPlatform.js → createPlatform.js} +22 -19
- package/dist/stakingTemplates/templates/reputationLock/createPool.d.ts +76 -0
- package/dist/stakingTemplates/templates/reputationLock/createPool.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputationLock/{v0/createPool.js → createPool.js} +28 -25
- package/dist/stakingTemplates/templates/reputationLock/index.d.ts +10 -10
- package/dist/stakingTemplates/templates/reputationLock/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/index.js +24 -3
- package/dist/stakingTemplates/templates/reputationLock/restake.d.ts +34 -0
- package/dist/stakingTemplates/templates/reputationLock/restake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputationLock/{v0/restake.js → restake.js} +17 -14
- package/dist/stakingTemplates/templates/reputationLock/stake.d.ts +34 -0
- package/dist/stakingTemplates/templates/reputationLock/stake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/reputationLock/{v0/stake.js → stake.js} +19 -16
- package/dist/stakingTemplates/templates/{reputationLock/v0 → rwa}/createPlatform.d.ts +12 -1
- package/dist/stakingTemplates/templates/rwa/createPlatform.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/{v0/createPlatform.js → createPlatform.js} +22 -19
- package/dist/stakingTemplates/templates/rwa/createPool.d.ts +56 -0
- package/dist/stakingTemplates/templates/rwa/createPool.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/{v0/createPool.js → createPool.js} +21 -18
- package/dist/stakingTemplates/templates/{reputation/v0/stake.d.ts → rwa/distributeRewards.d.ts} +8 -2
- package/dist/stakingTemplates/templates/rwa/distributeRewards.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/{v0/distributeRewards.js → distributeRewards.js} +15 -12
- package/dist/stakingTemplates/templates/rwa/index.d.ts +10 -10
- package/dist/stakingTemplates/templates/rwa/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/index.js +26 -3
- package/dist/stakingTemplates/templates/rwa/restake.d.ts +32 -0
- package/dist/stakingTemplates/templates/rwa/restake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/{v0/restake.js → restake.js} +14 -11
- package/dist/stakingTemplates/templates/rwa/stake.d.ts +32 -0
- package/dist/stakingTemplates/templates/rwa/stake.d.ts.map +1 -0
- package/dist/stakingTemplates/templates/rwa/{v0/stake.js → stake.js} +15 -16
- package/package.json +12 -12
- package/dist/fractions/sales/approveSale.route.d.ts.map +0 -1
- package/dist/fractions/sales/approveWrapper.route.d.ts.map +0 -1
- package/dist/fractions/sales/completeSale.route.d.ts.map +0 -1
- package/dist/fractions/sales/createFractions.route.d.ts.map +0 -1
- package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts +0 -37
- package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts.map +0 -1
- package/dist/fractions/sales/purchase.route.d.ts.map +0 -1
- package/dist/fractions/sales/purchaseStatistics.route.d.ts.map +0 -1
- package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts.map +0 -1
- package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts.map +0 -1
- package/dist/fractions/sales/searchActivity.route.d.ts +0 -71
- package/dist/fractions/sales/searchActivity.route.d.ts.map +0 -1
- package/dist/fractions/sales/searchWithdrawal.route.d.ts +0 -56
- package/dist/fractions/sales/searchWithdrawal.route.d.ts.map +0 -1
- package/dist/fractions/sales/unlockWrappedAssets.route.d.ts.map +0 -1
- package/dist/fractions/sales/vesting/claimStatistics.route.d.ts.map +0 -1
- package/dist/fractions/sales/vesting/claimVestedTokens.route.d.ts.map +0 -1
- package/dist/fractions/sales/vesting/editCliff.route.d.ts.map +0 -1
- package/dist/fractions/sales/withdraw.route.d.ts.map +0 -1
- package/dist/fractions/sig/getNonce.route.d.ts.map +0 -1
- package/dist/fractions/statistics/networkStatistics.route.d.ts.map +0 -1
- package/dist/staking/platforms/getPlatform/index.d.ts +0 -23
- package/dist/staking/platforms/getPlatform/index.d.ts.map +0 -1
- package/dist/staking/platforms/getPlatform/index.js +0 -5
- package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts +0 -24
- package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts.map +0 -1
- package/dist/staking/platforms/searchPlatforms/index.d.ts +0 -29
- package/dist/staking/platforms/searchPlatforms/index.d.ts.map +0 -1
- package/dist/staking/platforms/searchPlatforms/index.js +0 -5
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts +0 -30
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts.map +0 -1
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.js +0 -45
- package/dist/staking/pools/getPool/index.d.ts +0 -25
- package/dist/staking/pools/getPool/index.d.ts.map +0 -1
- package/dist/staking/pools/getPool/index.js +0 -5
- package/dist/staking/pools/getPool/v0/getPool.d.ts +0 -26
- package/dist/staking/pools/getPool/v0/getPool.d.ts.map +0 -1
- package/dist/staking/pools/searchPools/index.d.ts +0 -30
- package/dist/staking/pools/searchPools/index.d.ts.map +0 -1
- package/dist/staking/pools/searchPools/index.js +0 -5
- package/dist/staking/pools/searchPools/v0/searchPools.d.ts +0 -31
- package/dist/staking/pools/searchPools/v0/searchPools.d.ts.map +0 -1
- package/dist/staking/pools/searchPools/v0/searchPools.js +0 -45
- package/dist/staking/roles/getRoles/index.d.ts +0 -23
- package/dist/staking/roles/getRoles/index.d.ts.map +0 -1
- package/dist/staking/roles/getRoles/index.js +0 -5
- package/dist/staking/roles/getRoles/v0/getRoles.d.ts +0 -23
- package/dist/staking/roles/getRoles/v0/getRoles.d.ts.map +0 -1
- package/dist/staking/roles/grantRole/index.d.ts +0 -26
- package/dist/staking/roles/grantRole/index.d.ts.map +0 -1
- package/dist/staking/roles/grantRole/index.js +0 -5
- package/dist/staking/roles/grantRole/v0/grantRole.d.ts +0 -26
- package/dist/staking/roles/grantRole/v0/grantRole.d.ts.map +0 -1
- package/dist/staking/roles/searchRoleEvents/index.d.ts +0 -33
- package/dist/staking/roles/searchRoleEvents/index.d.ts.map +0 -1
- package/dist/staking/roles/searchRoleEvents/index.js +0 -5
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts +0 -34
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts.map +0 -1
- package/dist/staking/roles/searchRoles/index.d.ts +0 -32
- package/dist/staking/roles/searchRoles/index.d.ts.map +0 -1
- package/dist/staking/roles/searchRoles/index.js +0 -5
- package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts +0 -33
- package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts.map +0 -1
- package/dist/staking/stakes/getStake/index.d.ts +0 -30
- package/dist/staking/stakes/getStake/index.d.ts.map +0 -1
- package/dist/staking/stakes/getStake/index.js +0 -5
- package/dist/staking/stakes/getStake/v0/getStake.d.ts +0 -30
- package/dist/staking/stakes/getStake/v0/getStake.d.ts.map +0 -1
- package/dist/staking/stakes/searchStakeEvents/index.d.ts +0 -33
- package/dist/staking/stakes/searchStakeEvents/index.d.ts.map +0 -1
- package/dist/staking/stakes/searchStakeEvents/index.js +0 -5
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts +0 -34
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts.map +0 -1
- package/dist/staking/stakes/searchStakes/index.d.ts +0 -37
- package/dist/staking/stakes/searchStakes/index.d.ts.map +0 -1
- package/dist/staking/stakes/searchStakes/index.js +0 -5
- package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts +0 -37
- package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts.map +0 -1
- package/dist/staking/stakes/searchStakes/v0/searchStakes.js +0 -47
- package/dist/stakingTemplates/templates/reputation/v0/createPlatform.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/reputation/v0/createPool.d.ts +0 -39
- package/dist/stakingTemplates/templates/reputation/v0/createPool.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/reputation/v0/index.d.ts +0 -243
- package/dist/stakingTemplates/templates/reputation/v0/index.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/reputation/v0/index.js +0 -26
- package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts +0 -26
- package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/reputation/v0/stake.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/createPlatform.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/createPool.d.ts +0 -48
- package/dist/stakingTemplates/templates/reputationLock/v0/createPool.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts +0 -254
- package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/index.js +0 -26
- package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts +0 -27
- package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts +0 -27
- package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/rwa/v0/createPlatform.d.ts +0 -31
- package/dist/stakingTemplates/templates/rwa/v0/createPlatform.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/rwa/v0/createPool.d.ts +0 -38
- package/dist/stakingTemplates/templates/rwa/v0/createPool.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts +0 -26
- package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/rwa/v0/index.d.ts +0 -266
- package/dist/stakingTemplates/templates/rwa/v0/index.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/rwa/v0/index.js +0 -28
- package/dist/stakingTemplates/templates/rwa/v0/restake.d.ts.map +0 -1
- package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts +0 -26
- package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts.map +0 -1
- /package/dist/fractions/sales/{receiveNonPurchasedWrappedAssets.route.js → receiveNonPurchasedWrappedAssets.js} +0 -0
- /package/dist/fractions/sales/vesting/{claimVestedTokens.route.js → claimVestedTokens.js} +0 -0
package/dist/client.d.ts
CHANGED
|
@@ -2,1228 +2,1120 @@ import { ClientRequestOptions } from "hono/client";
|
|
|
2
2
|
export declare function buildClients(basePath: string, options?: ClientRequestOptions): {
|
|
3
3
|
staking: {
|
|
4
4
|
platforms: {
|
|
5
|
-
get: {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
query: {
|
|
10
|
-
chainId: "31337" | "11155111" | "84532";
|
|
11
|
-
address: string;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
output: {
|
|
5
|
+
get: import("hono/client").ClientRequest<string, "/platforms/get", {
|
|
6
|
+
$get: {
|
|
7
|
+
input: {
|
|
8
|
+
query: {
|
|
15
9
|
chainId: "31337" | "11155111" | "84532";
|
|
16
|
-
|
|
17
|
-
createdAt: string & import("zod").$brand<"IsoDateString">;
|
|
18
|
-
contractAddress: `0x${string}`;
|
|
19
|
-
adminAddress: `0x${string}`;
|
|
20
|
-
updatedAt: string & import("zod").$brand<"IsoDateString">;
|
|
10
|
+
address: string;
|
|
21
11
|
};
|
|
22
|
-
outputFormat: "json";
|
|
23
|
-
status: 200;
|
|
24
12
|
};
|
|
25
|
-
|
|
26
|
-
|
|
13
|
+
output: {
|
|
14
|
+
chainId: "31337" | "11155111" | "84532";
|
|
15
|
+
transactionHash: `0x${string}`;
|
|
16
|
+
createdAt: string & import("zod").$brand<"IsoDateString">;
|
|
17
|
+
contractAddress: `0x${string}`;
|
|
18
|
+
adminAddress: `0x${string}`;
|
|
19
|
+
updatedAt: string & import("zod").$brand<"IsoDateString">;
|
|
20
|
+
};
|
|
21
|
+
outputFormat: "json";
|
|
22
|
+
status: 200;
|
|
23
|
+
};
|
|
24
|
+
}>;
|
|
27
25
|
};
|
|
28
26
|
} & {
|
|
29
27
|
platforms: {
|
|
30
|
-
search: {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
};
|
|
39
|
-
filter: {
|
|
40
|
-
chainId?: "31337" | "11155111" | "84532" | undefined;
|
|
41
|
-
owner?: string | undefined;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
28
|
+
search: import("hono/client").ClientRequest<string, "/platforms/search", {
|
|
29
|
+
$get: {
|
|
30
|
+
input: {
|
|
31
|
+
query: {
|
|
32
|
+
skip: string | string[];
|
|
33
|
+
limit: string | string[];
|
|
34
|
+
chainId?: string | string[] | undefined;
|
|
35
|
+
owner?: string | string[] | undefined;
|
|
44
36
|
};
|
|
45
|
-
output: {
|
|
46
|
-
chainId: "31337" | "11155111" | "84532";
|
|
47
|
-
transactionHash: `0x${string}`;
|
|
48
|
-
createdAt: string & import("zod").$brand<"IsoDateString">;
|
|
49
|
-
contractAddress: `0x${string}`;
|
|
50
|
-
adminAddress: `0x${string}`;
|
|
51
|
-
updatedAt: string & import("zod").$brand<"IsoDateString">;
|
|
52
|
-
}[];
|
|
53
|
-
outputFormat: "json";
|
|
54
|
-
status: 200;
|
|
55
37
|
};
|
|
56
|
-
|
|
57
|
-
|
|
38
|
+
output: {
|
|
39
|
+
chainId: "31337" | "11155111" | "84532";
|
|
40
|
+
transactionHash: `0x${string}`;
|
|
41
|
+
createdAt: string & import("zod").$brand<"IsoDateString">;
|
|
42
|
+
contractAddress: `0x${string}`;
|
|
43
|
+
adminAddress: `0x${string}`;
|
|
44
|
+
updatedAt: string & import("zod").$brand<"IsoDateString">;
|
|
45
|
+
}[];
|
|
46
|
+
outputFormat: "json";
|
|
47
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
48
|
+
};
|
|
49
|
+
}>;
|
|
58
50
|
};
|
|
59
51
|
} & {
|
|
60
52
|
pools: {
|
|
61
|
-
searchPools: {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
};
|
|
70
|
-
filter: {
|
|
71
|
-
chainId?: "31337" | "11155111" | "84532" | undefined;
|
|
72
|
-
platform?: string | undefined;
|
|
73
|
-
};
|
|
74
|
-
};
|
|
53
|
+
searchPools: import("hono/client").ClientRequest<string, "/pools/searchPools", {
|
|
54
|
+
$get: {
|
|
55
|
+
input: {
|
|
56
|
+
query: {
|
|
57
|
+
skip: string | string[];
|
|
58
|
+
limit: string | string[];
|
|
59
|
+
chainId?: string | string[] | undefined;
|
|
60
|
+
platform?: string | string[] | undefined;
|
|
75
61
|
};
|
|
76
|
-
output: {
|
|
77
|
-
chainId: "31337" | "11155111" | "84532";
|
|
78
|
-
platform: `0x${string}`;
|
|
79
|
-
rewardsHandler: `0x${string}`;
|
|
80
|
-
assetHandler: `0x${string}`;
|
|
81
|
-
txHash: `0x${string}`;
|
|
82
|
-
poolId: string & import("zod").$brand<"Int256">;
|
|
83
|
-
createdAt: string & import("zod").$brand<"IsoDateString">;
|
|
84
|
-
}[];
|
|
85
|
-
outputFormat: "json";
|
|
86
|
-
status: 200;
|
|
87
62
|
};
|
|
88
|
-
|
|
89
|
-
|
|
63
|
+
output: {
|
|
64
|
+
chainId: "31337" | "11155111" | "84532";
|
|
65
|
+
platform: `0x${string}`;
|
|
66
|
+
rewardsHandler: `0x${string}`;
|
|
67
|
+
assetHandler: `0x${string}`;
|
|
68
|
+
txHash: `0x${string}`;
|
|
69
|
+
poolId: string & import("zod").$brand<"Int256">;
|
|
70
|
+
createdAt: string & import("zod").$brand<"IsoDateString">;
|
|
71
|
+
}[];
|
|
72
|
+
outputFormat: "json";
|
|
73
|
+
status: 200;
|
|
74
|
+
};
|
|
75
|
+
}>;
|
|
90
76
|
};
|
|
91
77
|
} & {
|
|
92
78
|
pools: {
|
|
93
|
-
getPool: {
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
query: {
|
|
98
|
-
chainId: "31337" | "11155111" | "84532";
|
|
99
|
-
poolId: string;
|
|
100
|
-
platform: string;
|
|
101
|
-
};
|
|
102
|
-
};
|
|
103
|
-
output: {
|
|
79
|
+
getPool: import("hono/client").ClientRequest<string, "/pools/getPool", {
|
|
80
|
+
$get: {
|
|
81
|
+
input: {
|
|
82
|
+
query: {
|
|
104
83
|
chainId: "31337" | "11155111" | "84532";
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
assetHandler: `0x${string}`;
|
|
108
|
-
txHash: `0x${string}`;
|
|
109
|
-
poolId: string & import("zod").$brand<"Int256">;
|
|
110
|
-
createdAt: string & import("zod").$brand<"IsoDateString">;
|
|
84
|
+
poolId: string;
|
|
85
|
+
platform: string;
|
|
111
86
|
};
|
|
112
|
-
outputFormat: "json";
|
|
113
|
-
status: 200;
|
|
114
87
|
};
|
|
115
|
-
|
|
116
|
-
|
|
88
|
+
output: {
|
|
89
|
+
chainId: "31337" | "11155111" | "84532";
|
|
90
|
+
platform: `0x${string}`;
|
|
91
|
+
rewardsHandler: `0x${string}`;
|
|
92
|
+
assetHandler: `0x${string}`;
|
|
93
|
+
txHash: `0x${string}`;
|
|
94
|
+
poolId: string & import("zod").$brand<"Int256">;
|
|
95
|
+
createdAt: string & import("zod").$brand<"IsoDateString">;
|
|
96
|
+
};
|
|
97
|
+
outputFormat: "json";
|
|
98
|
+
status: 200;
|
|
99
|
+
};
|
|
100
|
+
}>;
|
|
117
101
|
};
|
|
118
102
|
} & {
|
|
119
103
|
stakes: {
|
|
120
|
-
searchStakes: {
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
chainId?: "31337" | "11155111" | "84532" | undefined;
|
|
131
|
-
owner?: string | undefined;
|
|
132
|
-
platform?: string | undefined;
|
|
133
|
-
poolId?: string | undefined;
|
|
134
|
-
};
|
|
135
|
-
};
|
|
104
|
+
searchStakes: import("hono/client").ClientRequest<string, "/stakes/searchStakes", {
|
|
105
|
+
$get: {
|
|
106
|
+
input: {
|
|
107
|
+
query: {
|
|
108
|
+
skip: string | string[];
|
|
109
|
+
limit: string | string[];
|
|
110
|
+
chainId?: string | string[] | undefined;
|
|
111
|
+
owner?: string | string[] | undefined;
|
|
112
|
+
platform?: string | string[] | undefined;
|
|
113
|
+
poolId?: string | string[] | undefined;
|
|
136
114
|
};
|
|
137
|
-
output: {
|
|
138
|
-
chainId: "31337" | "11155111" | "84532";
|
|
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
|
-
}[];
|
|
151
|
-
outputFormat: "json";
|
|
152
|
-
status: 200;
|
|
153
115
|
};
|
|
154
|
-
|
|
155
|
-
|
|
116
|
+
output: {
|
|
117
|
+
chainId: "31337" | "11155111" | "84532";
|
|
118
|
+
platform: string;
|
|
119
|
+
owner: string;
|
|
120
|
+
stakeId: string;
|
|
121
|
+
activePackets: string;
|
|
122
|
+
rewardsClaimed: string;
|
|
123
|
+
isActive: boolean;
|
|
124
|
+
unlockTimestamp: string;
|
|
125
|
+
startTimestamp: string;
|
|
126
|
+
createdAt: string;
|
|
127
|
+
updatedAt: string;
|
|
128
|
+
poolId?: string | undefined;
|
|
129
|
+
}[];
|
|
130
|
+
outputFormat: "json";
|
|
131
|
+
status: 200;
|
|
132
|
+
};
|
|
133
|
+
}>;
|
|
156
134
|
};
|
|
157
135
|
} & {
|
|
158
136
|
stakes: {
|
|
159
|
-
searchStakeEvents: {
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
chainId?: "31337" | "11155111" | "84532" | undefined;
|
|
170
|
-
owner?: string | undefined;
|
|
171
|
-
platform?: string | undefined;
|
|
172
|
-
poolId?: string | undefined;
|
|
173
|
-
};
|
|
174
|
-
};
|
|
137
|
+
searchStakeEvents: import("hono/client").ClientRequest<string, "/stakes/searchStakeEvents", {
|
|
138
|
+
$get: {
|
|
139
|
+
input: {
|
|
140
|
+
query: {
|
|
141
|
+
skip: string | string[];
|
|
142
|
+
limit: string | string[];
|
|
143
|
+
chainId?: string | string[] | undefined;
|
|
144
|
+
owner?: string | string[] | undefined;
|
|
145
|
+
platform?: string | string[] | undefined;
|
|
146
|
+
poolId?: string | string[] | undefined;
|
|
175
147
|
};
|
|
176
|
-
output: {
|
|
177
|
-
id: string;
|
|
178
|
-
chainId: "31337" | "11155111" | "84532";
|
|
179
|
-
platform: `0x${string}`;
|
|
180
|
-
owner: `0x${string}`;
|
|
181
|
-
stakeId: string & import("zod").$brand<"Int256">;
|
|
182
|
-
createdAt: string & import("zod").$brand<"IsoDateString">;
|
|
183
|
-
txHash: `0x${string}`;
|
|
184
|
-
poolId?: (string & import("zod").$brand<"Int256">) | undefined;
|
|
185
|
-
}[];
|
|
186
|
-
outputFormat: "json";
|
|
187
|
-
status: 200;
|
|
188
148
|
};
|
|
189
|
-
|
|
190
|
-
|
|
149
|
+
output: {
|
|
150
|
+
id: string;
|
|
151
|
+
chainId: "31337" | "11155111" | "84532";
|
|
152
|
+
platform: `0x${string}`;
|
|
153
|
+
owner: `0x${string}`;
|
|
154
|
+
stakeId: string & import("zod").$brand<"Int256">;
|
|
155
|
+
createdAt: string & import("zod").$brand<"IsoDateString">;
|
|
156
|
+
txHash: `0x${string}`;
|
|
157
|
+
poolId?: (string & import("zod").$brand<"Int256">) | undefined;
|
|
158
|
+
}[];
|
|
159
|
+
outputFormat: "json";
|
|
160
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
161
|
+
};
|
|
162
|
+
}>;
|
|
191
163
|
};
|
|
192
164
|
} & {
|
|
193
165
|
stakes: {
|
|
194
|
-
getStake: {
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
query: {
|
|
199
|
-
chainId: "31337" | "11155111" | "84532";
|
|
200
|
-
platform: string;
|
|
201
|
-
stakeId: string;
|
|
202
|
-
};
|
|
203
|
-
};
|
|
204
|
-
output: {
|
|
166
|
+
getStake: import("hono/client").ClientRequest<string, "/stakes/getStake", {
|
|
167
|
+
$get: {
|
|
168
|
+
input: {
|
|
169
|
+
query: {
|
|
205
170
|
chainId: "31337" | "11155111" | "84532";
|
|
206
171
|
platform: string;
|
|
207
|
-
owner: string;
|
|
208
172
|
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
173
|
};
|
|
218
|
-
outputFormat: "json";
|
|
219
|
-
status: 200;
|
|
220
174
|
};
|
|
221
|
-
|
|
222
|
-
|
|
175
|
+
output: {
|
|
176
|
+
chainId: "31337" | "11155111" | "84532";
|
|
177
|
+
platform: string;
|
|
178
|
+
owner: string;
|
|
179
|
+
stakeId: string;
|
|
180
|
+
activePackets: string;
|
|
181
|
+
rewardsClaimed: string;
|
|
182
|
+
isActive: boolean;
|
|
183
|
+
unlockTimestamp: string;
|
|
184
|
+
startTimestamp: string;
|
|
185
|
+
createdAt: string;
|
|
186
|
+
updatedAt: string;
|
|
187
|
+
poolId?: string | undefined;
|
|
188
|
+
};
|
|
189
|
+
outputFormat: "json";
|
|
190
|
+
status: 200;
|
|
191
|
+
};
|
|
192
|
+
}>;
|
|
223
193
|
};
|
|
224
194
|
} & {
|
|
225
195
|
roles: {
|
|
226
|
-
getRoles: {
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
}>;
|
|
247
|
-
};
|
|
196
|
+
getRoles: import("hono/client").ClientRequest<string, "/roles/getRoles", {
|
|
197
|
+
$get: {
|
|
198
|
+
input: {};
|
|
199
|
+
output: ({
|
|
200
|
+
name: string;
|
|
201
|
+
value: `0x${string}`;
|
|
202
|
+
} | {
|
|
203
|
+
name: string;
|
|
204
|
+
value: `0x${string}`;
|
|
205
|
+
} | {
|
|
206
|
+
name: string;
|
|
207
|
+
value: `0x${string}`;
|
|
208
|
+
} | {
|
|
209
|
+
name: string;
|
|
210
|
+
value: `0x${string}`;
|
|
211
|
+
})[];
|
|
212
|
+
outputFormat: "json";
|
|
213
|
+
status: 200;
|
|
214
|
+
};
|
|
215
|
+
}>;
|
|
248
216
|
};
|
|
249
217
|
} & {
|
|
250
218
|
roles: {
|
|
251
|
-
grantRole: {
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
role: string;
|
|
259
|
-
};
|
|
219
|
+
grantRole: import("hono/client").ClientRequest<string, "/roles/grantRole", {
|
|
220
|
+
$post: {
|
|
221
|
+
input: {
|
|
222
|
+
json: {
|
|
223
|
+
platform: string;
|
|
224
|
+
addresses: string[];
|
|
225
|
+
role: string;
|
|
260
226
|
};
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
227
|
+
};
|
|
228
|
+
output: {
|
|
229
|
+
data: `0x${string}`;
|
|
230
|
+
to: `0x${string}`;
|
|
231
|
+
details: {
|
|
232
|
+
functionName: string;
|
|
233
|
+
address: `0x${string}`;
|
|
234
|
+
abi: any[];
|
|
235
|
+
args: any[];
|
|
270
236
|
};
|
|
271
|
-
outputFormat: "json";
|
|
272
|
-
status: 200;
|
|
273
237
|
};
|
|
274
|
-
|
|
275
|
-
|
|
238
|
+
outputFormat: "json";
|
|
239
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
240
|
+
};
|
|
241
|
+
}>;
|
|
276
242
|
};
|
|
277
243
|
} & {
|
|
278
244
|
roles: {
|
|
279
|
-
searchRoles: {
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
chainId?: "31337" | "11155111" | "84532" | undefined;
|
|
290
|
-
owner?: string | undefined;
|
|
291
|
-
platform?: string | undefined;
|
|
292
|
-
poolId?: string | undefined;
|
|
293
|
-
};
|
|
294
|
-
};
|
|
245
|
+
searchRoles: import("hono/client").ClientRequest<string, "/roles/searchRoles", {
|
|
246
|
+
$get: {
|
|
247
|
+
input: {
|
|
248
|
+
query: {
|
|
249
|
+
skip: string | string[];
|
|
250
|
+
limit: string | string[];
|
|
251
|
+
chainId?: string | string[] | undefined;
|
|
252
|
+
owner?: string | string[] | undefined;
|
|
253
|
+
platform?: string | string[] | undefined;
|
|
254
|
+
poolId?: string | string[] | undefined;
|
|
295
255
|
};
|
|
296
|
-
output: {
|
|
297
|
-
chainId: "31337" | "11155111" | "84532";
|
|
298
|
-
platform: `0x${string}`;
|
|
299
|
-
roleId: `0x${string}`;
|
|
300
|
-
owner: `0x${string}`;
|
|
301
|
-
createdAt: string & import("zod").$brand<"IsoDateString">;
|
|
302
|
-
updatedAt: string & import("zod").$brand<"IsoDateString">;
|
|
303
|
-
poolId?: (string & import("zod").$brand<"Int256">) | undefined;
|
|
304
|
-
}[];
|
|
305
|
-
outputFormat: "json";
|
|
306
|
-
status: 200;
|
|
307
256
|
};
|
|
308
|
-
|
|
309
|
-
|
|
257
|
+
output: {
|
|
258
|
+
chainId: "31337" | "11155111" | "84532";
|
|
259
|
+
platform: `0x${string}`;
|
|
260
|
+
roleId: `0x${string}`;
|
|
261
|
+
owner: `0x${string}`;
|
|
262
|
+
createdAt: string & import("zod").$brand<"IsoDateString">;
|
|
263
|
+
updatedAt: string & import("zod").$brand<"IsoDateString">;
|
|
264
|
+
poolId?: (string & import("zod").$brand<"Int256">) | undefined;
|
|
265
|
+
}[];
|
|
266
|
+
outputFormat: "json";
|
|
267
|
+
status: 200;
|
|
268
|
+
};
|
|
269
|
+
}>;
|
|
310
270
|
};
|
|
311
271
|
} & {
|
|
312
272
|
roles: {
|
|
313
|
-
searchRoleEvents: {
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
chainId?: "31337" | "11155111" | "84532" | undefined;
|
|
324
|
-
owner?: string | undefined;
|
|
325
|
-
platform?: string | undefined;
|
|
326
|
-
poolId?: string | undefined;
|
|
327
|
-
};
|
|
328
|
-
};
|
|
273
|
+
searchRoleEvents: import("hono/client").ClientRequest<string, "/roles/searchRoleEvents", {
|
|
274
|
+
$get: {
|
|
275
|
+
input: {
|
|
276
|
+
query: {
|
|
277
|
+
skip: string | string[];
|
|
278
|
+
limit: string | string[];
|
|
279
|
+
chainId?: string | string[] | undefined;
|
|
280
|
+
owner?: string | string[] | undefined;
|
|
281
|
+
platform?: string | string[] | undefined;
|
|
282
|
+
poolId?: string | string[] | undefined;
|
|
329
283
|
};
|
|
330
|
-
output: {
|
|
331
|
-
id: string;
|
|
332
|
-
roleId: `0x${string}`;
|
|
333
|
-
chainId: "31337" | "11155111" | "84532";
|
|
334
|
-
platform: `0x${string}`;
|
|
335
|
-
txHash: `0x${string}`;
|
|
336
|
-
owner: `0x${string}`;
|
|
337
|
-
isRevoked: boolean;
|
|
338
|
-
poolId?: (string & import("zod").$brand<"Int256">) | undefined;
|
|
339
|
-
}[];
|
|
340
|
-
outputFormat: "json";
|
|
341
|
-
status: 200;
|
|
342
284
|
};
|
|
343
|
-
|
|
344
|
-
|
|
285
|
+
output: {
|
|
286
|
+
id: string;
|
|
287
|
+
roleId: `0x${string}`;
|
|
288
|
+
chainId: "31337" | "11155111" | "84532";
|
|
289
|
+
platform: `0x${string}`;
|
|
290
|
+
txHash: `0x${string}`;
|
|
291
|
+
owner: `0x${string}`;
|
|
292
|
+
isRevoked: boolean;
|
|
293
|
+
poolId?: (string & import("zod").$brand<"Int256">) | undefined;
|
|
294
|
+
}[];
|
|
295
|
+
outputFormat: "json";
|
|
296
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
297
|
+
};
|
|
298
|
+
}>;
|
|
345
299
|
};
|
|
346
300
|
};
|
|
347
301
|
stakingTemplates: {
|
|
348
302
|
reputation: {
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
hash: string;
|
|
356
|
-
};
|
|
357
|
-
};
|
|
358
|
-
output: {
|
|
359
|
-
diamondAddress: `0x${string}`;
|
|
360
|
-
admin: `0x${string}`;
|
|
303
|
+
getPlatformDeployEvent: import("hono/client").ClientRequest<string, "/reputation/getPlatformDeployEvent", {
|
|
304
|
+
$get: {
|
|
305
|
+
input: {
|
|
306
|
+
query: {
|
|
307
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
308
|
+
hash: string;
|
|
361
309
|
};
|
|
362
|
-
outputFormat: "json";
|
|
363
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
364
310
|
};
|
|
365
|
-
|
|
366
|
-
|
|
311
|
+
output: {
|
|
312
|
+
diamondAddress: `0x${string}`;
|
|
313
|
+
admin: `0x${string}`;
|
|
314
|
+
};
|
|
315
|
+
outputFormat: "json";
|
|
316
|
+
status: 200;
|
|
317
|
+
};
|
|
318
|
+
}>;
|
|
367
319
|
};
|
|
368
320
|
} & {
|
|
369
321
|
reputation: {
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
hash: string;
|
|
377
|
-
};
|
|
378
|
-
};
|
|
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;
|
|
322
|
+
getStakeEvent: import("hono/client").ClientRequest<string, "/reputation/getStakeEvent", {
|
|
323
|
+
$get: {
|
|
324
|
+
input: {
|
|
325
|
+
query: {
|
|
326
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
327
|
+
hash: string;
|
|
387
328
|
};
|
|
388
|
-
outputFormat: "json";
|
|
389
|
-
status: 200;
|
|
390
329
|
};
|
|
391
|
-
|
|
392
|
-
|
|
330
|
+
output: {
|
|
331
|
+
poolId: string;
|
|
332
|
+
stakeId: string;
|
|
333
|
+
operator: `0x${string}`;
|
|
334
|
+
owner: `0x${string}`;
|
|
335
|
+
inputPacketsStaked: string;
|
|
336
|
+
stakeStartActiveTimestamp: string;
|
|
337
|
+
unlockTimestamp: string;
|
|
338
|
+
};
|
|
339
|
+
outputFormat: "json";
|
|
340
|
+
status: 200;
|
|
341
|
+
};
|
|
342
|
+
}>;
|
|
393
343
|
};
|
|
394
344
|
} & {
|
|
395
345
|
reputation: {
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
hash: string;
|
|
403
|
-
};
|
|
404
|
-
};
|
|
405
|
-
output: {
|
|
406
|
-
poolId: never;
|
|
407
|
-
inputAssetKeeper: `0x${string}`;
|
|
408
|
-
rewardAssetHandler: `0x${string}`;
|
|
346
|
+
getCreatePoolEvent: import("hono/client").ClientRequest<string, "/reputation/getCreatePoolEvent", {
|
|
347
|
+
$get: {
|
|
348
|
+
input: {
|
|
349
|
+
query: {
|
|
350
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
351
|
+
hash: string;
|
|
409
352
|
};
|
|
410
|
-
outputFormat: "json";
|
|
411
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
412
353
|
};
|
|
413
|
-
|
|
414
|
-
|
|
354
|
+
output: {
|
|
355
|
+
poolId: string & import("zod").$brand<"Int256">;
|
|
356
|
+
rewardAssetHandler: `0x${string}`;
|
|
357
|
+
inputAssetKeeper: `0x${string}`;
|
|
358
|
+
};
|
|
359
|
+
outputFormat: "json";
|
|
360
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
361
|
+
};
|
|
362
|
+
}>;
|
|
415
363
|
};
|
|
416
364
|
} & {
|
|
417
365
|
reputation: {
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
stakeId: string;
|
|
425
|
-
};
|
|
366
|
+
getReward: import("hono/client").ClientRequest<string, "/reputation/getReward", {
|
|
367
|
+
$post: {
|
|
368
|
+
input: {
|
|
369
|
+
json: {
|
|
370
|
+
platform: string;
|
|
371
|
+
stakeId: string;
|
|
426
372
|
};
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
373
|
+
};
|
|
374
|
+
output: {
|
|
375
|
+
data: `0x${string}`;
|
|
376
|
+
to: `0x${string}`;
|
|
377
|
+
details: {
|
|
378
|
+
functionName: string;
|
|
379
|
+
address: `0x${string}`;
|
|
380
|
+
abi: any[];
|
|
381
|
+
args: any[];
|
|
436
382
|
};
|
|
437
|
-
outputFormat: "json";
|
|
438
|
-
status: 200;
|
|
439
383
|
};
|
|
440
|
-
|
|
441
|
-
|
|
384
|
+
outputFormat: "json";
|
|
385
|
+
status: 200;
|
|
386
|
+
};
|
|
387
|
+
}>;
|
|
442
388
|
};
|
|
443
389
|
} & {
|
|
444
390
|
reputation: {
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
amount: string;
|
|
453
|
-
};
|
|
391
|
+
partialUnstake: import("hono/client").ClientRequest<string, "/reputation/partialUnstake", {
|
|
392
|
+
$post: {
|
|
393
|
+
input: {
|
|
394
|
+
json: {
|
|
395
|
+
platform: string;
|
|
396
|
+
stakeId: string;
|
|
397
|
+
amount: string;
|
|
454
398
|
};
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
399
|
+
};
|
|
400
|
+
output: {
|
|
401
|
+
data: `0x${string}`;
|
|
402
|
+
to: `0x${string}`;
|
|
403
|
+
details: {
|
|
404
|
+
functionName: string;
|
|
405
|
+
address: `0x${string}`;
|
|
406
|
+
abi: any[];
|
|
407
|
+
args: any[];
|
|
464
408
|
};
|
|
465
|
-
outputFormat: "json";
|
|
466
|
-
status: 200;
|
|
467
409
|
};
|
|
468
|
-
|
|
469
|
-
|
|
410
|
+
outputFormat: "json";
|
|
411
|
+
status: 200;
|
|
412
|
+
};
|
|
413
|
+
}>;
|
|
470
414
|
};
|
|
471
415
|
} & {
|
|
472
416
|
reputation: {
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
amount: string;
|
|
481
|
-
};
|
|
417
|
+
restake: import("hono/client").ClientRequest<string, "/reputation/restake", {
|
|
418
|
+
$post: {
|
|
419
|
+
input: {
|
|
420
|
+
json: {
|
|
421
|
+
platform: string;
|
|
422
|
+
poolId: string;
|
|
423
|
+
amount: string;
|
|
482
424
|
};
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
425
|
+
};
|
|
426
|
+
output: {
|
|
427
|
+
data: `0x${string}`;
|
|
428
|
+
to: `0x${string}`;
|
|
429
|
+
details: {
|
|
430
|
+
functionName: string;
|
|
431
|
+
address: `0x${string}`;
|
|
432
|
+
abi: any[];
|
|
433
|
+
args: any[];
|
|
492
434
|
};
|
|
493
|
-
outputFormat: "json";
|
|
494
|
-
status: 200;
|
|
495
435
|
};
|
|
496
|
-
|
|
497
|
-
|
|
436
|
+
outputFormat: "json";
|
|
437
|
+
status: 200;
|
|
438
|
+
};
|
|
439
|
+
}>;
|
|
498
440
|
};
|
|
499
441
|
} & {
|
|
500
442
|
reputation: {
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
amount: string;
|
|
509
|
-
};
|
|
510
|
-
};
|
|
511
|
-
output: {
|
|
512
|
-
data: `0x${string}`;
|
|
513
|
-
to: `0x${string}`;
|
|
514
|
-
details: {
|
|
515
|
-
functionName: string;
|
|
516
|
-
address: `0x${string}`;
|
|
517
|
-
abi: any[];
|
|
518
|
-
args: any[];
|
|
519
|
-
};
|
|
443
|
+
stake: import("hono/client").ClientRequest<string, "/reputation/stake", {
|
|
444
|
+
$post: {
|
|
445
|
+
input: {
|
|
446
|
+
json: {
|
|
447
|
+
platform: string;
|
|
448
|
+
poolId: string;
|
|
449
|
+
amount: string;
|
|
520
450
|
};
|
|
521
|
-
outputFormat: "json";
|
|
522
|
-
status: 200;
|
|
523
451
|
};
|
|
524
|
-
|
|
525
|
-
|
|
452
|
+
output: {
|
|
453
|
+
data: `0x${string}`;
|
|
454
|
+
to: `0x${string}`;
|
|
455
|
+
details: {
|
|
456
|
+
functionName: string;
|
|
457
|
+
address: `0x${string}`;
|
|
458
|
+
abi: any[];
|
|
459
|
+
args: any[];
|
|
460
|
+
};
|
|
461
|
+
};
|
|
462
|
+
outputFormat: "json";
|
|
463
|
+
status: 200;
|
|
464
|
+
};
|
|
465
|
+
}>;
|
|
526
466
|
};
|
|
527
467
|
} & {
|
|
528
468
|
reputation: {
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
stakeId: string;
|
|
536
|
-
};
|
|
469
|
+
unstake: import("hono/client").ClientRequest<string, "/reputation/unstake", {
|
|
470
|
+
$post: {
|
|
471
|
+
input: {
|
|
472
|
+
json: {
|
|
473
|
+
platform: string;
|
|
474
|
+
stakeId: string;
|
|
537
475
|
};
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
476
|
+
};
|
|
477
|
+
output: {
|
|
478
|
+
data: `0x${string}`;
|
|
479
|
+
to: `0x${string}`;
|
|
480
|
+
details: {
|
|
481
|
+
functionName: string;
|
|
482
|
+
address: `0x${string}`;
|
|
483
|
+
abi: any[];
|
|
484
|
+
args: any[];
|
|
547
485
|
};
|
|
548
|
-
outputFormat: "json";
|
|
549
|
-
status: 200;
|
|
550
486
|
};
|
|
551
|
-
|
|
552
|
-
|
|
487
|
+
outputFormat: "json";
|
|
488
|
+
status: 200;
|
|
489
|
+
};
|
|
490
|
+
}>;
|
|
553
491
|
};
|
|
554
492
|
} & {
|
|
555
493
|
reputation: {
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
maxAmount: string;
|
|
566
|
-
};
|
|
567
|
-
amountMult: [string, string][];
|
|
568
|
-
stakingErc20: {
|
|
569
|
-
contract: string;
|
|
570
|
-
amountOfTokensPerPacket: string;
|
|
571
|
-
};
|
|
572
|
-
rewardErc20: {
|
|
573
|
-
contract: string;
|
|
574
|
-
amountOfTokensPerPacket: string;
|
|
575
|
-
};
|
|
576
|
-
rate: string;
|
|
494
|
+
createPool: import("hono/client").ClientRequest<string, "/reputation/createPool", {
|
|
495
|
+
$post: {
|
|
496
|
+
input: {
|
|
497
|
+
json: {
|
|
498
|
+
platform: string;
|
|
499
|
+
startDate: string;
|
|
500
|
+
amount: {
|
|
501
|
+
minAmount: string;
|
|
502
|
+
maxAmount: string;
|
|
577
503
|
};
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
args: any[];
|
|
504
|
+
amountMult: [string, string][];
|
|
505
|
+
stakingErc20: {
|
|
506
|
+
contract: string;
|
|
507
|
+
amountOfTokensPerPacket: string;
|
|
508
|
+
};
|
|
509
|
+
rewardErc20: {
|
|
510
|
+
contract: string;
|
|
511
|
+
amountOfTokensPerPacket: string;
|
|
587
512
|
};
|
|
513
|
+
rate: string;
|
|
588
514
|
};
|
|
589
|
-
outputFormat: "json";
|
|
590
|
-
status: 200;
|
|
591
515
|
};
|
|
592
|
-
|
|
593
|
-
|
|
516
|
+
output: {
|
|
517
|
+
data: `0x${string}`;
|
|
518
|
+
to: `0x${string}`;
|
|
519
|
+
details: {
|
|
520
|
+
functionName: string;
|
|
521
|
+
address: `0x${string}`;
|
|
522
|
+
abi: any[];
|
|
523
|
+
args: any[];
|
|
524
|
+
};
|
|
525
|
+
};
|
|
526
|
+
outputFormat: "json";
|
|
527
|
+
status: 200;
|
|
528
|
+
};
|
|
529
|
+
}>;
|
|
594
530
|
};
|
|
595
531
|
} & {
|
|
596
532
|
reputation: {
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
baseUri: string;
|
|
607
|
-
};
|
|
608
|
-
isSoulbound: boolean;
|
|
609
|
-
adminAddress: string;
|
|
533
|
+
createPlatform: import("hono/client").ClientRequest<string, "/reputation/createPlatform", {
|
|
534
|
+
$post: {
|
|
535
|
+
input: {
|
|
536
|
+
json: {
|
|
537
|
+
chainId: "31337" | "11155111" | "84532";
|
|
538
|
+
erc721: {
|
|
539
|
+
symbol: string;
|
|
540
|
+
name: string;
|
|
541
|
+
baseUri: string;
|
|
610
542
|
};
|
|
543
|
+
isSoulbound: boolean;
|
|
544
|
+
adminAddress: string;
|
|
611
545
|
};
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
546
|
+
};
|
|
547
|
+
output: {
|
|
548
|
+
data: `0x${string}`;
|
|
549
|
+
to: `0x${string}`;
|
|
550
|
+
details: {
|
|
551
|
+
functionName: string;
|
|
552
|
+
address: `0x${string}`;
|
|
553
|
+
abi: any[];
|
|
554
|
+
args: any[];
|
|
621
555
|
};
|
|
622
|
-
outputFormat: "json";
|
|
623
|
-
status: 200;
|
|
624
556
|
};
|
|
625
|
-
|
|
626
|
-
|
|
557
|
+
outputFormat: "json";
|
|
558
|
+
status: 200;
|
|
559
|
+
};
|
|
560
|
+
}>;
|
|
627
561
|
};
|
|
628
562
|
} & {
|
|
629
563
|
reputationLock: {
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
hash: string;
|
|
637
|
-
};
|
|
638
|
-
};
|
|
639
|
-
output: {
|
|
640
|
-
diamondAddress: `0x${string}`;
|
|
641
|
-
admin: `0x${string}`;
|
|
564
|
+
getPlatformDeployEvent: import("hono/client").ClientRequest<string, "/reputationLock/getPlatformDeployEvent", {
|
|
565
|
+
$get: {
|
|
566
|
+
input: {
|
|
567
|
+
query: {
|
|
568
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
569
|
+
hash: string;
|
|
642
570
|
};
|
|
643
|
-
outputFormat: "json";
|
|
644
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
645
571
|
};
|
|
646
|
-
|
|
647
|
-
|
|
572
|
+
output: {
|
|
573
|
+
diamondAddress: `0x${string}`;
|
|
574
|
+
admin: `0x${string}`;
|
|
575
|
+
};
|
|
576
|
+
outputFormat: "json";
|
|
577
|
+
status: 200;
|
|
578
|
+
};
|
|
579
|
+
}>;
|
|
648
580
|
};
|
|
649
581
|
} & {
|
|
650
582
|
reputationLock: {
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
hash: string;
|
|
658
|
-
};
|
|
659
|
-
};
|
|
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;
|
|
583
|
+
getStakeEvent: import("hono/client").ClientRequest<string, "/reputationLock/getStakeEvent", {
|
|
584
|
+
$get: {
|
|
585
|
+
input: {
|
|
586
|
+
query: {
|
|
587
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
588
|
+
hash: string;
|
|
668
589
|
};
|
|
669
|
-
outputFormat: "json";
|
|
670
|
-
status: 200;
|
|
671
590
|
};
|
|
672
|
-
|
|
673
|
-
|
|
591
|
+
output: {
|
|
592
|
+
poolId: string;
|
|
593
|
+
stakeId: string;
|
|
594
|
+
operator: `0x${string}`;
|
|
595
|
+
owner: `0x${string}`;
|
|
596
|
+
inputPacketsStaked: string;
|
|
597
|
+
stakeStartActiveTimestamp: string;
|
|
598
|
+
unlockTimestamp: string;
|
|
599
|
+
};
|
|
600
|
+
outputFormat: "json";
|
|
601
|
+
status: 200;
|
|
602
|
+
};
|
|
603
|
+
}>;
|
|
674
604
|
};
|
|
675
605
|
} & {
|
|
676
606
|
reputationLock: {
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
hash: string;
|
|
684
|
-
};
|
|
685
|
-
};
|
|
686
|
-
output: {
|
|
687
|
-
poolId: never;
|
|
688
|
-
inputAssetKeeper: `0x${string}`;
|
|
689
|
-
rewardAssetHandler: `0x${string}`;
|
|
607
|
+
getCreatePoolEvent: import("hono/client").ClientRequest<string, "/reputationLock/getCreatePoolEvent", {
|
|
608
|
+
$get: {
|
|
609
|
+
input: {
|
|
610
|
+
query: {
|
|
611
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
612
|
+
hash: string;
|
|
690
613
|
};
|
|
691
|
-
outputFormat: "json";
|
|
692
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
693
614
|
};
|
|
694
|
-
|
|
695
|
-
|
|
615
|
+
output: {
|
|
616
|
+
poolId: string & import("zod").$brand<"Int256">;
|
|
617
|
+
rewardAssetHandler: `0x${string}`;
|
|
618
|
+
inputAssetKeeper: `0x${string}`;
|
|
619
|
+
};
|
|
620
|
+
outputFormat: "json";
|
|
621
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
622
|
+
};
|
|
623
|
+
}>;
|
|
696
624
|
};
|
|
697
625
|
} & {
|
|
698
626
|
reputationLock: {
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
stakeId: string;
|
|
706
|
-
};
|
|
627
|
+
getReward: import("hono/client").ClientRequest<string, "/reputationLock/getReward", {
|
|
628
|
+
$post: {
|
|
629
|
+
input: {
|
|
630
|
+
json: {
|
|
631
|
+
platform: string;
|
|
632
|
+
stakeId: string;
|
|
707
633
|
};
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
634
|
+
};
|
|
635
|
+
output: {
|
|
636
|
+
data: `0x${string}`;
|
|
637
|
+
to: `0x${string}`;
|
|
638
|
+
details: {
|
|
639
|
+
functionName: string;
|
|
640
|
+
address: `0x${string}`;
|
|
641
|
+
abi: any[];
|
|
642
|
+
args: any[];
|
|
717
643
|
};
|
|
718
|
-
outputFormat: "json";
|
|
719
|
-
status: 200;
|
|
720
644
|
};
|
|
721
|
-
|
|
722
|
-
|
|
645
|
+
outputFormat: "json";
|
|
646
|
+
status: 200;
|
|
647
|
+
};
|
|
648
|
+
}>;
|
|
723
649
|
};
|
|
724
650
|
} & {
|
|
725
651
|
reputationLock: {
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
amount: string;
|
|
734
|
-
};
|
|
652
|
+
partialUnstake: import("hono/client").ClientRequest<string, "/reputationLock/partialUnstake", {
|
|
653
|
+
$post: {
|
|
654
|
+
input: {
|
|
655
|
+
json: {
|
|
656
|
+
platform: string;
|
|
657
|
+
stakeId: string;
|
|
658
|
+
amount: string;
|
|
735
659
|
};
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
660
|
+
};
|
|
661
|
+
output: {
|
|
662
|
+
data: `0x${string}`;
|
|
663
|
+
to: `0x${string}`;
|
|
664
|
+
details: {
|
|
665
|
+
functionName: string;
|
|
666
|
+
address: `0x${string}`;
|
|
667
|
+
abi: any[];
|
|
668
|
+
args: any[];
|
|
745
669
|
};
|
|
746
|
-
outputFormat: "json";
|
|
747
|
-
status: 200;
|
|
748
670
|
};
|
|
749
|
-
|
|
750
|
-
|
|
671
|
+
outputFormat: "json";
|
|
672
|
+
status: 200;
|
|
673
|
+
};
|
|
674
|
+
}>;
|
|
751
675
|
};
|
|
752
676
|
} & {
|
|
753
677
|
reputationLock: {
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
stakeId: string;
|
|
761
|
-
};
|
|
678
|
+
unstake: import("hono/client").ClientRequest<string, "/reputationLock/unstake", {
|
|
679
|
+
$post: {
|
|
680
|
+
input: {
|
|
681
|
+
json: {
|
|
682
|
+
platform: string;
|
|
683
|
+
stakeId: string;
|
|
762
684
|
};
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
685
|
+
};
|
|
686
|
+
output: {
|
|
687
|
+
data: `0x${string}`;
|
|
688
|
+
to: `0x${string}`;
|
|
689
|
+
details: {
|
|
690
|
+
functionName: string;
|
|
691
|
+
address: `0x${string}`;
|
|
692
|
+
abi: any[];
|
|
693
|
+
args: any[];
|
|
772
694
|
};
|
|
773
|
-
outputFormat: "json";
|
|
774
|
-
status: 200;
|
|
775
695
|
};
|
|
776
|
-
|
|
777
|
-
|
|
696
|
+
outputFormat: "json";
|
|
697
|
+
status: 200;
|
|
698
|
+
};
|
|
699
|
+
}>;
|
|
778
700
|
};
|
|
779
701
|
} & {
|
|
780
702
|
reputationLock: {
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
lockPeriod: string;
|
|
790
|
-
};
|
|
703
|
+
restake: import("hono/client").ClientRequest<string, "/reputationLock/restake", {
|
|
704
|
+
$post: {
|
|
705
|
+
input: {
|
|
706
|
+
json: {
|
|
707
|
+
platform: string;
|
|
708
|
+
poolId: string;
|
|
709
|
+
amount: string;
|
|
710
|
+
lockPeriod: string;
|
|
791
711
|
};
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
712
|
+
};
|
|
713
|
+
output: {
|
|
714
|
+
data: `0x${string}`;
|
|
715
|
+
to: `0x${string}`;
|
|
716
|
+
details: {
|
|
717
|
+
functionName: string;
|
|
718
|
+
address: `0x${string}`;
|
|
719
|
+
abi: any[];
|
|
720
|
+
args: any[];
|
|
801
721
|
};
|
|
802
|
-
outputFormat: "json";
|
|
803
|
-
status: 200;
|
|
804
722
|
};
|
|
805
|
-
|
|
806
|
-
|
|
723
|
+
outputFormat: "json";
|
|
724
|
+
status: 200;
|
|
725
|
+
};
|
|
726
|
+
}>;
|
|
807
727
|
};
|
|
808
728
|
} & {
|
|
809
729
|
reputationLock: {
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
lockPeriod: string;
|
|
819
|
-
};
|
|
730
|
+
stake: import("hono/client").ClientRequest<string, "/reputationLock/stake", {
|
|
731
|
+
$post: {
|
|
732
|
+
input: {
|
|
733
|
+
json: {
|
|
734
|
+
platform: string;
|
|
735
|
+
poolId: string;
|
|
736
|
+
amount: string;
|
|
737
|
+
lockPeriod: string;
|
|
820
738
|
};
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
739
|
+
};
|
|
740
|
+
output: {
|
|
741
|
+
data: `0x${string}`;
|
|
742
|
+
to: `0x${string}`;
|
|
743
|
+
details: {
|
|
744
|
+
functionName: string;
|
|
745
|
+
address: `0x${string}`;
|
|
746
|
+
abi: any[];
|
|
747
|
+
args: any[];
|
|
830
748
|
};
|
|
831
|
-
outputFormat: "json";
|
|
832
|
-
status: 200;
|
|
833
749
|
};
|
|
834
|
-
|
|
835
|
-
|
|
750
|
+
outputFormat: "json";
|
|
751
|
+
status: 200;
|
|
752
|
+
};
|
|
753
|
+
}>;
|
|
836
754
|
};
|
|
837
755
|
} & {
|
|
838
756
|
reputationLock: {
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
maxAmount: string;
|
|
849
|
-
};
|
|
850
|
-
amountMult: [string, string][];
|
|
851
|
-
distribution: {
|
|
852
|
-
duration: string;
|
|
853
|
-
distributor: string;
|
|
854
|
-
};
|
|
855
|
-
stakingErc20: {
|
|
856
|
-
contract: string;
|
|
857
|
-
amountOfTokensPerPacket: string;
|
|
858
|
-
};
|
|
859
|
-
rewardErc20: {
|
|
860
|
-
contract: string;
|
|
861
|
-
amountOfTokensPerPacket: string;
|
|
862
|
-
};
|
|
863
|
-
rate: string;
|
|
864
|
-
lock: {
|
|
865
|
-
minAcceptedLockPeriod: string;
|
|
866
|
-
maxAcceptedLockPeriod: string;
|
|
867
|
-
};
|
|
868
|
-
lockMult: [string, string][];
|
|
757
|
+
createPool: import("hono/client").ClientRequest<string, "/reputationLock/createPool", {
|
|
758
|
+
$post: {
|
|
759
|
+
input: {
|
|
760
|
+
json: {
|
|
761
|
+
platform: string;
|
|
762
|
+
startDate: string;
|
|
763
|
+
amount: {
|
|
764
|
+
minAmount: string;
|
|
765
|
+
maxAmount: string;
|
|
869
766
|
};
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
args: any[];
|
|
767
|
+
amountMult: [string, string][];
|
|
768
|
+
distribution: {
|
|
769
|
+
duration: string;
|
|
770
|
+
distributor: string;
|
|
771
|
+
};
|
|
772
|
+
stakingErc20: {
|
|
773
|
+
contract: string;
|
|
774
|
+
amountOfTokensPerPacket: string;
|
|
879
775
|
};
|
|
776
|
+
rewardErc20: {
|
|
777
|
+
contract: string;
|
|
778
|
+
amountOfTokensPerPacket: string;
|
|
779
|
+
};
|
|
780
|
+
rate: string;
|
|
781
|
+
lock: {
|
|
782
|
+
minAcceptedLockPeriod: string;
|
|
783
|
+
maxAcceptedLockPeriod: string;
|
|
784
|
+
};
|
|
785
|
+
lockMult: [string, string][];
|
|
880
786
|
};
|
|
881
|
-
outputFormat: "json";
|
|
882
|
-
status: 200;
|
|
883
787
|
};
|
|
884
|
-
|
|
885
|
-
|
|
788
|
+
output: {
|
|
789
|
+
data: `0x${string}`;
|
|
790
|
+
to: `0x${string}`;
|
|
791
|
+
details: {
|
|
792
|
+
functionName: string;
|
|
793
|
+
address: `0x${string}`;
|
|
794
|
+
abi: any[];
|
|
795
|
+
args: any[];
|
|
796
|
+
};
|
|
797
|
+
};
|
|
798
|
+
outputFormat: "json";
|
|
799
|
+
status: 200;
|
|
800
|
+
};
|
|
801
|
+
}>;
|
|
886
802
|
};
|
|
887
803
|
} & {
|
|
888
804
|
reputationLock: {
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
baseUri: string;
|
|
899
|
-
};
|
|
900
|
-
isSoulbound: boolean;
|
|
901
|
-
adminAddress: string;
|
|
805
|
+
createPlatform: import("hono/client").ClientRequest<string, "/reputationLock/createPlatform", {
|
|
806
|
+
$post: {
|
|
807
|
+
input: {
|
|
808
|
+
json: {
|
|
809
|
+
chainId: "31337" | "11155111" | "84532";
|
|
810
|
+
erc721: {
|
|
811
|
+
symbol: string;
|
|
812
|
+
name: string;
|
|
813
|
+
baseUri: string;
|
|
902
814
|
};
|
|
815
|
+
isSoulbound: boolean;
|
|
816
|
+
adminAddress: string;
|
|
903
817
|
};
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
818
|
+
};
|
|
819
|
+
output: {
|
|
820
|
+
data: `0x${string}`;
|
|
821
|
+
to: `0x${string}`;
|
|
822
|
+
details: {
|
|
823
|
+
functionName: string;
|
|
824
|
+
address: `0x${string}`;
|
|
825
|
+
abi: any[];
|
|
826
|
+
args: any[];
|
|
913
827
|
};
|
|
914
|
-
outputFormat: "json";
|
|
915
|
-
status: 200;
|
|
916
828
|
};
|
|
917
|
-
|
|
918
|
-
|
|
829
|
+
outputFormat: "json";
|
|
830
|
+
status: 200;
|
|
831
|
+
};
|
|
832
|
+
}>;
|
|
919
833
|
};
|
|
920
834
|
} & {
|
|
921
835
|
rwa: {
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
hash: string;
|
|
929
|
-
};
|
|
930
|
-
};
|
|
931
|
-
output: {
|
|
932
|
-
diamondAddress: `0x${string}`;
|
|
933
|
-
admin: `0x${string}`;
|
|
836
|
+
getPlatformDeployEvent: import("hono/client").ClientRequest<string, "/rwa/getPlatformDeployEvent", {
|
|
837
|
+
$get: {
|
|
838
|
+
input: {
|
|
839
|
+
query: {
|
|
840
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
841
|
+
hash: string;
|
|
934
842
|
};
|
|
935
|
-
outputFormat: "json";
|
|
936
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
937
843
|
};
|
|
938
|
-
|
|
939
|
-
|
|
844
|
+
output: {
|
|
845
|
+
diamondAddress: `0x${string}`;
|
|
846
|
+
admin: `0x${string}`;
|
|
847
|
+
};
|
|
848
|
+
outputFormat: "json";
|
|
849
|
+
status: 200;
|
|
850
|
+
};
|
|
851
|
+
}>;
|
|
940
852
|
};
|
|
941
853
|
} & {
|
|
942
854
|
rwa: {
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
hash: string;
|
|
950
|
-
};
|
|
951
|
-
};
|
|
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;
|
|
855
|
+
getStakeEvent: import("hono/client").ClientRequest<string, "/rwa/getStakeEvent", {
|
|
856
|
+
$get: {
|
|
857
|
+
input: {
|
|
858
|
+
query: {
|
|
859
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
860
|
+
hash: string;
|
|
960
861
|
};
|
|
961
|
-
outputFormat: "json";
|
|
962
|
-
status: 200;
|
|
963
862
|
};
|
|
964
|
-
|
|
965
|
-
|
|
863
|
+
output: {
|
|
864
|
+
poolId: string;
|
|
865
|
+
stakeId: string;
|
|
866
|
+
operator: `0x${string}`;
|
|
867
|
+
owner: `0x${string}`;
|
|
868
|
+
inputPacketsStaked: string;
|
|
869
|
+
stakeStartActiveTimestamp: string;
|
|
870
|
+
unlockTimestamp: string;
|
|
871
|
+
};
|
|
872
|
+
outputFormat: "json";
|
|
873
|
+
status: 200;
|
|
874
|
+
};
|
|
875
|
+
}>;
|
|
966
876
|
};
|
|
967
877
|
} & {
|
|
968
878
|
rwa: {
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
hash: string;
|
|
976
|
-
};
|
|
977
|
-
};
|
|
978
|
-
output: {
|
|
979
|
-
poolId: never;
|
|
980
|
-
inputAssetKeeper: `0x${string}`;
|
|
981
|
-
rewardAssetHandler: `0x${string}`;
|
|
879
|
+
getCreatePoolEvent: import("hono/client").ClientRequest<string, "/rwa/getCreatePoolEvent", {
|
|
880
|
+
$get: {
|
|
881
|
+
input: {
|
|
882
|
+
query: {
|
|
883
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
884
|
+
hash: string;
|
|
982
885
|
};
|
|
983
|
-
outputFormat: "json";
|
|
984
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
985
886
|
};
|
|
986
|
-
|
|
987
|
-
|
|
887
|
+
output: {
|
|
888
|
+
poolId: string & import("zod").$brand<"Int256">;
|
|
889
|
+
rewardAssetHandler: `0x${string}`;
|
|
890
|
+
inputAssetKeeper: `0x${string}`;
|
|
891
|
+
};
|
|
892
|
+
outputFormat: "json";
|
|
893
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
894
|
+
};
|
|
895
|
+
}>;
|
|
988
896
|
};
|
|
989
897
|
} & {
|
|
990
898
|
rwa: {
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
stakeId: string;
|
|
998
|
-
};
|
|
899
|
+
getReward: import("hono/client").ClientRequest<string, "/rwa/getReward", {
|
|
900
|
+
$post: {
|
|
901
|
+
input: {
|
|
902
|
+
json: {
|
|
903
|
+
platform: string;
|
|
904
|
+
stakeId: string;
|
|
999
905
|
};
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
906
|
+
};
|
|
907
|
+
output: {
|
|
908
|
+
data: `0x${string}`;
|
|
909
|
+
to: `0x${string}`;
|
|
910
|
+
details: {
|
|
911
|
+
functionName: string;
|
|
912
|
+
address: `0x${string}`;
|
|
913
|
+
abi: any[];
|
|
914
|
+
args: any[];
|
|
1009
915
|
};
|
|
1010
|
-
outputFormat: "json";
|
|
1011
|
-
status: 200;
|
|
1012
916
|
};
|
|
1013
|
-
|
|
1014
|
-
|
|
917
|
+
outputFormat: "json";
|
|
918
|
+
status: 200;
|
|
919
|
+
};
|
|
920
|
+
}>;
|
|
1015
921
|
};
|
|
1016
922
|
} & {
|
|
1017
923
|
rwa: {
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
amount: string;
|
|
1026
|
-
};
|
|
924
|
+
partialUnstake: import("hono/client").ClientRequest<string, "/rwa/partialUnstake", {
|
|
925
|
+
$post: {
|
|
926
|
+
input: {
|
|
927
|
+
json: {
|
|
928
|
+
platform: string;
|
|
929
|
+
stakeId: string;
|
|
930
|
+
amount: string;
|
|
1027
931
|
};
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
932
|
+
};
|
|
933
|
+
output: {
|
|
934
|
+
data: `0x${string}`;
|
|
935
|
+
to: `0x${string}`;
|
|
936
|
+
details: {
|
|
937
|
+
functionName: string;
|
|
938
|
+
address: `0x${string}`;
|
|
939
|
+
abi: any[];
|
|
940
|
+
args: any[];
|
|
1037
941
|
};
|
|
1038
|
-
outputFormat: "json";
|
|
1039
|
-
status: 200;
|
|
1040
942
|
};
|
|
1041
|
-
|
|
1042
|
-
|
|
943
|
+
outputFormat: "json";
|
|
944
|
+
status: 200;
|
|
945
|
+
};
|
|
946
|
+
}>;
|
|
1043
947
|
};
|
|
1044
948
|
} & {
|
|
1045
949
|
rwa: {
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
stakeId: string;
|
|
1053
|
-
};
|
|
950
|
+
unstake: import("hono/client").ClientRequest<string, "/rwa/unstake", {
|
|
951
|
+
$post: {
|
|
952
|
+
input: {
|
|
953
|
+
json: {
|
|
954
|
+
platform: string;
|
|
955
|
+
stakeId: string;
|
|
1054
956
|
};
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
957
|
+
};
|
|
958
|
+
output: {
|
|
959
|
+
data: `0x${string}`;
|
|
960
|
+
to: `0x${string}`;
|
|
961
|
+
details: {
|
|
962
|
+
functionName: string;
|
|
963
|
+
address: `0x${string}`;
|
|
964
|
+
abi: any[];
|
|
965
|
+
args: any[];
|
|
1064
966
|
};
|
|
1065
|
-
outputFormat: "json";
|
|
1066
|
-
status: 200;
|
|
1067
967
|
};
|
|
1068
|
-
|
|
1069
|
-
|
|
968
|
+
outputFormat: "json";
|
|
969
|
+
status: 200;
|
|
970
|
+
};
|
|
971
|
+
}>;
|
|
1070
972
|
};
|
|
1071
973
|
} & {
|
|
1072
974
|
rwa: {
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
amount: string;
|
|
1081
|
-
};
|
|
975
|
+
restake: import("hono/client").ClientRequest<string, "/rwa/restake", {
|
|
976
|
+
$post: {
|
|
977
|
+
input: {
|
|
978
|
+
json: {
|
|
979
|
+
platform: string;
|
|
980
|
+
poolId: string;
|
|
981
|
+
amount: string;
|
|
1082
982
|
};
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
983
|
+
};
|
|
984
|
+
output: {
|
|
985
|
+
data: `0x${string}`;
|
|
986
|
+
to: `0x${string}`;
|
|
987
|
+
details: {
|
|
988
|
+
functionName: string;
|
|
989
|
+
address: `0x${string}`;
|
|
990
|
+
abi: any[];
|
|
991
|
+
args: any[];
|
|
1092
992
|
};
|
|
1093
|
-
outputFormat: "json";
|
|
1094
|
-
status: 200;
|
|
1095
993
|
};
|
|
1096
|
-
|
|
1097
|
-
|
|
994
|
+
outputFormat: "json";
|
|
995
|
+
status: 200;
|
|
996
|
+
};
|
|
997
|
+
}>;
|
|
1098
998
|
};
|
|
1099
999
|
} & {
|
|
1100
1000
|
rwa: {
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
amount: string;
|
|
1109
|
-
};
|
|
1001
|
+
stake: import("hono/client").ClientRequest<string, "/rwa/stake", {
|
|
1002
|
+
$post: {
|
|
1003
|
+
input: {
|
|
1004
|
+
json: {
|
|
1005
|
+
platform: string;
|
|
1006
|
+
poolId: string;
|
|
1007
|
+
amount: string;
|
|
1110
1008
|
};
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1009
|
+
};
|
|
1010
|
+
output: {
|
|
1011
|
+
data: `0x${string}`;
|
|
1012
|
+
to: `0x${string}`;
|
|
1013
|
+
details: {
|
|
1014
|
+
functionName: string;
|
|
1015
|
+
address: `0x${string}`;
|
|
1016
|
+
abi: any[];
|
|
1017
|
+
args: any[];
|
|
1120
1018
|
};
|
|
1121
|
-
outputFormat: "json";
|
|
1122
|
-
status: 200;
|
|
1123
1019
|
};
|
|
1124
|
-
|
|
1125
|
-
|
|
1020
|
+
outputFormat: "json";
|
|
1021
|
+
status: 200;
|
|
1022
|
+
};
|
|
1023
|
+
}>;
|
|
1126
1024
|
};
|
|
1127
1025
|
} & {
|
|
1128
1026
|
rwa: {
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
distributor: string;
|
|
1140
|
-
};
|
|
1141
|
-
erc20Input: {
|
|
1142
|
-
contract: string;
|
|
1143
|
-
amountOfTokensPerPacket: string;
|
|
1144
|
-
};
|
|
1145
|
-
erc20Reward: {
|
|
1146
|
-
contract: string;
|
|
1147
|
-
amountOfTokensPerPacket: string;
|
|
1148
|
-
};
|
|
1027
|
+
createPool: import("hono/client").ClientRequest<string, "/rwa/createPool", {
|
|
1028
|
+
$post: {
|
|
1029
|
+
input: {
|
|
1030
|
+
json: {
|
|
1031
|
+
platform: string;
|
|
1032
|
+
startDate: string;
|
|
1033
|
+
hardcapAmount: string;
|
|
1034
|
+
distribution: {
|
|
1035
|
+
duration: string;
|
|
1036
|
+
distributor: string;
|
|
1149
1037
|
};
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
abi: any[];
|
|
1158
|
-
args: any[];
|
|
1038
|
+
erc20Input: {
|
|
1039
|
+
contract: string;
|
|
1040
|
+
amountOfTokensPerPacket: string;
|
|
1041
|
+
};
|
|
1042
|
+
erc20Reward: {
|
|
1043
|
+
contract: string;
|
|
1044
|
+
amountOfTokensPerPacket: string;
|
|
1159
1045
|
};
|
|
1160
1046
|
};
|
|
1161
|
-
outputFormat: "json";
|
|
1162
|
-
status: 200;
|
|
1163
1047
|
};
|
|
1164
|
-
|
|
1165
|
-
|
|
1048
|
+
output: {
|
|
1049
|
+
data: `0x${string}`;
|
|
1050
|
+
to: `0x${string}`;
|
|
1051
|
+
details: {
|
|
1052
|
+
functionName: string;
|
|
1053
|
+
address: `0x${string}`;
|
|
1054
|
+
abi: any[];
|
|
1055
|
+
args: any[];
|
|
1056
|
+
};
|
|
1057
|
+
};
|
|
1058
|
+
outputFormat: "json";
|
|
1059
|
+
status: 200;
|
|
1060
|
+
};
|
|
1061
|
+
}>;
|
|
1166
1062
|
};
|
|
1167
1063
|
} & {
|
|
1168
1064
|
rwa: {
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
baseUri: string;
|
|
1179
|
-
};
|
|
1180
|
-
isSoulbound: boolean;
|
|
1181
|
-
adminAddress: string;
|
|
1065
|
+
createPlatform: import("hono/client").ClientRequest<string, "/rwa/createPlatform", {
|
|
1066
|
+
$post: {
|
|
1067
|
+
input: {
|
|
1068
|
+
json: {
|
|
1069
|
+
chainId: "31337" | "11155111" | "84532";
|
|
1070
|
+
erc721: {
|
|
1071
|
+
symbol: string;
|
|
1072
|
+
name: string;
|
|
1073
|
+
baseUri: string;
|
|
1182
1074
|
};
|
|
1075
|
+
isSoulbound: boolean;
|
|
1076
|
+
adminAddress: string;
|
|
1183
1077
|
};
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1078
|
+
};
|
|
1079
|
+
output: {
|
|
1080
|
+
data: `0x${string}`;
|
|
1081
|
+
to: `0x${string}`;
|
|
1082
|
+
details: {
|
|
1083
|
+
functionName: string;
|
|
1084
|
+
address: `0x${string}`;
|
|
1085
|
+
abi: any[];
|
|
1086
|
+
args: any[];
|
|
1193
1087
|
};
|
|
1194
|
-
outputFormat: "json";
|
|
1195
|
-
status: 200;
|
|
1196
1088
|
};
|
|
1197
|
-
|
|
1198
|
-
|
|
1089
|
+
outputFormat: "json";
|
|
1090
|
+
status: 200;
|
|
1091
|
+
};
|
|
1092
|
+
}>;
|
|
1199
1093
|
};
|
|
1200
1094
|
} & {
|
|
1201
1095
|
rwa: {
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
amount: string;
|
|
1210
|
-
};
|
|
1096
|
+
distributeRewards: import("hono/client").ClientRequest<string, "/rwa/distributeRewards", {
|
|
1097
|
+
$post: {
|
|
1098
|
+
input: {
|
|
1099
|
+
json: {
|
|
1100
|
+
platform: string;
|
|
1101
|
+
poolId: string;
|
|
1102
|
+
amount: string;
|
|
1211
1103
|
};
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1104
|
+
};
|
|
1105
|
+
output: {
|
|
1106
|
+
data: `0x${string}`;
|
|
1107
|
+
to: `0x${string}`;
|
|
1108
|
+
details: {
|
|
1109
|
+
functionName: string;
|
|
1110
|
+
address: `0x${string}`;
|
|
1111
|
+
abi: any[];
|
|
1112
|
+
args: any[];
|
|
1221
1113
|
};
|
|
1222
|
-
outputFormat: "json";
|
|
1223
|
-
status: 200;
|
|
1224
1114
|
};
|
|
1225
|
-
|
|
1226
|
-
|
|
1115
|
+
outputFormat: "json";
|
|
1116
|
+
status: 200;
|
|
1117
|
+
};
|
|
1118
|
+
}>;
|
|
1227
1119
|
};
|
|
1228
1120
|
};
|
|
1229
1121
|
fractions: {
|
|
@@ -1279,17 +1171,13 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1279
1171
|
} & {
|
|
1280
1172
|
markets: {
|
|
1281
1173
|
search: import("hono/client").ClientRequest<string, "/markets/search", {
|
|
1282
|
-
$
|
|
1174
|
+
$get: {
|
|
1283
1175
|
input: {
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
filter: {
|
|
1290
|
-
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
1291
|
-
owner?: string | undefined;
|
|
1292
|
-
};
|
|
1176
|
+
query: {
|
|
1177
|
+
skip: string | string[];
|
|
1178
|
+
limit: string | string[];
|
|
1179
|
+
chainId?: string | string[] | undefined;
|
|
1180
|
+
owner?: string | string[] | undefined;
|
|
1293
1181
|
};
|
|
1294
1182
|
};
|
|
1295
1183
|
output: {
|
|
@@ -1314,7 +1202,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1314
1202
|
updatedAt: string;
|
|
1315
1203
|
}[];
|
|
1316
1204
|
outputFormat: "json";
|
|
1317
|
-
status:
|
|
1205
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1318
1206
|
};
|
|
1319
1207
|
}>;
|
|
1320
1208
|
};
|
|
@@ -1647,15 +1535,15 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1647
1535
|
};
|
|
1648
1536
|
};
|
|
1649
1537
|
output: {
|
|
1650
|
-
campaignId: string
|
|
1538
|
+
campaignId: string & import("zod").$brand<"Int256">;
|
|
1651
1539
|
creator: `0x${string}`;
|
|
1652
|
-
nftId: string
|
|
1653
|
-
fractionsCreated: string
|
|
1540
|
+
nftId: string & import("zod").$brand<"Int256">;
|
|
1541
|
+
fractionsCreated: string & import("zod").$brand<"Int256">;
|
|
1654
1542
|
fractionsAddress: `0x${string}`;
|
|
1655
1543
|
vaultAddress: `0x${string}` | undefined;
|
|
1656
1544
|
};
|
|
1657
1545
|
outputFormat: "json";
|
|
1658
|
-
status:
|
|
1546
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1659
1547
|
};
|
|
1660
1548
|
}>;
|
|
1661
1549
|
};
|
|
@@ -1891,22 +1779,22 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1891
1779
|
sales: {
|
|
1892
1780
|
purchase: {
|
|
1893
1781
|
statistics: import("hono/client").ClientRequest<string, "/sales/purchase/statistics", {
|
|
1894
|
-
$
|
|
1782
|
+
$get: {
|
|
1895
1783
|
input: {
|
|
1896
|
-
|
|
1784
|
+
query: {
|
|
1785
|
+
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1897
1786
|
platform: string;
|
|
1898
1787
|
campaignId: string;
|
|
1899
1788
|
walletAddress: string;
|
|
1900
|
-
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
1901
1789
|
};
|
|
1902
1790
|
};
|
|
1903
1791
|
output: {
|
|
1904
1792
|
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
1905
1793
|
platform: `0x${string}`;
|
|
1906
|
-
campaignId: string
|
|
1794
|
+
campaignId: string & import("zod").$brand<"Int256">;
|
|
1907
1795
|
statistics: {
|
|
1908
|
-
priceId: string
|
|
1909
|
-
fractionsSold: string
|
|
1796
|
+
priceId: string & import("zod").$brand<"Int256">;
|
|
1797
|
+
fractionsSold: string & import("zod").$brand<"Int256">;
|
|
1910
1798
|
purchases: number;
|
|
1911
1799
|
}[];
|
|
1912
1800
|
};
|
|
@@ -1920,18 +1808,14 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
1920
1808
|
sales: {
|
|
1921
1809
|
withdraw: {
|
|
1922
1810
|
search: import("hono/client").ClientRequest<string, "/sales/withdraw/search", {
|
|
1923
|
-
$
|
|
1811
|
+
$get: {
|
|
1924
1812
|
input: {
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
1932
|
-
platform?: string | undefined;
|
|
1933
|
-
campaignId?: string | undefined;
|
|
1934
|
-
};
|
|
1813
|
+
query: {
|
|
1814
|
+
skip: string | string[];
|
|
1815
|
+
limit: string | string[];
|
|
1816
|
+
chainId?: string | string[] | undefined;
|
|
1817
|
+
platform?: string | string[] | undefined;
|
|
1818
|
+
campaignId?: string | string[] | undefined;
|
|
1935
1819
|
};
|
|
1936
1820
|
};
|
|
1937
1821
|
output: {
|
|
@@ -2228,9 +2112,9 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2228
2112
|
vesting: {
|
|
2229
2113
|
claim: {
|
|
2230
2114
|
statistics: import("hono/client").ClientRequest<string, "/sales/vesting/claim/statistics", {
|
|
2231
|
-
$
|
|
2115
|
+
$get: {
|
|
2232
2116
|
input: {
|
|
2233
|
-
|
|
2117
|
+
query: {
|
|
2234
2118
|
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2235
2119
|
platform: string;
|
|
2236
2120
|
campaignId: string;
|
|
@@ -2267,14 +2151,14 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2267
2151
|
};
|
|
2268
2152
|
};
|
|
2269
2153
|
output: {
|
|
2270
|
-
campaignId: string
|
|
2154
|
+
campaignId: string & import("zod").$brand<"Int256">;
|
|
2271
2155
|
receiver: `0x${string}`;
|
|
2272
|
-
burnId: string
|
|
2273
|
-
nextBurnId: string | null;
|
|
2274
|
-
amountOfFractionsBurnt: string
|
|
2156
|
+
burnId: string & import("zod").$brand<"Int256">;
|
|
2157
|
+
nextBurnId: (string & import("zod").$brand<"Int256">) | null;
|
|
2158
|
+
amountOfFractionsBurnt: string & import("zod").$brand<"Int256">;
|
|
2275
2159
|
};
|
|
2276
2160
|
outputFormat: "json";
|
|
2277
|
-
status:
|
|
2161
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2278
2162
|
};
|
|
2279
2163
|
}>;
|
|
2280
2164
|
};
|
|
@@ -2282,19 +2166,15 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2282
2166
|
} & {
|
|
2283
2167
|
sales: {
|
|
2284
2168
|
search: import("hono/client").ClientRequest<string, "/sales/search", {
|
|
2285
|
-
$
|
|
2169
|
+
$get: {
|
|
2286
2170
|
input: {
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
owner?: string | undefined;
|
|
2295
|
-
platform?: string | undefined;
|
|
2296
|
-
campaignId?: string | undefined;
|
|
2297
|
-
};
|
|
2171
|
+
query: {
|
|
2172
|
+
skip: string | string[];
|
|
2173
|
+
limit: string | string[];
|
|
2174
|
+
chainId?: string | string[] | undefined;
|
|
2175
|
+
owner?: string | string[] | undefined;
|
|
2176
|
+
platform?: string | string[] | undefined;
|
|
2177
|
+
campaignId?: string | string[] | undefined;
|
|
2298
2178
|
};
|
|
2299
2179
|
};
|
|
2300
2180
|
output: {
|
|
@@ -2371,19 +2251,15 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2371
2251
|
} & {
|
|
2372
2252
|
sales: {
|
|
2373
2253
|
activity: import("hono/client").ClientRequest<string, "/sales/activity", {
|
|
2374
|
-
$
|
|
2254
|
+
$get: {
|
|
2375
2255
|
input: {
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
platform?: string | undefined;
|
|
2384
|
-
campaignId?: string | undefined;
|
|
2385
|
-
operationType?: import("@evergonlabs/tmi-protocol-indexer/schema").FractionSaleEventEnum | undefined;
|
|
2386
|
-
};
|
|
2256
|
+
query: {
|
|
2257
|
+
skip: string | string[];
|
|
2258
|
+
limit: string | string[];
|
|
2259
|
+
chainId?: string | string[] | undefined;
|
|
2260
|
+
platform?: string | string[] | undefined;
|
|
2261
|
+
campaignId?: string | string[] | undefined;
|
|
2262
|
+
operationType?: string | string[] | undefined;
|
|
2387
2263
|
};
|
|
2388
2264
|
};
|
|
2389
2265
|
output: {
|
|
@@ -2440,9 +2316,9 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2440
2316
|
} & {
|
|
2441
2317
|
sales: {
|
|
2442
2318
|
statistics: import("hono/client").ClientRequest<string, "/sales/statistics", {
|
|
2443
|
-
$
|
|
2319
|
+
$get: {
|
|
2444
2320
|
input: {
|
|
2445
|
-
|
|
2321
|
+
query: {
|
|
2446
2322
|
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2447
2323
|
platform: string;
|
|
2448
2324
|
campaignId: string;
|
|
@@ -2451,15 +2327,15 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2451
2327
|
output: {
|
|
2452
2328
|
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2453
2329
|
platform: `0x${string}`;
|
|
2454
|
-
campaignId: string
|
|
2330
|
+
campaignId: string & import("zod").$brand<"Int256">;
|
|
2455
2331
|
statistics: {
|
|
2456
|
-
priceId: string
|
|
2457
|
-
fractionsSold: string
|
|
2332
|
+
priceId: string & import("zod").$brand<"Int256">;
|
|
2333
|
+
fractionsSold: string & import("zod").$brand<"Int256">;
|
|
2458
2334
|
purchases: number;
|
|
2459
2335
|
}[];
|
|
2460
2336
|
};
|
|
2461
2337
|
outputFormat: "json";
|
|
2462
|
-
status:
|
|
2338
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2463
2339
|
};
|
|
2464
2340
|
}>;
|
|
2465
2341
|
};
|
|
@@ -2502,12 +2378,12 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2502
2378
|
};
|
|
2503
2379
|
};
|
|
2504
2380
|
output: {
|
|
2505
|
-
campaignId: string
|
|
2381
|
+
campaignId: string & import("zod").$brand<"Int256">;
|
|
2506
2382
|
receiver: `0x${string}`;
|
|
2507
|
-
packetsReceived: string
|
|
2383
|
+
packetsReceived: string & import("zod").$brand<"Int256">;
|
|
2508
2384
|
};
|
|
2509
2385
|
outputFormat: "json";
|
|
2510
|
-
status:
|
|
2386
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2511
2387
|
};
|
|
2512
2388
|
}>;
|
|
2513
2389
|
};
|
|
@@ -2541,7 +2417,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2541
2417
|
vaultAddress: `0x${string}`;
|
|
2542
2418
|
};
|
|
2543
2419
|
outputFormat: "json";
|
|
2544
|
-
status:
|
|
2420
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2545
2421
|
};
|
|
2546
2422
|
}>;
|
|
2547
2423
|
};
|
|
@@ -2582,7 +2458,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2582
2458
|
};
|
|
2583
2459
|
};
|
|
2584
2460
|
output: {
|
|
2585
|
-
nonce: string
|
|
2461
|
+
nonce: string & import("zod").$brand<"Int256">;
|
|
2586
2462
|
};
|
|
2587
2463
|
outputFormat: "json";
|
|
2588
2464
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
@@ -2615,9 +2491,9 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2615
2491
|
} & {
|
|
2616
2492
|
statistics: {
|
|
2617
2493
|
holders: import("hono/client").ClientRequest<string, "/statistics/holders", {
|
|
2618
|
-
$
|
|
2494
|
+
$get: {
|
|
2619
2495
|
input: {
|
|
2620
|
-
|
|
2496
|
+
query: {
|
|
2621
2497
|
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
2622
2498
|
};
|
|
2623
2499
|
};
|
|
@@ -2640,9 +2516,9 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2640
2516
|
} & {
|
|
2641
2517
|
statistics: {
|
|
2642
2518
|
sales: import("hono/client").ClientRequest<string, "/statistics/sales", {
|
|
2643
|
-
$
|
|
2519
|
+
$get: {
|
|
2644
2520
|
input: {
|
|
2645
|
-
|
|
2521
|
+
query: {
|
|
2646
2522
|
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
2647
2523
|
};
|
|
2648
2524
|
};
|
|
@@ -2665,9 +2541,9 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2665
2541
|
} & {
|
|
2666
2542
|
statistics: {
|
|
2667
2543
|
ttv: import("hono/client").ClientRequest<string, "/statistics/ttv", {
|
|
2668
|
-
$
|
|
2544
|
+
$get: {
|
|
2669
2545
|
input: {
|
|
2670
|
-
|
|
2546
|
+
query: {
|
|
2671
2547
|
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
2672
2548
|
};
|
|
2673
2549
|
};
|
|
@@ -2689,42 +2565,42 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2689
2565
|
};
|
|
2690
2566
|
} & {
|
|
2691
2567
|
statistics: import("hono/client").ClientRequest<string, "/statistics", {
|
|
2692
|
-
$
|
|
2568
|
+
$get: {
|
|
2693
2569
|
input: {
|
|
2694
|
-
|
|
2570
|
+
query: {
|
|
2695
2571
|
chainId?: "1" | "31337" | "11155111" | "84532" | "72080" | undefined;
|
|
2696
2572
|
};
|
|
2697
2573
|
};
|
|
2698
2574
|
output: {
|
|
2699
2575
|
total: {
|
|
2700
|
-
holders: string
|
|
2701
|
-
sales: string
|
|
2702
|
-
ttv: string
|
|
2576
|
+
holders: string;
|
|
2577
|
+
sales: string;
|
|
2578
|
+
ttv: string;
|
|
2703
2579
|
};
|
|
2704
2580
|
1: {
|
|
2705
|
-
holders: string
|
|
2706
|
-
sales: string
|
|
2707
|
-
ttv: string
|
|
2581
|
+
holders: string;
|
|
2582
|
+
sales: string;
|
|
2583
|
+
ttv: string;
|
|
2708
2584
|
};
|
|
2709
2585
|
31337: {
|
|
2710
|
-
holders: string
|
|
2711
|
-
sales: string
|
|
2712
|
-
ttv: string
|
|
2586
|
+
holders: string;
|
|
2587
|
+
sales: string;
|
|
2588
|
+
ttv: string;
|
|
2713
2589
|
};
|
|
2714
2590
|
11155111: {
|
|
2715
|
-
holders: string
|
|
2716
|
-
sales: string
|
|
2717
|
-
ttv: string
|
|
2591
|
+
holders: string;
|
|
2592
|
+
sales: string;
|
|
2593
|
+
ttv: string;
|
|
2718
2594
|
};
|
|
2719
2595
|
84532: {
|
|
2720
|
-
holders: string
|
|
2721
|
-
sales: string
|
|
2722
|
-
ttv: string
|
|
2596
|
+
holders: string;
|
|
2597
|
+
sales: string;
|
|
2598
|
+
ttv: string;
|
|
2723
2599
|
};
|
|
2724
2600
|
72080: {
|
|
2725
|
-
holders: string
|
|
2726
|
-
sales: string
|
|
2727
|
-
ttv: string
|
|
2601
|
+
holders: string;
|
|
2602
|
+
sales: string;
|
|
2603
|
+
ttv: string;
|
|
2728
2604
|
};
|
|
2729
2605
|
};
|
|
2730
2606
|
outputFormat: "json";
|
|
@@ -2734,9 +2610,9 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2734
2610
|
};
|
|
2735
2611
|
general: {
|
|
2736
2612
|
estimateGas: import("hono/client").ClientRequest<string, "/estimateGas", {
|
|
2737
|
-
$
|
|
2613
|
+
$get: {
|
|
2738
2614
|
input: {
|
|
2739
|
-
|
|
2615
|
+
query: {
|
|
2740
2616
|
chainId: "31337" | "11155111" | "84532";
|
|
2741
2617
|
data: string;
|
|
2742
2618
|
from: string;
|
|
@@ -2744,11 +2620,10 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2744
2620
|
};
|
|
2745
2621
|
};
|
|
2746
2622
|
output: {
|
|
2747
|
-
|
|
2748
|
-
readonly value: string;
|
|
2623
|
+
value: string & import("zod").$brand<"Int256">;
|
|
2749
2624
|
};
|
|
2750
2625
|
outputFormat: "json";
|
|
2751
|
-
status:
|
|
2626
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2752
2627
|
};
|
|
2753
2628
|
}>;
|
|
2754
2629
|
} & {
|
|
@@ -2762,7 +2637,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2762
2637
|
};
|
|
2763
2638
|
output: {
|
|
2764
2639
|
address: `0x${string}`;
|
|
2765
|
-
balance: string
|
|
2640
|
+
balance: string & import("zod").$brand<"Int256">;
|
|
2766
2641
|
};
|
|
2767
2642
|
outputFormat: "json";
|
|
2768
2643
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
@@ -2770,9 +2645,9 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2770
2645
|
}>;
|
|
2771
2646
|
} & {
|
|
2772
2647
|
balances: import("hono/client").ClientRequest<string, "/balances", {
|
|
2773
|
-
$
|
|
2648
|
+
$get: {
|
|
2774
2649
|
input: {
|
|
2775
|
-
|
|
2650
|
+
query: {
|
|
2776
2651
|
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2777
2652
|
address: string;
|
|
2778
2653
|
contracts: string[];
|
|
@@ -2793,9 +2668,9 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2793
2668
|
}>;
|
|
2794
2669
|
} & {
|
|
2795
2670
|
searchBalances: import("hono/client").ClientRequest<string, "/searchBalances", {
|
|
2796
|
-
$
|
|
2671
|
+
$get: {
|
|
2797
2672
|
input: {
|
|
2798
|
-
|
|
2673
|
+
query: {
|
|
2799
2674
|
chainId: "1" | "31337" | "11155111" | "84532" | "72080";
|
|
2800
2675
|
address: string;
|
|
2801
2676
|
};
|
|
@@ -2891,7 +2766,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2891
2766
|
proxy: `0x${string}`;
|
|
2892
2767
|
admin: `0x${string}`;
|
|
2893
2768
|
minter: `0x${string}`;
|
|
2894
|
-
supplyCap: string
|
|
2769
|
+
supplyCap: string & import("zod").$brand<"Int256">;
|
|
2895
2770
|
name: string;
|
|
2896
2771
|
symbol: string;
|
|
2897
2772
|
};
|
|
@@ -2974,7 +2849,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2974
2849
|
proxy: `0x${string}`;
|
|
2975
2850
|
admin: `0x${string}`;
|
|
2976
2851
|
minter: `0x${string}`;
|
|
2977
|
-
supplyCap: string
|
|
2852
|
+
supplyCap: string & import("zod").$brand<"Int256">;
|
|
2978
2853
|
name: string;
|
|
2979
2854
|
symbol: string;
|
|
2980
2855
|
};
|
|
@@ -2989,9 +2864,291 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
2989
2864
|
$get: {
|
|
2990
2865
|
input: {};
|
|
2991
2866
|
output: {
|
|
2992
|
-
bytecode:
|
|
2993
|
-
abi:
|
|
2994
|
-
|
|
2867
|
+
bytecode: string;
|
|
2868
|
+
abi: ({
|
|
2869
|
+
inputs: never[];
|
|
2870
|
+
stateMutability: "nonpayable";
|
|
2871
|
+
type: "constructor";
|
|
2872
|
+
} | {
|
|
2873
|
+
inputs: ({
|
|
2874
|
+
internalType: string;
|
|
2875
|
+
name: string;
|
|
2876
|
+
type: "address";
|
|
2877
|
+
} | {
|
|
2878
|
+
internalType: string;
|
|
2879
|
+
name: string;
|
|
2880
|
+
type: "bytes32";
|
|
2881
|
+
})[];
|
|
2882
|
+
name: string;
|
|
2883
|
+
type: "error";
|
|
2884
|
+
} | {
|
|
2885
|
+
inputs: ({
|
|
2886
|
+
internalType: string;
|
|
2887
|
+
name: string;
|
|
2888
|
+
type: "address";
|
|
2889
|
+
} | {
|
|
2890
|
+
internalType: string;
|
|
2891
|
+
name: string;
|
|
2892
|
+
type: "uint256";
|
|
2893
|
+
})[];
|
|
2894
|
+
name: string;
|
|
2895
|
+
type: "error";
|
|
2896
|
+
} | {
|
|
2897
|
+
anonymous: false;
|
|
2898
|
+
inputs: ({
|
|
2899
|
+
indexed: true;
|
|
2900
|
+
internalType: string;
|
|
2901
|
+
name: string;
|
|
2902
|
+
type: "address";
|
|
2903
|
+
} | {
|
|
2904
|
+
indexed: false;
|
|
2905
|
+
internalType: string;
|
|
2906
|
+
name: string;
|
|
2907
|
+
type: "uint256";
|
|
2908
|
+
})[];
|
|
2909
|
+
name: string;
|
|
2910
|
+
type: "event";
|
|
2911
|
+
} | {
|
|
2912
|
+
anonymous: false;
|
|
2913
|
+
inputs: {
|
|
2914
|
+
indexed: false;
|
|
2915
|
+
internalType: string;
|
|
2916
|
+
name: string;
|
|
2917
|
+
type: "uint64";
|
|
2918
|
+
}[];
|
|
2919
|
+
name: string;
|
|
2920
|
+
type: "event";
|
|
2921
|
+
} | {
|
|
2922
|
+
anonymous: false;
|
|
2923
|
+
inputs: ({
|
|
2924
|
+
indexed: false;
|
|
2925
|
+
internalType: string;
|
|
2926
|
+
name: string;
|
|
2927
|
+
type: "uint256";
|
|
2928
|
+
} | {
|
|
2929
|
+
indexed: false;
|
|
2930
|
+
internalType: string;
|
|
2931
|
+
name: string;
|
|
2932
|
+
type: "address";
|
|
2933
|
+
} | {
|
|
2934
|
+
indexed: false;
|
|
2935
|
+
internalType: string;
|
|
2936
|
+
name: string;
|
|
2937
|
+
type: "bytes";
|
|
2938
|
+
})[];
|
|
2939
|
+
name: string;
|
|
2940
|
+
type: "event";
|
|
2941
|
+
} | {
|
|
2942
|
+
anonymous: false;
|
|
2943
|
+
inputs: ({
|
|
2944
|
+
indexed: true;
|
|
2945
|
+
internalType: string;
|
|
2946
|
+
name: string;
|
|
2947
|
+
type: "bytes32";
|
|
2948
|
+
} | {
|
|
2949
|
+
indexed: true;
|
|
2950
|
+
internalType: string;
|
|
2951
|
+
name: string;
|
|
2952
|
+
type: "address";
|
|
2953
|
+
})[];
|
|
2954
|
+
name: string;
|
|
2955
|
+
type: "event";
|
|
2956
|
+
} | {
|
|
2957
|
+
inputs: never[];
|
|
2958
|
+
name: string;
|
|
2959
|
+
outputs: {
|
|
2960
|
+
internalType: string;
|
|
2961
|
+
name: string;
|
|
2962
|
+
type: "string";
|
|
2963
|
+
}[];
|
|
2964
|
+
stateMutability: "view";
|
|
2965
|
+
type: "function";
|
|
2966
|
+
} | {
|
|
2967
|
+
inputs: {
|
|
2968
|
+
internalType: string;
|
|
2969
|
+
name: string;
|
|
2970
|
+
type: "address";
|
|
2971
|
+
}[];
|
|
2972
|
+
name: string;
|
|
2973
|
+
outputs: {
|
|
2974
|
+
internalType: string;
|
|
2975
|
+
name: string;
|
|
2976
|
+
type: "uint256";
|
|
2977
|
+
}[];
|
|
2978
|
+
stateMutability: "view";
|
|
2979
|
+
type: "function";
|
|
2980
|
+
} | {
|
|
2981
|
+
inputs: ({
|
|
2982
|
+
internalType: string;
|
|
2983
|
+
name: string;
|
|
2984
|
+
type: "address";
|
|
2985
|
+
} | {
|
|
2986
|
+
internalType: string;
|
|
2987
|
+
name: string;
|
|
2988
|
+
type: "uint256";
|
|
2989
|
+
})[];
|
|
2990
|
+
name: string;
|
|
2991
|
+
outputs: {
|
|
2992
|
+
internalType: string;
|
|
2993
|
+
name: string;
|
|
2994
|
+
type: "bool";
|
|
2995
|
+
}[];
|
|
2996
|
+
stateMutability: "nonpayable";
|
|
2997
|
+
type: "function";
|
|
2998
|
+
} | {
|
|
2999
|
+
inputs: ({
|
|
3000
|
+
internalType: string;
|
|
3001
|
+
name: string;
|
|
3002
|
+
type: "address[]";
|
|
3003
|
+
} | {
|
|
3004
|
+
internalType: string;
|
|
3005
|
+
name: string;
|
|
3006
|
+
type: "uint256[]";
|
|
3007
|
+
})[];
|
|
3008
|
+
name: string;
|
|
3009
|
+
outputs: never[];
|
|
3010
|
+
stateMutability: "nonpayable";
|
|
3011
|
+
type: "function";
|
|
3012
|
+
} | {
|
|
3013
|
+
inputs: never[];
|
|
3014
|
+
name: string;
|
|
3015
|
+
outputs: {
|
|
3016
|
+
internalType: string;
|
|
3017
|
+
name: string;
|
|
3018
|
+
type: "uint8";
|
|
3019
|
+
}[];
|
|
3020
|
+
stateMutability: "view";
|
|
3021
|
+
type: "function";
|
|
3022
|
+
} | {
|
|
3023
|
+
inputs: {
|
|
3024
|
+
components: ({
|
|
3025
|
+
internalType: string;
|
|
3026
|
+
name: string;
|
|
3027
|
+
type: "uint256";
|
|
3028
|
+
} | {
|
|
3029
|
+
internalType: string;
|
|
3030
|
+
name: string;
|
|
3031
|
+
type: "address";
|
|
3032
|
+
} | {
|
|
3033
|
+
internalType: string;
|
|
3034
|
+
name: string;
|
|
3035
|
+
type: "bytes";
|
|
3036
|
+
})[];
|
|
3037
|
+
internalType: string;
|
|
3038
|
+
name: string;
|
|
3039
|
+
type: "tuple";
|
|
3040
|
+
}[];
|
|
3041
|
+
name: string;
|
|
3042
|
+
outputs: {
|
|
3043
|
+
internalType: string;
|
|
3044
|
+
name: string;
|
|
3045
|
+
type: "bytes32";
|
|
3046
|
+
}[];
|
|
3047
|
+
stateMutability: "pure";
|
|
3048
|
+
type: "function";
|
|
3049
|
+
} | {
|
|
3050
|
+
inputs: {
|
|
3051
|
+
internalType: string;
|
|
3052
|
+
name: string;
|
|
3053
|
+
type: "bytes32";
|
|
3054
|
+
}[];
|
|
3055
|
+
name: string;
|
|
3056
|
+
outputs: {
|
|
3057
|
+
internalType: string;
|
|
3058
|
+
name: string;
|
|
3059
|
+
type: "bytes32";
|
|
3060
|
+
}[];
|
|
3061
|
+
stateMutability: "view";
|
|
3062
|
+
type: "function";
|
|
3063
|
+
} | {
|
|
3064
|
+
inputs: ({
|
|
3065
|
+
internalType: string;
|
|
3066
|
+
name: string;
|
|
3067
|
+
type: "bytes32";
|
|
3068
|
+
} | {
|
|
3069
|
+
internalType: string;
|
|
3070
|
+
name: string;
|
|
3071
|
+
type: "address";
|
|
3072
|
+
})[];
|
|
3073
|
+
name: string;
|
|
3074
|
+
outputs: never[];
|
|
3075
|
+
stateMutability: "nonpayable";
|
|
3076
|
+
type: "function";
|
|
3077
|
+
} | {
|
|
3078
|
+
inputs: ({
|
|
3079
|
+
internalType: string;
|
|
3080
|
+
name: string;
|
|
3081
|
+
type: "bytes32";
|
|
3082
|
+
} | {
|
|
3083
|
+
internalType: string;
|
|
3084
|
+
name: string;
|
|
3085
|
+
type: "address";
|
|
3086
|
+
})[];
|
|
3087
|
+
name: string;
|
|
3088
|
+
outputs: {
|
|
3089
|
+
internalType: string;
|
|
3090
|
+
name: string;
|
|
3091
|
+
type: "bool";
|
|
3092
|
+
}[];
|
|
3093
|
+
stateMutability: "view";
|
|
3094
|
+
type: "function";
|
|
3095
|
+
} | {
|
|
3096
|
+
inputs: ({
|
|
3097
|
+
internalType: string;
|
|
3098
|
+
name: string;
|
|
3099
|
+
type: "string";
|
|
3100
|
+
} | {
|
|
3101
|
+
internalType: string;
|
|
3102
|
+
name: string;
|
|
3103
|
+
type: "uint256";
|
|
3104
|
+
} | {
|
|
3105
|
+
internalType: string;
|
|
3106
|
+
name: string;
|
|
3107
|
+
type: "address";
|
|
3108
|
+
})[];
|
|
3109
|
+
name: string;
|
|
3110
|
+
outputs: never[];
|
|
3111
|
+
stateMutability: "nonpayable";
|
|
3112
|
+
type: "function";
|
|
3113
|
+
} | {
|
|
3114
|
+
inputs: {
|
|
3115
|
+
internalType: string;
|
|
3116
|
+
name: string;
|
|
3117
|
+
type: "bytes4";
|
|
3118
|
+
}[];
|
|
3119
|
+
name: string;
|
|
3120
|
+
outputs: {
|
|
3121
|
+
internalType: string;
|
|
3122
|
+
name: string;
|
|
3123
|
+
type: "bool";
|
|
3124
|
+
}[];
|
|
3125
|
+
stateMutability: "view";
|
|
3126
|
+
type: "function";
|
|
3127
|
+
} | {
|
|
3128
|
+
inputs: never[];
|
|
3129
|
+
name: string;
|
|
3130
|
+
outputs: {
|
|
3131
|
+
internalType: string;
|
|
3132
|
+
name: string;
|
|
3133
|
+
type: "address";
|
|
3134
|
+
}[];
|
|
3135
|
+
stateMutability: "view";
|
|
3136
|
+
type: "function";
|
|
3137
|
+
} | {
|
|
3138
|
+
inputs: ({
|
|
3139
|
+
internalType: string;
|
|
3140
|
+
name: string;
|
|
3141
|
+
type: "address";
|
|
3142
|
+
} | {
|
|
3143
|
+
internalType: string;
|
|
3144
|
+
name: string;
|
|
3145
|
+
type: "bytes";
|
|
3146
|
+
})[];
|
|
3147
|
+
name: string;
|
|
3148
|
+
outputs: never[];
|
|
3149
|
+
stateMutability: "payable";
|
|
3150
|
+
type: "function";
|
|
3151
|
+
})[];
|
|
2995
3152
|
};
|
|
2996
3153
|
outputFormat: "json";
|
|
2997
3154
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
@@ -3001,9 +3158,9 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
3001
3158
|
} & {
|
|
3002
3159
|
erc20: {
|
|
3003
3160
|
getInitData: import("hono/client").ClientRequest<string, "/erc20/getInitData", {
|
|
3004
|
-
$
|
|
3161
|
+
$get: {
|
|
3005
3162
|
input: {
|
|
3006
|
-
|
|
3163
|
+
query: {
|
|
3007
3164
|
tokenName: string;
|
|
3008
3165
|
tokenSymbol: string;
|
|
3009
3166
|
cap: string;
|
|
@@ -4114,7 +4271,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
4114
4271
|
};
|
|
4115
4272
|
};
|
|
4116
4273
|
output: {
|
|
4117
|
-
tokenId: string
|
|
4274
|
+
tokenId: string & import("zod").$brand<"Int256">;
|
|
4118
4275
|
};
|
|
4119
4276
|
outputFormat: "json";
|
|
4120
4277
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
@@ -4127,7 +4284,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
4127
4284
|
$get: {
|
|
4128
4285
|
input: {};
|
|
4129
4286
|
output: {
|
|
4130
|
-
bytecode:
|
|
4287
|
+
bytecode: string;
|
|
4131
4288
|
abi: any[];
|
|
4132
4289
|
args?: any[] | undefined;
|
|
4133
4290
|
};
|
|
@@ -4148,7 +4305,7 @@ export declare function buildClients(basePath: string, options?: ClientRequestOp
|
|
|
4148
4305
|
};
|
|
4149
4306
|
};
|
|
4150
4307
|
output: {
|
|
4151
|
-
bytecode:
|
|
4308
|
+
bytecode: string;
|
|
4152
4309
|
abi: any[];
|
|
4153
4310
|
args?: any[] | undefined;
|
|
4154
4311
|
};
|