@0xtorch/core 0.0.15 → 0.0.17
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/_cjs/actions/index.js +3 -1
- package/_cjs/actions/index.js.map +1 -1
- package/_cjs/actions/parsers/borrow/borrow.js +1 -0
- package/_cjs/actions/parsers/borrow/borrow.js.map +1 -1
- package/_cjs/actions/parsers/borrow/borrowWithDebt.js +1 -0
- package/_cjs/actions/parsers/borrow/borrowWithDebt.js.map +1 -1
- package/_cjs/actions/parsers/crossReplace/bridgeFrom.js +1 -0
- package/_cjs/actions/parsers/crossReplace/bridgeFrom.js.map +1 -1
- package/_cjs/actions/parsers/crossReplace/bridgeTo.js +1 -0
- package/_cjs/actions/parsers/crossReplace/bridgeTo.js.map +1 -1
- package/_cjs/actions/parsers/crossReplace/crossReplace.js +1 -0
- package/_cjs/actions/parsers/crossReplace/crossReplace.js.map +1 -1
- package/_cjs/actions/parsers/crossTrade/crossTrade.js +1 -0
- package/_cjs/actions/parsers/crossTrade/crossTrade.js.map +1 -1
- package/_cjs/actions/parsers/deposit/addLiquidity.js +1 -0
- package/_cjs/actions/parsers/deposit/addLiquidity.js.map +1 -1
- package/_cjs/actions/parsers/deposit/deposit.js +1 -0
- package/_cjs/actions/parsers/deposit/deposit.js.map +1 -1
- package/_cjs/actions/parsers/deposit/depositWithBond.js +1 -0
- package/_cjs/actions/parsers/deposit/depositWithBond.js.map +1 -1
- package/_cjs/actions/parsers/deposit/stake.js +1 -0
- package/_cjs/actions/parsers/deposit/stake.js.map +1 -1
- package/_cjs/actions/parsers/fee/fee.js +2 -0
- package/_cjs/actions/parsers/fee/fee.js.map +1 -1
- package/_cjs/actions/parsers/fee/transactionFee.js +1 -0
- package/_cjs/actions/parsers/fee/transactionFee.js.map +1 -1
- package/_cjs/actions/parsers/ignore/approve.js +1 -0
- package/_cjs/actions/parsers/ignore/approve.js.map +1 -1
- package/_cjs/actions/parsers/ignore/failTx.js +1 -0
- package/_cjs/actions/parsers/ignore/failTx.js.map +1 -1
- package/_cjs/actions/parsers/ignore/revoke.js +1 -0
- package/_cjs/actions/parsers/ignore/revoke.js.map +1 -1
- package/_cjs/actions/parsers/ignore/spam.js +1 -0
- package/_cjs/actions/parsers/ignore/spam.js.map +1 -1
- package/_cjs/actions/parsers/income/atomicArbitrage.js +3 -0
- package/_cjs/actions/parsers/income/atomicArbitrage.js.map +1 -1
- package/_cjs/actions/parsers/income/freeMintNft.js +1 -0
- package/_cjs/actions/parsers/income/freeMintNft.js.map +1 -1
- package/_cjs/actions/parsers/income/income.js +1 -0
- package/_cjs/actions/parsers/income/income.js.map +1 -1
- package/_cjs/actions/parsers/repayment/repayment.js +1 -0
- package/_cjs/actions/parsers/repayment/repayment.js.map +1 -1
- package/_cjs/actions/parsers/repayment/repaymentWithDebt.js +1 -0
- package/_cjs/actions/parsers/repayment/repaymentWithDebt.js.map +1 -1
- package/_cjs/actions/parsers/replace/replace.js +1 -0
- package/_cjs/actions/parsers/replace/replace.js.map +1 -1
- package/_cjs/actions/parsers/replace/swapNft.js +1 -0
- package/_cjs/actions/parsers/replace/swapNft.js.map +1 -1
- package/_cjs/actions/parsers/replace/unwrap.js +1 -0
- package/_cjs/actions/parsers/replace/unwrap.js.map +1 -1
- package/_cjs/actions/parsers/replace/wrap.js +1 -0
- package/_cjs/actions/parsers/replace/wrap.js.map +1 -1
- package/_cjs/actions/parsers/trade/buyCrypto.js +2 -0
- package/_cjs/actions/parsers/trade/buyCrypto.js.map +1 -1
- package/_cjs/actions/parsers/trade/buyNft.js +5 -0
- package/_cjs/actions/parsers/trade/buyNft.js.map +1 -1
- package/_cjs/actions/parsers/trade/mintNft.js +3 -0
- package/_cjs/actions/parsers/trade/mintNft.js.map +1 -1
- package/_cjs/actions/parsers/trade/sellCrypto.js +2 -0
- package/_cjs/actions/parsers/trade/sellCrypto.js.map +1 -1
- package/_cjs/actions/parsers/trade/sellNft.js +5 -0
- package/_cjs/actions/parsers/trade/sellNft.js.map +1 -1
- package/_cjs/actions/parsers/trade/trade.js +8 -0
- package/_cjs/actions/parsers/trade/trade.js.map +1 -1
- package/_cjs/actions/parsers/valuedown/valuedown.js +1 -0
- package/_cjs/actions/parsers/valuedown/valuedown.js.map +1 -1
- package/_cjs/actions/parsers/valueup/valueup.js +1 -0
- package/_cjs/actions/parsers/valueup/valueup.js.map +1 -1
- package/_cjs/actions/parsers/withdraw/removeLiquidity.js +1 -0
- package/_cjs/actions/parsers/withdraw/removeLiquidity.js.map +1 -1
- package/_cjs/actions/parsers/withdraw/unstake.js +1 -0
- package/_cjs/actions/parsers/withdraw/unstake.js.map +1 -1
- package/_cjs/actions/parsers/withdraw/withdraw.js +1 -0
- package/_cjs/actions/parsers/withdraw/withdraw.js.map +1 -1
- package/_cjs/actions/parsers/withdraw/withdrawWithBond.js +1 -0
- package/_cjs/actions/parsers/withdraw/withdrawWithBond.js.map +1 -1
- package/_cjs/actions/utils.js +1318 -1
- package/_cjs/actions/utils.js.map +1 -1
- package/_cjs/index.js +3 -1
- package/_cjs/index.js.map +1 -1
- package/_esm/actions/index.js +1 -1
- package/_esm/actions/index.js.map +1 -1
- package/_esm/actions/parsers/borrow/borrow.js +1 -0
- package/_esm/actions/parsers/borrow/borrow.js.map +1 -1
- package/_esm/actions/parsers/borrow/borrowWithDebt.js +1 -0
- package/_esm/actions/parsers/borrow/borrowWithDebt.js.map +1 -1
- package/_esm/actions/parsers/crossReplace/bridgeFrom.js +1 -0
- package/_esm/actions/parsers/crossReplace/bridgeFrom.js.map +1 -1
- package/_esm/actions/parsers/crossReplace/bridgeTo.js +1 -0
- package/_esm/actions/parsers/crossReplace/bridgeTo.js.map +1 -1
- package/_esm/actions/parsers/crossReplace/crossReplace.js +1 -0
- package/_esm/actions/parsers/crossReplace/crossReplace.js.map +1 -1
- package/_esm/actions/parsers/crossTrade/crossTrade.js +1 -0
- package/_esm/actions/parsers/crossTrade/crossTrade.js.map +1 -1
- package/_esm/actions/parsers/deposit/addLiquidity.js +1 -0
- package/_esm/actions/parsers/deposit/addLiquidity.js.map +1 -1
- package/_esm/actions/parsers/deposit/deposit.js +1 -0
- package/_esm/actions/parsers/deposit/deposit.js.map +1 -1
- package/_esm/actions/parsers/deposit/depositWithBond.js +1 -0
- package/_esm/actions/parsers/deposit/depositWithBond.js.map +1 -1
- package/_esm/actions/parsers/deposit/stake.js +1 -0
- package/_esm/actions/parsers/deposit/stake.js.map +1 -1
- package/_esm/actions/parsers/fee/fee.js +2 -0
- package/_esm/actions/parsers/fee/fee.js.map +1 -1
- package/_esm/actions/parsers/fee/transactionFee.js +1 -0
- package/_esm/actions/parsers/fee/transactionFee.js.map +1 -1
- package/_esm/actions/parsers/ignore/approve.js +1 -0
- package/_esm/actions/parsers/ignore/approve.js.map +1 -1
- package/_esm/actions/parsers/ignore/failTx.js +1 -0
- package/_esm/actions/parsers/ignore/failTx.js.map +1 -1
- package/_esm/actions/parsers/ignore/revoke.js +1 -0
- package/_esm/actions/parsers/ignore/revoke.js.map +1 -1
- package/_esm/actions/parsers/ignore/spam.js +1 -0
- package/_esm/actions/parsers/ignore/spam.js.map +1 -1
- package/_esm/actions/parsers/income/atomicArbitrage.js +3 -0
- package/_esm/actions/parsers/income/atomicArbitrage.js.map +1 -1
- package/_esm/actions/parsers/income/freeMintNft.js +1 -0
- package/_esm/actions/parsers/income/freeMintNft.js.map +1 -1
- package/_esm/actions/parsers/income/income.js +1 -0
- package/_esm/actions/parsers/income/income.js.map +1 -1
- package/_esm/actions/parsers/repayment/repayment.js +1 -0
- package/_esm/actions/parsers/repayment/repayment.js.map +1 -1
- package/_esm/actions/parsers/repayment/repaymentWithDebt.js +1 -0
- package/_esm/actions/parsers/repayment/repaymentWithDebt.js.map +1 -1
- package/_esm/actions/parsers/replace/replace.js +1 -0
- package/_esm/actions/parsers/replace/replace.js.map +1 -1
- package/_esm/actions/parsers/replace/swapNft.js +1 -0
- package/_esm/actions/parsers/replace/swapNft.js.map +1 -1
- package/_esm/actions/parsers/replace/unwrap.js +1 -0
- package/_esm/actions/parsers/replace/unwrap.js.map +1 -1
- package/_esm/actions/parsers/replace/wrap.js +1 -0
- package/_esm/actions/parsers/replace/wrap.js.map +1 -1
- package/_esm/actions/parsers/trade/buyCrypto.js +2 -0
- package/_esm/actions/parsers/trade/buyCrypto.js.map +1 -1
- package/_esm/actions/parsers/trade/buyNft.js +5 -0
- package/_esm/actions/parsers/trade/buyNft.js.map +1 -1
- package/_esm/actions/parsers/trade/mintNft.js +3 -0
- package/_esm/actions/parsers/trade/mintNft.js.map +1 -1
- package/_esm/actions/parsers/trade/sellCrypto.js +2 -0
- package/_esm/actions/parsers/trade/sellCrypto.js.map +1 -1
- package/_esm/actions/parsers/trade/sellNft.js +5 -0
- package/_esm/actions/parsers/trade/sellNft.js.map +1 -1
- package/_esm/actions/parsers/trade/trade.js +8 -0
- package/_esm/actions/parsers/trade/trade.js.map +1 -1
- package/_esm/actions/parsers/valuedown/valuedown.js +1 -0
- package/_esm/actions/parsers/valuedown/valuedown.js.map +1 -1
- package/_esm/actions/parsers/valueup/valueup.js +1 -0
- package/_esm/actions/parsers/valueup/valueup.js.map +1 -1
- package/_esm/actions/parsers/withdraw/removeLiquidity.js +1 -0
- package/_esm/actions/parsers/withdraw/removeLiquidity.js.map +1 -1
- package/_esm/actions/parsers/withdraw/unstake.js +1 -0
- package/_esm/actions/parsers/withdraw/unstake.js.map +1 -1
- package/_esm/actions/parsers/withdraw/withdraw.js +1 -0
- package/_esm/actions/parsers/withdraw/withdraw.js.map +1 -1
- package/_esm/actions/parsers/withdraw/withdrawWithBond.js +1 -0
- package/_esm/actions/parsers/withdraw/withdrawWithBond.js.map +1 -1
- package/_esm/actions/utils.js +1389 -0
- package/_esm/actions/utils.js.map +1 -1
- package/_esm/index.js +1 -1
- package/_esm/index.js.map +1 -1
- package/_types/actions/index.d.ts +2 -2
- package/_types/actions/index.d.ts.map +1 -1
- package/_types/actions/parsers/borrow/borrow.d.ts.map +1 -1
- package/_types/actions/parsers/borrow/borrowWithDebt.d.ts.map +1 -1
- package/_types/actions/parsers/crossReplace/bridgeFrom.d.ts.map +1 -1
- package/_types/actions/parsers/crossReplace/bridgeTo.d.ts.map +1 -1
- package/_types/actions/parsers/crossReplace/crossReplace.d.ts.map +1 -1
- package/_types/actions/parsers/crossTrade/crossTrade.d.ts.map +1 -1
- package/_types/actions/parsers/default.d.ts +1 -1
- package/_types/actions/parsers/deposit/addLiquidity.d.ts.map +1 -1
- package/_types/actions/parsers/deposit/deposit.d.ts.map +1 -1
- package/_types/actions/parsers/deposit/depositWithBond.d.ts.map +1 -1
- package/_types/actions/parsers/deposit/stake.d.ts.map +1 -1
- package/_types/actions/parsers/fee/fee.d.ts.map +1 -1
- package/_types/actions/parsers/fee/transactionFee.d.ts.map +1 -1
- package/_types/actions/parsers/ignore/approve.d.ts.map +1 -1
- package/_types/actions/parsers/ignore/failTx.d.ts.map +1 -1
- package/_types/actions/parsers/ignore/revoke.d.ts.map +1 -1
- package/_types/actions/parsers/ignore/spam.d.ts.map +1 -1
- package/_types/actions/parsers/income/atomicArbitrage.d.ts.map +1 -1
- package/_types/actions/parsers/income/freeMintNft.d.ts.map +1 -1
- package/_types/actions/parsers/income/income.d.ts.map +1 -1
- package/_types/actions/parsers/repayment/repayment.d.ts.map +1 -1
- package/_types/actions/parsers/repayment/repaymentWithDebt.d.ts.map +1 -1
- package/_types/actions/parsers/replace/replace.d.ts.map +1 -1
- package/_types/actions/parsers/replace/swapNft.d.ts.map +1 -1
- package/_types/actions/parsers/replace/unwrap.d.ts.map +1 -1
- package/_types/actions/parsers/replace/wrap.d.ts.map +1 -1
- package/_types/actions/parsers/trade/buyCrypto.d.ts.map +1 -1
- package/_types/actions/parsers/trade/buyNft.d.ts.map +1 -1
- package/_types/actions/parsers/trade/mintNft.d.ts.map +1 -1
- package/_types/actions/parsers/trade/sellCrypto.d.ts.map +1 -1
- package/_types/actions/parsers/trade/sellNft.d.ts.map +1 -1
- package/_types/actions/parsers/trade/trade.d.ts.map +1 -1
- package/_types/actions/parsers/valuedown/valuedown.d.ts.map +1 -1
- package/_types/actions/parsers/valueup/valueup.d.ts.map +1 -1
- package/_types/actions/parsers/withdraw/removeLiquidity.d.ts.map +1 -1
- package/_types/actions/parsers/withdraw/unstake.d.ts.map +1 -1
- package/_types/actions/parsers/withdraw/withdraw.d.ts.map +1 -1
- package/_types/actions/parsers/withdraw/withdrawWithBond.d.ts.map +1 -1
- package/_types/actions/schemas/action.d.ts +950 -950
- package/_types/actions/schemas/borrow/borrow.d.ts +16 -16
- package/_types/actions/schemas/borrow/borrowWithDebt.d.ts +16 -16
- package/_types/actions/schemas/crossActionBundle.d.ts +40 -40
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +16 -16
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +16 -16
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts +16 -16
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts +16 -16
- package/_types/actions/schemas/default/accountAction.d.ts +18 -18
- package/_types/actions/schemas/default/normalAction.d.ts +18 -18
- package/_types/actions/schemas/deposit/addLiquidity.d.ts +16 -16
- package/_types/actions/schemas/deposit/deposit.d.ts +16 -16
- package/_types/actions/schemas/deposit/depositWithBond.d.ts +16 -16
- package/_types/actions/schemas/deposit/stake.d.ts +16 -16
- package/_types/actions/schemas/fee/fee.d.ts +16 -16
- package/_types/actions/schemas/fee/transactionFee.d.ts +16 -16
- package/_types/actions/schemas/ignore/approve.d.ts +16 -16
- package/_types/actions/schemas/ignore/failTx.d.ts +16 -16
- package/_types/actions/schemas/ignore/ignore.d.ts +8 -8
- package/_types/actions/schemas/ignore/move.d.ts +8 -8
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts +16 -16
- package/_types/actions/schemas/ignore/revoke.d.ts +16 -16
- package/_types/actions/schemas/ignore/sendToCex.d.ts +16 -16
- package/_types/actions/schemas/ignore/spam.d.ts +16 -16
- package/_types/actions/schemas/income/atomicArbitrage.d.ts +16 -16
- package/_types/actions/schemas/income/freeMintNft.d.ts +16 -16
- package/_types/actions/schemas/income/income.d.ts +16 -16
- package/_types/actions/schemas/income/nftRoyalty.d.ts +8 -8
- package/_types/actions/schemas/income/swapIncome.d.ts +8 -8
- package/_types/actions/schemas/reduce/reduce.d.ts +8 -8
- package/_types/actions/schemas/repayment/repayment.d.ts +16 -16
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +16 -16
- package/_types/actions/schemas/replace/replace.d.ts +16 -16
- package/_types/actions/schemas/replace/swapNft.d.ts +16 -16
- package/_types/actions/schemas/replace/unwrap.d.ts +16 -16
- package/_types/actions/schemas/replace/wrap.d.ts +16 -16
- package/_types/actions/schemas/trade/buyCrypto.d.ts +16 -16
- package/_types/actions/schemas/trade/buyNft.d.ts +16 -16
- package/_types/actions/schemas/trade/mintNft.d.ts +16 -16
- package/_types/actions/schemas/trade/sellCrypto.d.ts +16 -16
- package/_types/actions/schemas/trade/sellNft.d.ts +16 -16
- package/_types/actions/schemas/trade/trade.d.ts +16 -16
- package/_types/actions/schemas/transfer/swapTransfer.d.ts +8 -8
- package/_types/actions/schemas/transfer/transfer.d.ts +16 -16
- package/_types/actions/schemas/valuedown/valuedown.d.ts +16 -16
- package/_types/actions/schemas/valueup/valueup.d.ts +16 -16
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +16 -16
- package/_types/actions/schemas/withdraw/unstake.d.ts +16 -16
- package/_types/actions/schemas/withdraw/withdraw.d.ts +16 -16
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +16 -16
- package/_types/actions/types/action.d.ts +17 -1
- package/_types/actions/types/action.d.ts.map +1 -1
- package/_types/actions/types/index.d.ts +1 -1
- package/_types/actions/types/index.d.ts.map +1 -1
- package/_types/actions/utils.d.ts +3 -0
- package/_types/actions/utils.d.ts.map +1 -1
- package/_types/apps/schemas.d.ts +4 -4
- package/_types/index.d.ts +2 -2
- package/_types/index.d.ts.map +1 -1
- package/actions/index.ts +4 -0
- package/actions/parsers/borrow/borrow.ts +1 -0
- package/actions/parsers/borrow/borrowWithDebt.ts +1 -0
- package/actions/parsers/crossReplace/bridgeFrom.ts +1 -0
- package/actions/parsers/crossReplace/bridgeTo.ts +1 -0
- package/actions/parsers/crossReplace/crossReplace.ts +1 -0
- package/actions/parsers/crossTrade/crossTrade.ts +1 -0
- package/actions/parsers/deposit/addLiquidity.ts +1 -0
- package/actions/parsers/deposit/deposit.ts +1 -0
- package/actions/parsers/deposit/depositWithBond.ts +1 -0
- package/actions/parsers/deposit/stake.ts +1 -0
- package/actions/parsers/fee/fee.ts +2 -0
- package/actions/parsers/fee/transactionFee.ts +1 -0
- package/actions/parsers/ignore/approve.ts +1 -0
- package/actions/parsers/ignore/failTx.ts +1 -0
- package/actions/parsers/ignore/revoke.ts +1 -0
- package/actions/parsers/ignore/spam.ts +1 -0
- package/actions/parsers/income/atomicArbitrage.ts +3 -0
- package/actions/parsers/income/freeMintNft.ts +1 -0
- package/actions/parsers/income/income.ts +1 -0
- package/actions/parsers/repayment/repayment.ts +1 -0
- package/actions/parsers/repayment/repaymentWithDebt.ts +1 -0
- package/actions/parsers/replace/replace.ts +1 -0
- package/actions/parsers/replace/swapNft.ts +1 -0
- package/actions/parsers/replace/unwrap.ts +1 -0
- package/actions/parsers/replace/wrap.ts +1 -0
- package/actions/parsers/trade/buyCrypto.ts +2 -0
- package/actions/parsers/trade/buyNft.ts +5 -0
- package/actions/parsers/trade/mintNft.ts +3 -0
- package/actions/parsers/trade/sellCrypto.ts +2 -0
- package/actions/parsers/trade/sellNft.ts +5 -0
- package/actions/parsers/trade/trade.ts +8 -0
- package/actions/parsers/valuedown/valuedown.ts +1 -0
- package/actions/parsers/valueup/valueup.ts +1 -0
- package/actions/parsers/withdraw/removeLiquidity.ts +1 -0
- package/actions/parsers/withdraw/unstake.ts +1 -0
- package/actions/parsers/withdraw/withdraw.ts +1 -0
- package/actions/parsers/withdraw/withdrawWithBond.ts +1 -0
- package/actions/types/action.ts +26 -1
- package/actions/types/index.ts +2 -0
- package/actions/utils.ts +1951 -0
- package/index.ts +4 -0
- package/package.json +1 -1
|
@@ -13,15 +13,15 @@ export declare const normalActionWrapSchema: z.ZodEffects<z.ZodObject<{
|
|
|
13
13
|
icon: z.ZodOptional<z.ZodString>;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
15
|
id: string;
|
|
16
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
17
16
|
name: string;
|
|
17
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
18
18
|
description?: string | undefined;
|
|
19
19
|
website?: string | undefined;
|
|
20
20
|
icon?: string | undefined;
|
|
21
21
|
}, {
|
|
22
22
|
id: string;
|
|
23
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
24
23
|
name: string;
|
|
24
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
25
25
|
description?: string | undefined;
|
|
26
26
|
website?: string | undefined;
|
|
27
27
|
icon?: string | undefined;
|
|
@@ -30,12 +30,12 @@ export declare const normalActionWrapSchema: z.ZodEffects<z.ZodObject<{
|
|
|
30
30
|
website: string | undefined;
|
|
31
31
|
icon: string | undefined;
|
|
32
32
|
id: string;
|
|
33
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
34
33
|
name: string;
|
|
34
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
35
35
|
}, {
|
|
36
36
|
id: string;
|
|
37
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
38
37
|
name: string;
|
|
38
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
39
39
|
description?: string | undefined;
|
|
40
40
|
website?: string | undefined;
|
|
41
41
|
icon?: string | undefined;
|
|
@@ -666,8 +666,8 @@ export declare const normalActionWrapSchema: z.ZodEffects<z.ZodObject<{
|
|
|
666
666
|
website: string | undefined;
|
|
667
667
|
icon: string | undefined;
|
|
668
668
|
id: string;
|
|
669
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
670
669
|
name: string;
|
|
670
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
671
671
|
} | undefined;
|
|
672
672
|
}, {
|
|
673
673
|
type: "NormalAction";
|
|
@@ -742,8 +742,8 @@ export declare const normalActionWrapSchema: z.ZodEffects<z.ZodObject<{
|
|
|
742
742
|
comment?: string | undefined;
|
|
743
743
|
app?: {
|
|
744
744
|
id: string;
|
|
745
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
746
745
|
name: string;
|
|
746
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
747
747
|
description?: string | undefined;
|
|
748
748
|
website?: string | undefined;
|
|
749
749
|
icon?: string | undefined;
|
|
@@ -755,8 +755,8 @@ export declare const normalActionWrapSchema: z.ZodEffects<z.ZodObject<{
|
|
|
755
755
|
website: string | undefined;
|
|
756
756
|
icon: string | undefined;
|
|
757
757
|
id: string;
|
|
758
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
759
758
|
name: string;
|
|
759
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
760
760
|
} | undefined;
|
|
761
761
|
type: "NormalAction";
|
|
762
762
|
timestamp: number;
|
|
@@ -900,8 +900,8 @@ export declare const normalActionWrapSchema: z.ZodEffects<z.ZodObject<{
|
|
|
900
900
|
comment?: string | undefined;
|
|
901
901
|
app?: {
|
|
902
902
|
id: string;
|
|
903
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
904
903
|
name: string;
|
|
904
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
905
905
|
description?: string | undefined;
|
|
906
906
|
website?: string | undefined;
|
|
907
907
|
icon?: string | undefined;
|
|
@@ -923,15 +923,15 @@ export declare const accountActionWrapSchema: z.ZodEffects<z.ZodObject<{
|
|
|
923
923
|
icon: z.ZodOptional<z.ZodString>;
|
|
924
924
|
}, "strip", z.ZodTypeAny, {
|
|
925
925
|
id: string;
|
|
926
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
927
926
|
name: string;
|
|
927
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
928
928
|
description?: string | undefined;
|
|
929
929
|
website?: string | undefined;
|
|
930
930
|
icon?: string | undefined;
|
|
931
931
|
}, {
|
|
932
932
|
id: string;
|
|
933
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
934
933
|
name: string;
|
|
934
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
935
935
|
description?: string | undefined;
|
|
936
936
|
website?: string | undefined;
|
|
937
937
|
icon?: string | undefined;
|
|
@@ -940,12 +940,12 @@ export declare const accountActionWrapSchema: z.ZodEffects<z.ZodObject<{
|
|
|
940
940
|
website: string | undefined;
|
|
941
941
|
icon: string | undefined;
|
|
942
942
|
id: string;
|
|
943
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
944
943
|
name: string;
|
|
944
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
945
945
|
}, {
|
|
946
946
|
id: string;
|
|
947
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
948
947
|
name: string;
|
|
948
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
949
949
|
description?: string | undefined;
|
|
950
950
|
website?: string | undefined;
|
|
951
951
|
icon?: string | undefined;
|
|
@@ -1578,8 +1578,8 @@ export declare const accountActionWrapSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1578
1578
|
website: string | undefined;
|
|
1579
1579
|
icon: string | undefined;
|
|
1580
1580
|
id: string;
|
|
1581
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1582
1581
|
name: string;
|
|
1582
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1583
1583
|
} | undefined;
|
|
1584
1584
|
}, {
|
|
1585
1585
|
type: "NormalAccountAction";
|
|
@@ -1656,8 +1656,8 @@ export declare const accountActionWrapSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1656
1656
|
comment?: string | undefined;
|
|
1657
1657
|
app?: {
|
|
1658
1658
|
id: string;
|
|
1659
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1660
1659
|
name: string;
|
|
1660
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1661
1661
|
description?: string | undefined;
|
|
1662
1662
|
website?: string | undefined;
|
|
1663
1663
|
icon?: string | undefined;
|
|
@@ -1669,8 +1669,8 @@ export declare const accountActionWrapSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1669
1669
|
website: string | undefined;
|
|
1670
1670
|
icon: string | undefined;
|
|
1671
1671
|
id: string;
|
|
1672
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1673
1672
|
name: string;
|
|
1673
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1674
1674
|
} | undefined;
|
|
1675
1675
|
type: "NormalAccountAction";
|
|
1676
1676
|
timestamp: number;
|
|
@@ -1818,8 +1818,8 @@ export declare const accountActionWrapSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1818
1818
|
comment?: string | undefined;
|
|
1819
1819
|
app?: {
|
|
1820
1820
|
id: string;
|
|
1821
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1822
1821
|
name: string;
|
|
1822
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1823
1823
|
description?: string | undefined;
|
|
1824
1824
|
website?: string | undefined;
|
|
1825
1825
|
icon?: string | undefined;
|
|
@@ -13,15 +13,15 @@ export declare const normalActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
13
13
|
icon: z.ZodOptional<z.ZodString>;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
15
|
id: string;
|
|
16
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
17
16
|
name: string;
|
|
17
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
18
18
|
description?: string | undefined;
|
|
19
19
|
website?: string | undefined;
|
|
20
20
|
icon?: string | undefined;
|
|
21
21
|
}, {
|
|
22
22
|
id: string;
|
|
23
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
24
23
|
name: string;
|
|
24
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
25
25
|
description?: string | undefined;
|
|
26
26
|
website?: string | undefined;
|
|
27
27
|
icon?: string | undefined;
|
|
@@ -30,12 +30,12 @@ export declare const normalActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
30
30
|
website: string | undefined;
|
|
31
31
|
icon: string | undefined;
|
|
32
32
|
id: string;
|
|
33
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
34
33
|
name: string;
|
|
34
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
35
35
|
}, {
|
|
36
36
|
id: string;
|
|
37
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
38
37
|
name: string;
|
|
38
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
39
39
|
description?: string | undefined;
|
|
40
40
|
website?: string | undefined;
|
|
41
41
|
icon?: string | undefined;
|
|
@@ -556,8 +556,8 @@ export declare const normalActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
556
556
|
website: string | undefined;
|
|
557
557
|
icon: string | undefined;
|
|
558
558
|
id: string;
|
|
559
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
560
559
|
name: string;
|
|
560
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
561
561
|
} | undefined;
|
|
562
562
|
}, {
|
|
563
563
|
type: "NormalAction";
|
|
@@ -624,8 +624,8 @@ export declare const normalActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
624
624
|
comment?: string | undefined;
|
|
625
625
|
app?: {
|
|
626
626
|
id: string;
|
|
627
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
628
627
|
name: string;
|
|
628
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
629
629
|
description?: string | undefined;
|
|
630
630
|
website?: string | undefined;
|
|
631
631
|
icon?: string | undefined;
|
|
@@ -637,8 +637,8 @@ export declare const normalActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
637
637
|
website: string | undefined;
|
|
638
638
|
icon: string | undefined;
|
|
639
639
|
id: string;
|
|
640
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
641
640
|
name: string;
|
|
641
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
642
642
|
} | undefined;
|
|
643
643
|
type: "NormalAction";
|
|
644
644
|
timestamp: number;
|
|
@@ -766,8 +766,8 @@ export declare const normalActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
766
766
|
comment?: string | undefined;
|
|
767
767
|
app?: {
|
|
768
768
|
id: string;
|
|
769
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
770
769
|
name: string;
|
|
770
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
771
771
|
description?: string | undefined;
|
|
772
772
|
website?: string | undefined;
|
|
773
773
|
icon?: string | undefined;
|
|
@@ -789,15 +789,15 @@ export declare const accountActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
789
789
|
icon: z.ZodOptional<z.ZodString>;
|
|
790
790
|
}, "strip", z.ZodTypeAny, {
|
|
791
791
|
id: string;
|
|
792
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
793
792
|
name: string;
|
|
793
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
794
794
|
description?: string | undefined;
|
|
795
795
|
website?: string | undefined;
|
|
796
796
|
icon?: string | undefined;
|
|
797
797
|
}, {
|
|
798
798
|
id: string;
|
|
799
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
800
799
|
name: string;
|
|
800
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
801
801
|
description?: string | undefined;
|
|
802
802
|
website?: string | undefined;
|
|
803
803
|
icon?: string | undefined;
|
|
@@ -806,12 +806,12 @@ export declare const accountActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
806
806
|
website: string | undefined;
|
|
807
807
|
icon: string | undefined;
|
|
808
808
|
id: string;
|
|
809
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
810
809
|
name: string;
|
|
810
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
811
811
|
}, {
|
|
812
812
|
id: string;
|
|
813
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
814
813
|
name: string;
|
|
814
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
815
815
|
description?: string | undefined;
|
|
816
816
|
website?: string | undefined;
|
|
817
817
|
icon?: string | undefined;
|
|
@@ -1334,8 +1334,8 @@ export declare const accountActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1334
1334
|
website: string | undefined;
|
|
1335
1335
|
icon: string | undefined;
|
|
1336
1336
|
id: string;
|
|
1337
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1338
1337
|
name: string;
|
|
1338
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1339
1339
|
} | undefined;
|
|
1340
1340
|
}, {
|
|
1341
1341
|
type: "NormalAccountAction";
|
|
@@ -1404,8 +1404,8 @@ export declare const accountActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1404
1404
|
comment?: string | undefined;
|
|
1405
1405
|
app?: {
|
|
1406
1406
|
id: string;
|
|
1407
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1408
1407
|
name: string;
|
|
1408
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1409
1409
|
description?: string | undefined;
|
|
1410
1410
|
website?: string | undefined;
|
|
1411
1411
|
icon?: string | undefined;
|
|
@@ -1417,8 +1417,8 @@ export declare const accountActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1417
1417
|
website: string | undefined;
|
|
1418
1418
|
icon: string | undefined;
|
|
1419
1419
|
id: string;
|
|
1420
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1421
1420
|
name: string;
|
|
1421
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1422
1422
|
} | undefined;
|
|
1423
1423
|
type: "NormalAccountAction";
|
|
1424
1424
|
timestamp: number;
|
|
@@ -1550,8 +1550,8 @@ export declare const accountActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1550
1550
|
comment?: string | undefined;
|
|
1551
1551
|
app?: {
|
|
1552
1552
|
id: string;
|
|
1553
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1554
1553
|
name: string;
|
|
1554
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1555
1555
|
description?: string | undefined;
|
|
1556
1556
|
website?: string | undefined;
|
|
1557
1557
|
icon?: string | undefined;
|
|
@@ -13,15 +13,15 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
13
13
|
icon: z.ZodOptional<z.ZodString>;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
15
|
id: string;
|
|
16
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
17
16
|
name: string;
|
|
17
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
18
18
|
description?: string | undefined;
|
|
19
19
|
website?: string | undefined;
|
|
20
20
|
icon?: string | undefined;
|
|
21
21
|
}, {
|
|
22
22
|
id: string;
|
|
23
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
24
23
|
name: string;
|
|
24
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
25
25
|
description?: string | undefined;
|
|
26
26
|
website?: string | undefined;
|
|
27
27
|
icon?: string | undefined;
|
|
@@ -30,12 +30,12 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
30
30
|
website: string | undefined;
|
|
31
31
|
icon: string | undefined;
|
|
32
32
|
id: string;
|
|
33
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
34
33
|
name: string;
|
|
34
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
35
35
|
}, {
|
|
36
36
|
id: string;
|
|
37
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
38
37
|
name: string;
|
|
38
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
39
39
|
description?: string | undefined;
|
|
40
40
|
website?: string | undefined;
|
|
41
41
|
icon?: string | undefined;
|
|
@@ -716,8 +716,8 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
716
716
|
website: string | undefined;
|
|
717
717
|
icon: string | undefined;
|
|
718
718
|
id: string;
|
|
719
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
720
719
|
name: string;
|
|
720
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
721
721
|
} | undefined;
|
|
722
722
|
}, {
|
|
723
723
|
type: "NormalAction";
|
|
@@ -805,8 +805,8 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
805
805
|
comment?: string | undefined;
|
|
806
806
|
app?: {
|
|
807
807
|
id: string;
|
|
808
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
809
808
|
name: string;
|
|
809
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
810
810
|
description?: string | undefined;
|
|
811
811
|
website?: string | undefined;
|
|
812
812
|
icon?: string | undefined;
|
|
@@ -818,8 +818,8 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
818
818
|
website: string | undefined;
|
|
819
819
|
icon: string | undefined;
|
|
820
820
|
id: string;
|
|
821
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
822
821
|
name: string;
|
|
822
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
823
823
|
} | undefined;
|
|
824
824
|
type: "NormalAction";
|
|
825
825
|
timestamp: number;
|
|
@@ -989,8 +989,8 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
989
989
|
comment?: string | undefined;
|
|
990
990
|
app?: {
|
|
991
991
|
id: string;
|
|
992
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
993
992
|
name: string;
|
|
993
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
994
994
|
description?: string | undefined;
|
|
995
995
|
website?: string | undefined;
|
|
996
996
|
icon?: string | undefined;
|
|
@@ -1012,15 +1012,15 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1012
1012
|
icon: z.ZodOptional<z.ZodString>;
|
|
1013
1013
|
}, "strip", z.ZodTypeAny, {
|
|
1014
1014
|
id: string;
|
|
1015
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1016
1015
|
name: string;
|
|
1016
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1017
1017
|
description?: string | undefined;
|
|
1018
1018
|
website?: string | undefined;
|
|
1019
1019
|
icon?: string | undefined;
|
|
1020
1020
|
}, {
|
|
1021
1021
|
id: string;
|
|
1022
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1023
1022
|
name: string;
|
|
1023
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1024
1024
|
description?: string | undefined;
|
|
1025
1025
|
website?: string | undefined;
|
|
1026
1026
|
icon?: string | undefined;
|
|
@@ -1029,12 +1029,12 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1029
1029
|
website: string | undefined;
|
|
1030
1030
|
icon: string | undefined;
|
|
1031
1031
|
id: string;
|
|
1032
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1033
1032
|
name: string;
|
|
1033
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1034
1034
|
}, {
|
|
1035
1035
|
id: string;
|
|
1036
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1037
1036
|
name: string;
|
|
1037
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1038
1038
|
description?: string | undefined;
|
|
1039
1039
|
website?: string | undefined;
|
|
1040
1040
|
icon?: string | undefined;
|
|
@@ -1717,8 +1717,8 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1717
1717
|
website: string | undefined;
|
|
1718
1718
|
icon: string | undefined;
|
|
1719
1719
|
id: string;
|
|
1720
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1721
1720
|
name: string;
|
|
1721
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1722
1722
|
} | undefined;
|
|
1723
1723
|
}, {
|
|
1724
1724
|
type: "NormalAccountAction";
|
|
@@ -1808,8 +1808,8 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1808
1808
|
comment?: string | undefined;
|
|
1809
1809
|
app?: {
|
|
1810
1810
|
id: string;
|
|
1811
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1812
1811
|
name: string;
|
|
1812
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1813
1813
|
description?: string | undefined;
|
|
1814
1814
|
website?: string | undefined;
|
|
1815
1815
|
icon?: string | undefined;
|
|
@@ -1821,8 +1821,8 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1821
1821
|
website: string | undefined;
|
|
1822
1822
|
icon: string | undefined;
|
|
1823
1823
|
id: string;
|
|
1824
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1825
1824
|
name: string;
|
|
1825
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1826
1826
|
} | undefined;
|
|
1827
1827
|
type: "NormalAccountAction";
|
|
1828
1828
|
timestamp: number;
|
|
@@ -1996,8 +1996,8 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1996
1996
|
comment?: string | undefined;
|
|
1997
1997
|
app?: {
|
|
1998
1998
|
id: string;
|
|
1999
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2000
1999
|
name: string;
|
|
2000
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2001
2001
|
description?: string | undefined;
|
|
2002
2002
|
website?: string | undefined;
|
|
2003
2003
|
icon?: string | undefined;
|
|
@@ -13,15 +13,15 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
13
13
|
icon: z.ZodOptional<z.ZodString>;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
15
|
id: string;
|
|
16
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
17
16
|
name: string;
|
|
17
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
18
18
|
description?: string | undefined;
|
|
19
19
|
website?: string | undefined;
|
|
20
20
|
icon?: string | undefined;
|
|
21
21
|
}, {
|
|
22
22
|
id: string;
|
|
23
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
24
23
|
name: string;
|
|
24
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
25
25
|
description?: string | undefined;
|
|
26
26
|
website?: string | undefined;
|
|
27
27
|
icon?: string | undefined;
|
|
@@ -30,12 +30,12 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
30
30
|
website: string | undefined;
|
|
31
31
|
icon: string | undefined;
|
|
32
32
|
id: string;
|
|
33
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
34
33
|
name: string;
|
|
34
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
35
35
|
}, {
|
|
36
36
|
id: string;
|
|
37
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
38
37
|
name: string;
|
|
38
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
39
39
|
description?: string | undefined;
|
|
40
40
|
website?: string | undefined;
|
|
41
41
|
icon?: string | undefined;
|
|
@@ -716,8 +716,8 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
716
716
|
website: string | undefined;
|
|
717
717
|
icon: string | undefined;
|
|
718
718
|
id: string;
|
|
719
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
720
719
|
name: string;
|
|
720
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
721
721
|
} | undefined;
|
|
722
722
|
}, {
|
|
723
723
|
type: "NormalAction";
|
|
@@ -805,8 +805,8 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
805
805
|
comment?: string | undefined;
|
|
806
806
|
app?: {
|
|
807
807
|
id: string;
|
|
808
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
809
808
|
name: string;
|
|
809
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
810
810
|
description?: string | undefined;
|
|
811
811
|
website?: string | undefined;
|
|
812
812
|
icon?: string | undefined;
|
|
@@ -818,8 +818,8 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
818
818
|
website: string | undefined;
|
|
819
819
|
icon: string | undefined;
|
|
820
820
|
id: string;
|
|
821
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
822
821
|
name: string;
|
|
822
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
823
823
|
} | undefined;
|
|
824
824
|
type: "NormalAction";
|
|
825
825
|
timestamp: number;
|
|
@@ -989,8 +989,8 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
989
989
|
comment?: string | undefined;
|
|
990
990
|
app?: {
|
|
991
991
|
id: string;
|
|
992
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
993
992
|
name: string;
|
|
993
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
994
994
|
description?: string | undefined;
|
|
995
995
|
website?: string | undefined;
|
|
996
996
|
icon?: string | undefined;
|
|
@@ -1012,15 +1012,15 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1012
1012
|
icon: z.ZodOptional<z.ZodString>;
|
|
1013
1013
|
}, "strip", z.ZodTypeAny, {
|
|
1014
1014
|
id: string;
|
|
1015
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1016
1015
|
name: string;
|
|
1016
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1017
1017
|
description?: string | undefined;
|
|
1018
1018
|
website?: string | undefined;
|
|
1019
1019
|
icon?: string | undefined;
|
|
1020
1020
|
}, {
|
|
1021
1021
|
id: string;
|
|
1022
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1023
1022
|
name: string;
|
|
1023
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1024
1024
|
description?: string | undefined;
|
|
1025
1025
|
website?: string | undefined;
|
|
1026
1026
|
icon?: string | undefined;
|
|
@@ -1029,12 +1029,12 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1029
1029
|
website: string | undefined;
|
|
1030
1030
|
icon: string | undefined;
|
|
1031
1031
|
id: string;
|
|
1032
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1033
1032
|
name: string;
|
|
1033
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1034
1034
|
}, {
|
|
1035
1035
|
id: string;
|
|
1036
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1037
1036
|
name: string;
|
|
1037
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1038
1038
|
description?: string | undefined;
|
|
1039
1039
|
website?: string | undefined;
|
|
1040
1040
|
icon?: string | undefined;
|
|
@@ -1717,8 +1717,8 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1717
1717
|
website: string | undefined;
|
|
1718
1718
|
icon: string | undefined;
|
|
1719
1719
|
id: string;
|
|
1720
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1721
1720
|
name: string;
|
|
1721
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1722
1722
|
} | undefined;
|
|
1723
1723
|
}, {
|
|
1724
1724
|
type: "NormalAccountAction";
|
|
@@ -1808,8 +1808,8 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1808
1808
|
comment?: string | undefined;
|
|
1809
1809
|
app?: {
|
|
1810
1810
|
id: string;
|
|
1811
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1812
1811
|
name: string;
|
|
1812
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1813
1813
|
description?: string | undefined;
|
|
1814
1814
|
website?: string | undefined;
|
|
1815
1815
|
icon?: string | undefined;
|
|
@@ -1821,8 +1821,8 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1821
1821
|
website: string | undefined;
|
|
1822
1822
|
icon: string | undefined;
|
|
1823
1823
|
id: string;
|
|
1824
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1825
1824
|
name: string;
|
|
1825
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1826
1826
|
} | undefined;
|
|
1827
1827
|
type: "NormalAccountAction";
|
|
1828
1828
|
timestamp: number;
|
|
@@ -1996,8 +1996,8 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1996
1996
|
comment?: string | undefined;
|
|
1997
1997
|
app?: {
|
|
1998
1998
|
id: string;
|
|
1999
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2000
1999
|
name: string;
|
|
2000
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2001
2001
|
description?: string | undefined;
|
|
2002
2002
|
website?: string | undefined;
|
|
2003
2003
|
icon?: string | undefined;
|