@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
|
@@ -9,14 +9,14 @@ import { getPublicClient } from "../../common/blockchain.js";
|
|
|
9
9
|
import { createController } from "../../common/controller.js";
|
|
10
10
|
import { HttpError } from "../../common/http-error.js";
|
|
11
11
|
import { AddressSchema, HashSchema, NextFractionsChainId } from "../../common/index.js";
|
|
12
|
-
const
|
|
12
|
+
export const GetWithdrawalRequestedEventQuery = z
|
|
13
13
|
.object({
|
|
14
14
|
chainId: NextFractionsChainId,
|
|
15
15
|
hash: HashSchema,
|
|
16
16
|
})
|
|
17
|
-
.openapi("
|
|
17
|
+
.openapi("GetWithdrawalRequestedEventQuery");
|
|
18
18
|
export const GetWithdrawalRequestedEventV0 = createController({
|
|
19
|
-
build: (factory) => factory.createApp().
|
|
19
|
+
build: (factory) => factory.createApp().get("/", describeRoute({
|
|
20
20
|
summary: "Get WithdrawalRequested event",
|
|
21
21
|
description: "Gets the transaction by hash and parses the `WithdrawalRequested` event emitted during step 1 of the two-click epoch withdrawal flow.",
|
|
22
22
|
tags: [vrdTag.tag],
|
|
@@ -35,8 +35,8 @@ export const GetWithdrawalRequestedEventV0 = createController({
|
|
|
35
35
|
},
|
|
36
36
|
},
|
|
37
37
|
},
|
|
38
|
-
}), validator("
|
|
39
|
-
const params = c.req.valid("
|
|
38
|
+
}), validator("query", GetWithdrawalRequestedEventQuery), async (c) => {
|
|
39
|
+
const params = c.req.valid("query");
|
|
40
40
|
const receipt = await waitForTransactionReceipt(getPublicClient(params.chainId, c.env.config), {
|
|
41
41
|
hash: params.hash,
|
|
42
42
|
});
|
|
@@ -138,14 +138,12 @@ export declare const VestingRedemptionDynamicApi: import("../../common/controlle
|
|
|
138
138
|
};
|
|
139
139
|
}, "/setEpochPrice"> | import("hono/types").MergeSchemaPath<{
|
|
140
140
|
"/": {
|
|
141
|
-
$
|
|
141
|
+
$get: {
|
|
142
142
|
input: {
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
};
|
|
148
|
-
chainId: "31337" | "11155111" | "84532" | "72080";
|
|
143
|
+
query: {
|
|
144
|
+
chainId: string | string[];
|
|
145
|
+
market: string | string[];
|
|
146
|
+
campaignId: string | string[];
|
|
149
147
|
};
|
|
150
148
|
};
|
|
151
149
|
output: {
|
|
@@ -157,19 +155,17 @@ export declare const VestingRedemptionDynamicApi: import("../../common/controlle
|
|
|
157
155
|
};
|
|
158
156
|
}, "/getCurrentEpoch"> | import("hono/types").MergeSchemaPath<{
|
|
159
157
|
"/": {
|
|
160
|
-
$
|
|
158
|
+
$get: {
|
|
161
159
|
input: {
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
epoch: string;
|
|
168
|
-
chainId: "31337" | "11155111" | "84532" | "72080";
|
|
160
|
+
query: {
|
|
161
|
+
chainId: string | string[];
|
|
162
|
+
market: string | string[];
|
|
163
|
+
campaignId: string | string[];
|
|
164
|
+
epoch: string | string[];
|
|
169
165
|
};
|
|
170
166
|
};
|
|
171
167
|
output: {
|
|
172
|
-
price: string
|
|
168
|
+
price: string & import("zod").$brand<"Int256">;
|
|
173
169
|
};
|
|
174
170
|
outputFormat: "json";
|
|
175
171
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
@@ -203,9 +199,9 @@ export declare const VestingRedemptionDynamicApi: import("../../common/controlle
|
|
|
203
199
|
};
|
|
204
200
|
}, "/purchase"> | import("hono/types").MergeSchemaPath<{
|
|
205
201
|
"/": {
|
|
206
|
-
$
|
|
202
|
+
$get: {
|
|
207
203
|
input: {
|
|
208
|
-
|
|
204
|
+
query: {
|
|
209
205
|
chainId: "31337" | "11155111" | "84532" | "72080";
|
|
210
206
|
hash: string;
|
|
211
207
|
};
|
|
@@ -276,9 +272,9 @@ export declare const VestingRedemptionDynamicApi: import("../../common/controlle
|
|
|
276
272
|
};
|
|
277
273
|
}, "/requestWithdrawal"> | import("hono/types").MergeSchemaPath<{
|
|
278
274
|
"/": {
|
|
279
|
-
$
|
|
275
|
+
$get: {
|
|
280
276
|
input: {
|
|
281
|
-
|
|
277
|
+
query: {
|
|
282
278
|
chainId: "31337" | "11155111" | "84532" | "72080";
|
|
283
279
|
hash: string;
|
|
284
280
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/next/vestingRedemptionDynamic/index.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/next/vestingRedemptionDynamic/index.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAkBtC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"requestWithdrawal.d.ts","sourceRoot":"","sources":["../../../src/next/vestingRedemptionDynamic/requestWithdrawal.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"requestWithdrawal.d.ts","sourceRoot":"","sources":["../../../src/next/vestingRedemptionDynamic/requestWithdrawal.ts"],"names":[],"mappings":"AA6BA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;aAc9B,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { describeRoute } from "hono-openapi";
|
|
2
2
|
import { resolver, validator } from "hono-openapi";
|
|
3
3
|
import { buildRequestWithdrawalTx } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
4
|
-
import { RequestWithdrawalConfigSchema } from "
|
|
4
|
+
import { RequestWithdrawalConfigSchema } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
5
5
|
import { vrdTag } from "./tag.js";
|
|
6
6
|
import { createController } from "../../common/controller.js";
|
|
7
7
|
import { toTransaction, TransactionSchema } from "../../common/index.js";
|
|
@@ -1,2 +1,14 @@
|
|
|
1
|
-
export { ApproveCampaignConfigSchema
|
|
1
|
+
export { ApproveCampaignConfigSchema } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
2
|
+
export { CreateVestingRedemptionDynamicFractionsConfigSchema } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
3
|
+
export { DeployVestingRedemptionDynamicMarketRequestSchema } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
4
|
+
export { EpochPurchaseConfigSchema } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
5
|
+
export { ExchangeNftForFractionsConfigSchema } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
6
|
+
export { GetCurrentEpochSchema } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
7
|
+
export { RequestWithdrawalConfigSchema } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
8
|
+
export { SetEpochPriceConfigSchema } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
9
|
+
export { WithdrawFundsConfigSchema } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
10
|
+
export { GetCurrentEpochQuery, GetCurrentEpochResponse } from "./getCurrentEpoch.js";
|
|
11
|
+
export { GetEpochPurchaseEventQuery } from "./getEpochPurchaseEvent.js";
|
|
12
|
+
export { GetPurchasePriceForEpochQuery, GetPurchasePriceForEpochResponse } from "./getPurchasePriceForEpoch.js";
|
|
13
|
+
export { GetWithdrawalRequestedEventQuery } from "./getWithdrawalRequestedEvent.js";
|
|
2
14
|
//# sourceMappingURL=schemas.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../../src/next/vestingRedemptionDynamic/schemas.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../../src/next/vestingRedemptionDynamic/schemas.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;AAC3F,OAAO,EAAE,mDAAmD,EAAE,MAAM,8CAA8C,CAAC;AACnH,OAAO,EAAE,iDAAiD,EAAE,MAAM,8CAA8C,CAAC;AACjH,OAAO,EAAE,yBAAyB,EAAE,MAAM,8CAA8C,CAAC;AACzF,OAAO,EAAE,mCAAmC,EAAE,MAAM,8CAA8C,CAAC;AACnG,OAAO,EAAE,qBAAqB,EAAE,MAAM,8CAA8C,CAAC;AACrF,OAAO,EAAE,6BAA6B,EAAE,MAAM,8CAA8C,CAAC;AAC7F,OAAO,EAAE,yBAAyB,EAAE,MAAM,8CAA8C,CAAC;AACzF,OAAO,EAAE,yBAAyB,EAAE,MAAM,8CAA8C,CAAC;AAGzF,OAAO,EAAE,oBAAoB,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AACrF,OAAO,EAAE,0BAA0B,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,EAAE,6BAA6B,EAAE,gCAAgC,EAAE,MAAM,+BAA+B,CAAC;AAChH,OAAO,EAAE,gCAAgC,EAAE,MAAM,kCAAkC,CAAC"}
|
|
@@ -1 +1,15 @@
|
|
|
1
|
-
|
|
1
|
+
// SDK schemas
|
|
2
|
+
export { ApproveCampaignConfigSchema } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
3
|
+
export { CreateVestingRedemptionDynamicFractionsConfigSchema } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
4
|
+
export { DeployVestingRedemptionDynamicMarketRequestSchema } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
5
|
+
export { EpochPurchaseConfigSchema } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
6
|
+
export { ExchangeNftForFractionsConfigSchema } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
7
|
+
export { GetCurrentEpochSchema } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
8
|
+
export { RequestWithdrawalConfigSchema } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
9
|
+
export { SetEpochPriceConfigSchema } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
10
|
+
export { WithdrawFundsConfigSchema } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
11
|
+
// Local query/response schemas
|
|
12
|
+
export { GetCurrentEpochQuery, GetCurrentEpochResponse } from "./getCurrentEpoch.js";
|
|
13
|
+
export { GetEpochPurchaseEventQuery } from "./getEpochPurchaseEvent.js";
|
|
14
|
+
export { GetPurchasePriceForEpochQuery, GetPurchasePriceForEpochResponse } from "./getPurchasePriceForEpoch.js";
|
|
15
|
+
export { GetWithdrawalRequestedEventQuery } from "./getWithdrawalRequestedEvent.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setEpochPrice.d.ts","sourceRoot":"","sources":["../../../src/next/vestingRedemptionDynamic/setEpochPrice.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"setEpochPrice.d.ts","sourceRoot":"","sources":["../../../src/next/vestingRedemptionDynamic/setEpochPrice.ts"],"names":[],"mappings":"AA8BA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;aAc1B,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { describeRoute } from "hono-openapi";
|
|
2
2
|
import { resolver, validator } from "hono-openapi";
|
|
3
3
|
import { buildSetEpochPriceTx } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
4
|
-
import { SetEpochPriceConfigSchema } from "
|
|
4
|
+
import { SetEpochPriceConfigSchema } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
5
5
|
import { vrdTag } from "./tag.js";
|
|
6
6
|
import { createController } from "../../common/controller.js";
|
|
7
7
|
import { toTransaction, TransactionSchema } from "../../common/index.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withdrawFunds.d.ts","sourceRoot":"","sources":["../../../src/next/vestingRedemptionDynamic/withdrawFunds.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"withdrawFunds.d.ts","sourceRoot":"","sources":["../../../src/next/vestingRedemptionDynamic/withdrawFunds.ts"],"names":[],"mappings":"AA8BA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;aAc1B,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { describeRoute } from "hono-openapi";
|
|
2
2
|
import { resolver, validator } from "hono-openapi";
|
|
3
3
|
import { buildWithdrawFundsTx } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
4
|
-
import { WithdrawFundsConfigSchema } from "
|
|
4
|
+
import { WithdrawFundsConfigSchema } from "@evergonlabs/tmi-protocol-fractions-sdk/next";
|
|
5
5
|
import { vrdTag } from "./tag.js";
|
|
6
6
|
import { createController } from "../../common/controller.js";
|
|
7
7
|
import { toTransaction, TransactionSchema } from "../../common/index.js";
|
package/dist/schemas.d.ts
CHANGED
|
@@ -1,3 +1,53 @@
|
|
|
1
1
|
export * from "./fractions/schemas.js";
|
|
2
2
|
export * from "./issuance/schemas.js";
|
|
3
|
+
export * from "./next/schemas.js";
|
|
4
|
+
export { PlatformSchema } from "./staking/platforms/common/platform.js";
|
|
5
|
+
export { GetPlatformQuery, GetPlatformResponse } from "./staking/platforms/getPlatform.js";
|
|
6
|
+
export { SearchPlatformsQuery, SearchPlatformsResponse } from "./staking/platforms/searchPlatforms.js";
|
|
7
|
+
export { PoolSchema } from "./staking/pools/common/pool.js";
|
|
8
|
+
export { GetPoolQuery, GetPoolResponse } from "./staking/pools/getPool.js";
|
|
9
|
+
export { SearchPoolsQuery, SearchPoolsResponse } from "./staking/pools/searchPools.js";
|
|
10
|
+
export { StakeSchema } from "./staking/stakes/common/stake.js";
|
|
11
|
+
export { StakeEventSchema } from "./staking/stakes/common/stakeEvent.js";
|
|
12
|
+
export { GetStakeQuery, GetStakeResponse } from "./staking/stakes/getStake.js";
|
|
13
|
+
export { SearchStakeEventsQuery, SearchStakeEventsResponse } from "./staking/stakes/searchStakeEvents.js";
|
|
14
|
+
export { SearchStakesQuery, SearchStakesResponse } from "./staking/stakes/searchStakes.js";
|
|
15
|
+
export { RoleIdSchema, RoleSchema } from "./staking/roles/common/role.js";
|
|
16
|
+
export { RoleAssignmentSchema } from "./staking/roles/common/roleAssignment.js";
|
|
17
|
+
export { RoleEventSchema } from "./staking/roles/common/roleEvent.js";
|
|
18
|
+
export { GetRolesResponse } from "./staking/roles/getRoles.js";
|
|
19
|
+
export { GrantRoleRequest } from "./staking/roles/grantRole.js";
|
|
20
|
+
export { SearchRoleEventsQuery, SearchRoleEventsResponse } from "./staking/roles/searchRoleEvents.js";
|
|
21
|
+
export { SearchRolesQuery, SearchRolesResponse } from "./staking/roles/searchRoles.js";
|
|
22
|
+
export { EstimateGasRequest, EstimateGasResponse } from "./general/estimateGas.js";
|
|
23
|
+
export { GetBalanceQuery, GetBalanceResponse } from "./general/getBalance.js";
|
|
24
|
+
export { GetBalancesBatchQuery, GetBalancesBatchResponse } from "./general/getBalancesBatch.js";
|
|
25
|
+
export { SearchBalancesResponse } from "./general/searchBalances.js";
|
|
26
|
+
export { AmountHardCapSchema, AmountTwoBorderSchema } from "./stakingTemplates/templates/common/amount.js";
|
|
27
|
+
export { AmountMultIntervalSchema } from "./stakingTemplates/templates/common/amountMult.js";
|
|
28
|
+
export { Erc20InputSchema } from "./stakingTemplates/templates/common/erc20Input.js";
|
|
29
|
+
export { Erc20RewardSchema } from "./stakingTemplates/templates/common/erc20Reward.js";
|
|
30
|
+
export { GetCreatePoolEventResponse } from "./stakingTemplates/templates/common/getCreatePoolEvent.js";
|
|
31
|
+
export { GetPlatformDeployEventResponse } from "./stakingTemplates/templates/common/getPlatformDeployEvent.js";
|
|
32
|
+
export { GetRewardRequest } from "./stakingTemplates/templates/common/getReward.js";
|
|
33
|
+
export { GetStakeEventResponse } from "./stakingTemplates/templates/common/getStakeEvent.js";
|
|
34
|
+
export { LockTwoBorderSchema } from "./stakingTemplates/templates/common/lock.js";
|
|
35
|
+
export { LockMultIntervalSchema } from "./stakingTemplates/templates/common/lockMult.js";
|
|
36
|
+
export { PartialUnstakeRequest } from "./stakingTemplates/templates/common/partialUnstake.js";
|
|
37
|
+
export { RewardDistributionComplexSchema, RewardRateSchema, } from "./stakingTemplates/templates/common/rewardDistribution.js";
|
|
38
|
+
export { StartTimeSchema } from "./stakingTemplates/templates/common/time.js";
|
|
39
|
+
export { UnstakeRequest } from "./stakingTemplates/templates/common/unstake.js";
|
|
40
|
+
export { CreateReputationPlatformRequest } from "./stakingTemplates/templates/reputation/createPlatform.js";
|
|
41
|
+
export { CreateReputationPoolRequest } from "./stakingTemplates/templates/reputation/createPool.js";
|
|
42
|
+
export { RestakeReputationRequest } from "./stakingTemplates/templates/reputation/restake.js";
|
|
43
|
+
export { StakeReputationRequest } from "./stakingTemplates/templates/reputation/stake.js";
|
|
44
|
+
export { CreateReputationLockPlatformRequest } from "./stakingTemplates/templates/reputationLock/createPlatform.js";
|
|
45
|
+
export { CreateReputationLockPoolRequest } from "./stakingTemplates/templates/reputationLock/createPool.js";
|
|
46
|
+
export { RestakeReputationLockRequest } from "./stakingTemplates/templates/reputationLock/restake.js";
|
|
47
|
+
export { StakeReputationLockRequest } from "./stakingTemplates/templates/reputationLock/stake.js";
|
|
48
|
+
export { CreateRwaPlatformRequest } from "./stakingTemplates/templates/rwa/createPlatform.js";
|
|
49
|
+
export { CreateRwaPoolRequest } from "./stakingTemplates/templates/rwa/createPool.js";
|
|
50
|
+
export { DistributeRewardsRwaRequest } from "./stakingTemplates/templates/rwa/distributeRewards.js";
|
|
51
|
+
export { RestakeRwaRequest } from "./stakingTemplates/templates/rwa/restake.js";
|
|
52
|
+
export { StakeRwaRequest } from "./stakingTemplates/templates/rwa/stake.js";
|
|
3
53
|
//# sourceMappingURL=schemas.d.ts.map
|
package/dist/schemas.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../src/schemas.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../src/schemas.ts"],"names":[],"mappings":"AACA,cAAc,wBAAwB,CAAC;AAGvC,cAAc,uBAAuB,CAAC;AAGtC,cAAc,mBAAmB,CAAC;AAGlC,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAC3F,OAAO,EAAE,oBAAoB,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AAGvG,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AAGvF,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AACzE,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,EAAE,sBAAsB,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAC1G,OAAO,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAG3F,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAC1E,OAAO,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;AAChF,OAAO,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AACtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,qBAAqB,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AACtG,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AAGvF,OAAO,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AACnF,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC9E,OAAO,EAAE,qBAAqB,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAChG,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAGrE,OAAO,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,MAAM,+CAA+C,CAAC;AAC3G,OAAO,EAAE,wBAAwB,EAAE,MAAM,mDAAmD,CAAC;AAC7F,OAAO,EAAE,gBAAgB,EAAE,MAAM,mDAAmD,CAAC;AACrF,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;AACvF,OAAO,EAAE,0BAA0B,EAAE,MAAM,2DAA2D,CAAC;AACvG,OAAO,EAAE,8BAA8B,EAAE,MAAM,+DAA+D,CAAC;AAC/G,OAAO,EAAE,gBAAgB,EAAE,MAAM,kDAAkD,CAAC;AACpF,OAAO,EAAE,qBAAqB,EAAE,MAAM,sDAAsD,CAAC;AAC7F,OAAO,EAAE,mBAAmB,EAAE,MAAM,6CAA6C,CAAC;AAClF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iDAAiD,CAAC;AACzF,OAAO,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAC9F,OAAO,EACL,+BAA+B,EAC/B,gBAAgB,GACjB,MAAM,2DAA2D,CAAC;AACnE,OAAO,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AAC9E,OAAO,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAC;AAGhF,OAAO,EAAE,+BAA+B,EAAE,MAAM,2DAA2D,CAAC;AAC5G,OAAO,EAAE,2BAA2B,EAAE,MAAM,uDAAuD,CAAC;AACpG,OAAO,EAAE,wBAAwB,EAAE,MAAM,oDAAoD,CAAC;AAC9F,OAAO,EAAE,sBAAsB,EAAE,MAAM,kDAAkD,CAAC;AAG1F,OAAO,EAAE,mCAAmC,EAAE,MAAM,+DAA+D,CAAC;AACpH,OAAO,EAAE,+BAA+B,EAAE,MAAM,2DAA2D,CAAC;AAC5G,OAAO,EAAE,4BAA4B,EAAE,MAAM,wDAAwD,CAAC;AACtG,OAAO,EAAE,0BAA0B,EAAE,MAAM,sDAAsD,CAAC;AAGlG,OAAO,EAAE,wBAAwB,EAAE,MAAM,oDAAoD,CAAC;AAC9F,OAAO,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;AACtF,OAAO,EAAE,2BAA2B,EAAE,MAAM,uDAAuD,CAAC;AACpG,OAAO,EAAE,iBAAiB,EAAE,MAAM,6CAA6C,CAAC;AAChF,OAAO,EAAE,eAAe,EAAE,MAAM,2CAA2C,CAAC"}
|
package/dist/schemas.js
CHANGED
|
@@ -1,2 +1,64 @@
|
|
|
1
|
+
// Fractions SDK schemas
|
|
1
2
|
export * from "./fractions/schemas.js";
|
|
3
|
+
// Issuance schemas
|
|
2
4
|
export * from "./issuance/schemas.js";
|
|
5
|
+
// Next-gen fractions schemas
|
|
6
|
+
export * from "./next/schemas.js";
|
|
7
|
+
// Staking — Platforms
|
|
8
|
+
export { PlatformSchema } from "./staking/platforms/common/platform.js";
|
|
9
|
+
export { GetPlatformQuery, GetPlatformResponse } from "./staking/platforms/getPlatform.js";
|
|
10
|
+
export { SearchPlatformsQuery, SearchPlatformsResponse } from "./staking/platforms/searchPlatforms.js";
|
|
11
|
+
// Staking — Pools
|
|
12
|
+
export { PoolSchema } from "./staking/pools/common/pool.js";
|
|
13
|
+
export { GetPoolQuery, GetPoolResponse } from "./staking/pools/getPool.js";
|
|
14
|
+
export { SearchPoolsQuery, SearchPoolsResponse } from "./staking/pools/searchPools.js";
|
|
15
|
+
// Staking — Stakes
|
|
16
|
+
export { StakeSchema } from "./staking/stakes/common/stake.js";
|
|
17
|
+
export { StakeEventSchema } from "./staking/stakes/common/stakeEvent.js";
|
|
18
|
+
export { GetStakeQuery, GetStakeResponse } from "./staking/stakes/getStake.js";
|
|
19
|
+
export { SearchStakeEventsQuery, SearchStakeEventsResponse } from "./staking/stakes/searchStakeEvents.js";
|
|
20
|
+
export { SearchStakesQuery, SearchStakesResponse } from "./staking/stakes/searchStakes.js";
|
|
21
|
+
// Staking — Roles
|
|
22
|
+
export { RoleIdSchema, RoleSchema } from "./staking/roles/common/role.js";
|
|
23
|
+
export { RoleAssignmentSchema } from "./staking/roles/common/roleAssignment.js";
|
|
24
|
+
export { RoleEventSchema } from "./staking/roles/common/roleEvent.js";
|
|
25
|
+
export { GetRolesResponse } from "./staking/roles/getRoles.js";
|
|
26
|
+
export { GrantRoleRequest } from "./staking/roles/grantRole.js";
|
|
27
|
+
export { SearchRoleEventsQuery, SearchRoleEventsResponse } from "./staking/roles/searchRoleEvents.js";
|
|
28
|
+
export { SearchRolesQuery, SearchRolesResponse } from "./staking/roles/searchRoles.js";
|
|
29
|
+
// General
|
|
30
|
+
export { EstimateGasRequest, EstimateGasResponse } from "./general/estimateGas.js";
|
|
31
|
+
export { GetBalanceQuery, GetBalanceResponse } from "./general/getBalance.js";
|
|
32
|
+
export { GetBalancesBatchQuery, GetBalancesBatchResponse } from "./general/getBalancesBatch.js";
|
|
33
|
+
export { SearchBalancesResponse } from "./general/searchBalances.js";
|
|
34
|
+
// Staking Templates — Common
|
|
35
|
+
export { AmountHardCapSchema, AmountTwoBorderSchema } from "./stakingTemplates/templates/common/amount.js";
|
|
36
|
+
export { AmountMultIntervalSchema } from "./stakingTemplates/templates/common/amountMult.js";
|
|
37
|
+
export { Erc20InputSchema } from "./stakingTemplates/templates/common/erc20Input.js";
|
|
38
|
+
export { Erc20RewardSchema } from "./stakingTemplates/templates/common/erc20Reward.js";
|
|
39
|
+
export { GetCreatePoolEventResponse } from "./stakingTemplates/templates/common/getCreatePoolEvent.js";
|
|
40
|
+
export { GetPlatformDeployEventResponse } from "./stakingTemplates/templates/common/getPlatformDeployEvent.js";
|
|
41
|
+
export { GetRewardRequest } from "./stakingTemplates/templates/common/getReward.js";
|
|
42
|
+
export { GetStakeEventResponse } from "./stakingTemplates/templates/common/getStakeEvent.js";
|
|
43
|
+
export { LockTwoBorderSchema } from "./stakingTemplates/templates/common/lock.js";
|
|
44
|
+
export { LockMultIntervalSchema } from "./stakingTemplates/templates/common/lockMult.js";
|
|
45
|
+
export { PartialUnstakeRequest } from "./stakingTemplates/templates/common/partialUnstake.js";
|
|
46
|
+
export { RewardDistributionComplexSchema, RewardRateSchema, } from "./stakingTemplates/templates/common/rewardDistribution.js";
|
|
47
|
+
export { StartTimeSchema } from "./stakingTemplates/templates/common/time.js";
|
|
48
|
+
export { UnstakeRequest } from "./stakingTemplates/templates/common/unstake.js";
|
|
49
|
+
// Staking Templates — Reputation
|
|
50
|
+
export { CreateReputationPlatformRequest } from "./stakingTemplates/templates/reputation/createPlatform.js";
|
|
51
|
+
export { CreateReputationPoolRequest } from "./stakingTemplates/templates/reputation/createPool.js";
|
|
52
|
+
export { RestakeReputationRequest } from "./stakingTemplates/templates/reputation/restake.js";
|
|
53
|
+
export { StakeReputationRequest } from "./stakingTemplates/templates/reputation/stake.js";
|
|
54
|
+
// Staking Templates — Reputation Lock
|
|
55
|
+
export { CreateReputationLockPlatformRequest } from "./stakingTemplates/templates/reputationLock/createPlatform.js";
|
|
56
|
+
export { CreateReputationLockPoolRequest } from "./stakingTemplates/templates/reputationLock/createPool.js";
|
|
57
|
+
export { RestakeReputationLockRequest } from "./stakingTemplates/templates/reputationLock/restake.js";
|
|
58
|
+
export { StakeReputationLockRequest } from "./stakingTemplates/templates/reputationLock/stake.js";
|
|
59
|
+
// Staking Templates — RWA
|
|
60
|
+
export { CreateRwaPlatformRequest } from "./stakingTemplates/templates/rwa/createPlatform.js";
|
|
61
|
+
export { CreateRwaPoolRequest } from "./stakingTemplates/templates/rwa/createPool.js";
|
|
62
|
+
export { DistributeRewardsRwaRequest } from "./stakingTemplates/templates/rwa/distributeRewards.js";
|
|
63
|
+
export { RestakeRwaRequest } from "./stakingTemplates/templates/rwa/restake.js";
|
|
64
|
+
export { StakeRwaRequest } from "./stakingTemplates/templates/rwa/stake.js";
|
package/dist/staking/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const StakingApi: import("../common/controller.js").IApi<import("hono/hono-base").HonoBase<import("../common/context.js").AppContext, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<
|
|
1
|
+
export declare const StakingApi: import("../common/controller.js").IApi<import("hono/hono-base").HonoBase<import("../common/context.js").AppContext, import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
2
2
|
"/": {
|
|
3
3
|
$get: {
|
|
4
4
|
input: {
|
|
@@ -19,19 +19,15 @@ export declare const StakingApi: import("../common/controller.js").IApi<import("
|
|
|
19
19
|
status: 200;
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
|
-
}, "/
|
|
22
|
+
}, "/get"> | import("hono/types").MergeSchemaPath<{
|
|
23
23
|
"/": {
|
|
24
|
-
$
|
|
24
|
+
$get: {
|
|
25
25
|
input: {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
filter: {
|
|
32
|
-
chainId?: "31337" | "11155111" | "84532" | undefined;
|
|
33
|
-
owner?: string | undefined;
|
|
34
|
-
};
|
|
26
|
+
query: {
|
|
27
|
+
skip: string | string[];
|
|
28
|
+
limit: string | string[];
|
|
29
|
+
chainId?: string | string[] | undefined;
|
|
30
|
+
owner?: string | string[] | undefined;
|
|
35
31
|
};
|
|
36
32
|
};
|
|
37
33
|
output: {
|
|
@@ -43,22 +39,18 @@ export declare const StakingApi: import("../common/controller.js").IApi<import("
|
|
|
43
39
|
updatedAt: string & import("zod").$brand<"IsoDateString">;
|
|
44
40
|
}[];
|
|
45
41
|
outputFormat: "json";
|
|
46
|
-
status:
|
|
42
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
47
43
|
};
|
|
48
44
|
};
|
|
49
|
-
}, "/
|
|
45
|
+
}, "/search">, "/platforms"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
50
46
|
"/": {
|
|
51
|
-
$
|
|
47
|
+
$get: {
|
|
52
48
|
input: {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
filter: {
|
|
59
|
-
chainId?: "31337" | "11155111" | "84532" | undefined;
|
|
60
|
-
platform?: string | undefined;
|
|
61
|
-
};
|
|
49
|
+
query: {
|
|
50
|
+
skip: string | string[];
|
|
51
|
+
limit: string | string[];
|
|
52
|
+
chainId?: string | string[] | undefined;
|
|
53
|
+
platform?: string | string[] | undefined;
|
|
62
54
|
};
|
|
63
55
|
};
|
|
64
56
|
output: {
|
|
@@ -74,7 +66,7 @@ export declare const StakingApi: import("../common/controller.js").IApi<import("
|
|
|
74
66
|
status: 200;
|
|
75
67
|
};
|
|
76
68
|
};
|
|
77
|
-
}, "/
|
|
69
|
+
}, "/searchPools"> | import("hono/types").MergeSchemaPath<{
|
|
78
70
|
"/": {
|
|
79
71
|
$get: {
|
|
80
72
|
input: {
|
|
@@ -97,21 +89,17 @@ export declare const StakingApi: import("../common/controller.js").IApi<import("
|
|
|
97
89
|
status: 200;
|
|
98
90
|
};
|
|
99
91
|
};
|
|
100
|
-
}, "/
|
|
92
|
+
}, "/getPool">, "/pools"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
101
93
|
"/": {
|
|
102
|
-
$
|
|
94
|
+
$get: {
|
|
103
95
|
input: {
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
owner?: string | undefined;
|
|
112
|
-
platform?: string | undefined;
|
|
113
|
-
poolId?: string | undefined;
|
|
114
|
-
};
|
|
96
|
+
query: {
|
|
97
|
+
skip: string | string[];
|
|
98
|
+
limit: string | string[];
|
|
99
|
+
chainId?: string | string[] | undefined;
|
|
100
|
+
owner?: string | string[] | undefined;
|
|
101
|
+
platform?: string | string[] | undefined;
|
|
102
|
+
poolId?: string | string[] | undefined;
|
|
115
103
|
};
|
|
116
104
|
};
|
|
117
105
|
output: {
|
|
@@ -132,21 +120,17 @@ export declare const StakingApi: import("../common/controller.js").IApi<import("
|
|
|
132
120
|
status: 200;
|
|
133
121
|
};
|
|
134
122
|
};
|
|
135
|
-
}, "/
|
|
123
|
+
}, "/searchStakes"> | import("hono/types").MergeSchemaPath<{
|
|
136
124
|
"/": {
|
|
137
|
-
$
|
|
125
|
+
$get: {
|
|
138
126
|
input: {
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
owner?: string | undefined;
|
|
147
|
-
platform?: string | undefined;
|
|
148
|
-
poolId?: string | undefined;
|
|
149
|
-
};
|
|
127
|
+
query: {
|
|
128
|
+
skip: string | string[];
|
|
129
|
+
limit: string | string[];
|
|
130
|
+
chainId?: string | string[] | undefined;
|
|
131
|
+
owner?: string | string[] | undefined;
|
|
132
|
+
platform?: string | string[] | undefined;
|
|
133
|
+
poolId?: string | string[] | undefined;
|
|
150
134
|
};
|
|
151
135
|
};
|
|
152
136
|
output: {
|
|
@@ -160,10 +144,10 @@ export declare const StakingApi: import("../common/controller.js").IApi<import("
|
|
|
160
144
|
poolId?: (string & import("zod").$brand<"Int256">) | undefined;
|
|
161
145
|
}[];
|
|
162
146
|
outputFormat: "json";
|
|
163
|
-
status:
|
|
147
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
164
148
|
};
|
|
165
149
|
};
|
|
166
|
-
}, "/
|
|
150
|
+
}, "/searchStakeEvents"> | import("hono/types").MergeSchemaPath<{
|
|
167
151
|
"/": {
|
|
168
152
|
$get: {
|
|
169
153
|
input: {
|
|
@@ -191,7 +175,7 @@ export declare const StakingApi: import("../common/controller.js").IApi<import("
|
|
|
191
175
|
status: 200;
|
|
192
176
|
};
|
|
193
177
|
};
|
|
194
|
-
}, "/
|
|
178
|
+
}, "/getStake">, "/stakes"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
195
179
|
"/": {
|
|
196
180
|
$get: {
|
|
197
181
|
input: {};
|
|
@@ -212,7 +196,7 @@ export declare const StakingApi: import("../common/controller.js").IApi<import("
|
|
|
212
196
|
status: 200;
|
|
213
197
|
};
|
|
214
198
|
};
|
|
215
|
-
}, "/
|
|
199
|
+
}, "/getRoles"> | import("hono/types").MergeSchemaPath<{
|
|
216
200
|
"/": {
|
|
217
201
|
$post: {
|
|
218
202
|
input: {
|
|
@@ -233,24 +217,20 @@ export declare const StakingApi: import("../common/controller.js").IApi<import("
|
|
|
233
217
|
};
|
|
234
218
|
};
|
|
235
219
|
outputFormat: "json";
|
|
236
|
-
status:
|
|
220
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
237
221
|
};
|
|
238
222
|
};
|
|
239
|
-
}, "/
|
|
223
|
+
}, "/grantRole"> | import("hono/types").MergeSchemaPath<{
|
|
240
224
|
"/": {
|
|
241
|
-
$
|
|
225
|
+
$get: {
|
|
242
226
|
input: {
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
owner?: string | undefined;
|
|
251
|
-
platform?: string | undefined;
|
|
252
|
-
poolId?: string | undefined;
|
|
253
|
-
};
|
|
227
|
+
query: {
|
|
228
|
+
skip: string | string[];
|
|
229
|
+
limit: string | string[];
|
|
230
|
+
chainId?: string | string[] | undefined;
|
|
231
|
+
owner?: string | string[] | undefined;
|
|
232
|
+
platform?: string | string[] | undefined;
|
|
233
|
+
poolId?: string | string[] | undefined;
|
|
254
234
|
};
|
|
255
235
|
};
|
|
256
236
|
output: {
|
|
@@ -266,21 +246,17 @@ export declare const StakingApi: import("../common/controller.js").IApi<import("
|
|
|
266
246
|
status: 200;
|
|
267
247
|
};
|
|
268
248
|
};
|
|
269
|
-
}, "/
|
|
249
|
+
}, "/searchRoles"> | import("hono/types").MergeSchemaPath<{
|
|
270
250
|
"/": {
|
|
271
|
-
$
|
|
251
|
+
$get: {
|
|
272
252
|
input: {
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
owner?: string | undefined;
|
|
281
|
-
platform?: string | undefined;
|
|
282
|
-
poolId?: string | undefined;
|
|
283
|
-
};
|
|
253
|
+
query: {
|
|
254
|
+
skip: string | string[];
|
|
255
|
+
limit: string | string[];
|
|
256
|
+
chainId?: string | string[] | undefined;
|
|
257
|
+
owner?: string | string[] | undefined;
|
|
258
|
+
platform?: string | string[] | undefined;
|
|
259
|
+
poolId?: string | string[] | undefined;
|
|
284
260
|
};
|
|
285
261
|
};
|
|
286
262
|
output: {
|
|
@@ -294,8 +270,8 @@ export declare const StakingApi: import("../common/controller.js").IApi<import("
|
|
|
294
270
|
poolId?: (string & import("zod").$brand<"Int256">) | undefined;
|
|
295
271
|
}[];
|
|
296
272
|
outputFormat: "json";
|
|
297
|
-
status:
|
|
273
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
298
274
|
};
|
|
299
275
|
};
|
|
300
|
-
}, "/
|
|
276
|
+
}, "/searchRoleEvents">, "/roles">, "/", "/">>;
|
|
301
277
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/staking/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/staking/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8CAUrB,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { z } from "@evergonlabs/tmi-protocol-utils/zod";
|
|
2
|
+
export declare const GetPlatformQuery: z.ZodObject<{
|
|
3
|
+
chainId: z.ZodUnion<z.ZodLiteral<"31337" | "11155111" | "84532">[]>;
|
|
4
|
+
address: z.ZodPipe<z.ZodString & z.ZodType<`0x${string}`, string, z.core.$ZodTypeInternals<`0x${string}`, string>>, z.ZodTransform<`0x${string}`, `0x${string}`>>;
|
|
5
|
+
}, z.core.$strip>;
|
|
6
|
+
export declare const GetPlatformResponse: z.ZodObject<{
|
|
7
|
+
chainId: z.ZodUnion<z.ZodLiteral<"31337" | "11155111" | "84532">[]>;
|
|
8
|
+
transactionHash: z.ZodPipe<z.ZodString & z.ZodType<`0x${string}`, string, z.core.$ZodTypeInternals<`0x${string}`, string>>, z.ZodTransform<`0x${string}`, `0x${string}`>>;
|
|
9
|
+
createdAt: z.core.$ZodBranded<z.ZodString, "IsoDateString", "out">;
|
|
10
|
+
contractAddress: z.ZodPipe<z.ZodString & z.ZodType<`0x${string}`, string, z.core.$ZodTypeInternals<`0x${string}`, string>>, z.ZodTransform<`0x${string}`, `0x${string}`>>;
|
|
11
|
+
adminAddress: z.ZodPipe<z.ZodString & z.ZodType<`0x${string}`, string, z.core.$ZodTypeInternals<`0x${string}`, string>>, z.ZodTransform<`0x${string}`, `0x${string}`>>;
|
|
12
|
+
updatedAt: z.core.$ZodBranded<z.ZodString, "IsoDateString", "out">;
|
|
13
|
+
}, z.core.$strip>;
|
|
14
|
+
export declare const GetPlatform: import("../../common/controller.js").IController<import("hono/hono-base").HonoBase<import("../../common/context").AppContext, {
|
|
15
|
+
"/": {
|
|
16
|
+
$get: {
|
|
17
|
+
input: {
|
|
18
|
+
query: {
|
|
19
|
+
chainId: "31337" | "11155111" | "84532";
|
|
20
|
+
address: string;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
output: {
|
|
24
|
+
chainId: "31337" | "11155111" | "84532";
|
|
25
|
+
transactionHash: `0x${string}`;
|
|
26
|
+
createdAt: string & z.core.$brand<"IsoDateString">;
|
|
27
|
+
contractAddress: `0x${string}`;
|
|
28
|
+
adminAddress: `0x${string}`;
|
|
29
|
+
updatedAt: string & z.core.$brand<"IsoDateString">;
|
|
30
|
+
};
|
|
31
|
+
outputFormat: "json";
|
|
32
|
+
status: 200;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
}, "/", "/">>;
|
|
36
|
+
//# sourceMappingURL=getPlatform.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPlatform.d.ts","sourceRoot":"","sources":["../../../src/staking/platforms/getPlatform.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,qCAAqC,CAAC;AAWxD,eAAO,MAAM,gBAAgB;;;iBAeC,CAAC;AAE/B,eAAO,MAAM,mBAAmB;;;;;;;iBAAiB,CAAC;AAElD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;aAwDtB,CAAC"}
|