@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 normalActionFailTxSchema: 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 normalActionFailTxSchema: 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;
|
|
@@ -54,8 +54,8 @@ export declare const normalActionFailTxSchema: z.ZodEffects<z.ZodObject<{
|
|
|
54
54
|
website: string | undefined;
|
|
55
55
|
icon: string | undefined;
|
|
56
56
|
id: string;
|
|
57
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
58
57
|
name: string;
|
|
58
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
59
59
|
} | undefined;
|
|
60
60
|
}, {
|
|
61
61
|
type: "NormalAction";
|
|
@@ -66,8 +66,8 @@ export declare const normalActionFailTxSchema: z.ZodEffects<z.ZodObject<{
|
|
|
66
66
|
comment?: string | undefined;
|
|
67
67
|
app?: {
|
|
68
68
|
id: string;
|
|
69
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
70
69
|
name: string;
|
|
70
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
71
71
|
description?: string | undefined;
|
|
72
72
|
website?: string | undefined;
|
|
73
73
|
icon?: string | undefined;
|
|
@@ -79,8 +79,8 @@ export declare const normalActionFailTxSchema: z.ZodEffects<z.ZodObject<{
|
|
|
79
79
|
website: string | undefined;
|
|
80
80
|
icon: string | undefined;
|
|
81
81
|
id: string;
|
|
82
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
83
82
|
name: string;
|
|
83
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
84
84
|
} | undefined;
|
|
85
85
|
type: "NormalAction";
|
|
86
86
|
timestamp: number;
|
|
@@ -96,8 +96,8 @@ export declare const normalActionFailTxSchema: z.ZodEffects<z.ZodObject<{
|
|
|
96
96
|
comment?: string | undefined;
|
|
97
97
|
app?: {
|
|
98
98
|
id: string;
|
|
99
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
100
99
|
name: string;
|
|
100
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
101
101
|
description?: string | undefined;
|
|
102
102
|
website?: string | undefined;
|
|
103
103
|
icon?: string | undefined;
|
|
@@ -119,15 +119,15 @@ export declare const accountActionFailTxSchema: z.ZodEffects<z.ZodObject<{
|
|
|
119
119
|
icon: z.ZodOptional<z.ZodString>;
|
|
120
120
|
}, "strip", z.ZodTypeAny, {
|
|
121
121
|
id: string;
|
|
122
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
123
122
|
name: string;
|
|
123
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
124
124
|
description?: string | undefined;
|
|
125
125
|
website?: string | undefined;
|
|
126
126
|
icon?: string | undefined;
|
|
127
127
|
}, {
|
|
128
128
|
id: string;
|
|
129
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
130
129
|
name: string;
|
|
130
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
131
131
|
description?: string | undefined;
|
|
132
132
|
website?: string | undefined;
|
|
133
133
|
icon?: string | undefined;
|
|
@@ -136,12 +136,12 @@ export declare const accountActionFailTxSchema: z.ZodEffects<z.ZodObject<{
|
|
|
136
136
|
website: string | undefined;
|
|
137
137
|
icon: string | undefined;
|
|
138
138
|
id: string;
|
|
139
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
140
139
|
name: string;
|
|
140
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
141
141
|
}, {
|
|
142
142
|
id: string;
|
|
143
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
144
143
|
name: string;
|
|
144
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
145
145
|
description?: string | undefined;
|
|
146
146
|
website?: string | undefined;
|
|
147
147
|
icon?: string | undefined;
|
|
@@ -162,8 +162,8 @@ export declare const accountActionFailTxSchema: z.ZodEffects<z.ZodObject<{
|
|
|
162
162
|
website: string | undefined;
|
|
163
163
|
icon: string | undefined;
|
|
164
164
|
id: string;
|
|
165
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
166
165
|
name: string;
|
|
166
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
167
167
|
} | undefined;
|
|
168
168
|
}, {
|
|
169
169
|
type: "NormalAccountAction";
|
|
@@ -176,8 +176,8 @@ export declare const accountActionFailTxSchema: z.ZodEffects<z.ZodObject<{
|
|
|
176
176
|
comment?: string | undefined;
|
|
177
177
|
app?: {
|
|
178
178
|
id: string;
|
|
179
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
180
179
|
name: string;
|
|
180
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
181
181
|
description?: string | undefined;
|
|
182
182
|
website?: string | undefined;
|
|
183
183
|
icon?: string | undefined;
|
|
@@ -189,8 +189,8 @@ export declare const accountActionFailTxSchema: z.ZodEffects<z.ZodObject<{
|
|
|
189
189
|
website: string | undefined;
|
|
190
190
|
icon: string | undefined;
|
|
191
191
|
id: string;
|
|
192
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
193
192
|
name: string;
|
|
193
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
194
194
|
} | undefined;
|
|
195
195
|
type: "NormalAccountAction";
|
|
196
196
|
timestamp: number;
|
|
@@ -210,8 +210,8 @@ export declare const accountActionFailTxSchema: z.ZodEffects<z.ZodObject<{
|
|
|
210
210
|
comment?: string | undefined;
|
|
211
211
|
app?: {
|
|
212
212
|
id: string;
|
|
213
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
214
213
|
name: string;
|
|
214
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
215
215
|
description?: string | undefined;
|
|
216
216
|
website?: string | undefined;
|
|
217
217
|
icon?: string | undefined;
|
|
@@ -15,15 +15,15 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
|
|
|
15
15
|
icon: z.ZodOptional<z.ZodString>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
17
|
id: string;
|
|
18
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
19
18
|
name: string;
|
|
19
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
20
20
|
description?: string | undefined;
|
|
21
21
|
website?: string | undefined;
|
|
22
22
|
icon?: string | undefined;
|
|
23
23
|
}, {
|
|
24
24
|
id: string;
|
|
25
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
26
25
|
name: string;
|
|
26
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
27
27
|
description?: string | undefined;
|
|
28
28
|
website?: string | undefined;
|
|
29
29
|
icon?: string | undefined;
|
|
@@ -32,12 +32,12 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
|
|
|
32
32
|
website: string | undefined;
|
|
33
33
|
icon: string | undefined;
|
|
34
34
|
id: string;
|
|
35
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
36
35
|
name: string;
|
|
36
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
37
37
|
}, {
|
|
38
38
|
id: string;
|
|
39
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
40
39
|
name: string;
|
|
40
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
41
41
|
description?: string | undefined;
|
|
42
42
|
website?: string | undefined;
|
|
43
43
|
icon?: string | undefined;
|
|
@@ -1228,8 +1228,8 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1228
1228
|
website: string | undefined;
|
|
1229
1229
|
icon: string | undefined;
|
|
1230
1230
|
id: string;
|
|
1231
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1232
1231
|
name: string;
|
|
1232
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1233
1233
|
} | undefined;
|
|
1234
1234
|
}, {
|
|
1235
1235
|
type: "NormalAccountAction";
|
|
@@ -1365,8 +1365,8 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1365
1365
|
comment?: string | undefined;
|
|
1366
1366
|
app?: {
|
|
1367
1367
|
id: string;
|
|
1368
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1369
1368
|
name: string;
|
|
1369
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1370
1370
|
description?: string | undefined;
|
|
1371
1371
|
website?: string | undefined;
|
|
1372
1372
|
icon?: string | undefined;
|
|
@@ -1378,8 +1378,8 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1378
1378
|
website: string | undefined;
|
|
1379
1379
|
icon: string | undefined;
|
|
1380
1380
|
id: string;
|
|
1381
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1382
1381
|
name: string;
|
|
1382
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1383
1383
|
} | undefined;
|
|
1384
1384
|
type: "NormalAccountAction";
|
|
1385
1385
|
timestamp: number;
|
|
@@ -1645,8 +1645,8 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1645
1645
|
comment?: string | undefined;
|
|
1646
1646
|
app?: {
|
|
1647
1647
|
id: string;
|
|
1648
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1649
1648
|
name: string;
|
|
1649
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1650
1650
|
description?: string | undefined;
|
|
1651
1651
|
website?: string | undefined;
|
|
1652
1652
|
icon?: string | undefined;
|
|
@@ -15,15 +15,15 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
15
15
|
icon: z.ZodOptional<z.ZodString>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
17
|
id: string;
|
|
18
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
19
18
|
name: string;
|
|
19
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
20
20
|
description?: string | undefined;
|
|
21
21
|
website?: string | undefined;
|
|
22
22
|
icon?: string | undefined;
|
|
23
23
|
}, {
|
|
24
24
|
id: string;
|
|
25
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
26
25
|
name: string;
|
|
26
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
27
27
|
description?: string | undefined;
|
|
28
28
|
website?: string | undefined;
|
|
29
29
|
icon?: string | undefined;
|
|
@@ -32,12 +32,12 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
32
32
|
website: string | undefined;
|
|
33
33
|
icon: string | undefined;
|
|
34
34
|
id: string;
|
|
35
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
36
35
|
name: string;
|
|
36
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
37
37
|
}, {
|
|
38
38
|
id: string;
|
|
39
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
40
39
|
name: string;
|
|
40
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
41
41
|
description?: string | undefined;
|
|
42
42
|
website?: string | undefined;
|
|
43
43
|
icon?: string | undefined;
|
|
@@ -1228,8 +1228,8 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1228
1228
|
website: string | undefined;
|
|
1229
1229
|
icon: string | undefined;
|
|
1230
1230
|
id: string;
|
|
1231
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1232
1231
|
name: string;
|
|
1232
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1233
1233
|
} | undefined;
|
|
1234
1234
|
}, {
|
|
1235
1235
|
type: "NormalAccountAction";
|
|
@@ -1365,8 +1365,8 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1365
1365
|
comment?: string | undefined;
|
|
1366
1366
|
app?: {
|
|
1367
1367
|
id: string;
|
|
1368
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1369
1368
|
name: string;
|
|
1369
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1370
1370
|
description?: string | undefined;
|
|
1371
1371
|
website?: string | undefined;
|
|
1372
1372
|
icon?: string | undefined;
|
|
@@ -1378,8 +1378,8 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1378
1378
|
website: string | undefined;
|
|
1379
1379
|
icon: string | undefined;
|
|
1380
1380
|
id: string;
|
|
1381
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1382
1381
|
name: string;
|
|
1382
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1383
1383
|
} | undefined;
|
|
1384
1384
|
type: "NormalAccountAction";
|
|
1385
1385
|
timestamp: number;
|
|
@@ -1645,8 +1645,8 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1645
1645
|
comment?: string | undefined;
|
|
1646
1646
|
app?: {
|
|
1647
1647
|
id: string;
|
|
1648
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1649
1648
|
name: string;
|
|
1649
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1650
1650
|
description?: string | undefined;
|
|
1651
1651
|
website?: string | undefined;
|
|
1652
1652
|
icon?: string | undefined;
|
|
@@ -13,15 +13,15 @@ export declare const normalActionReceiveFromCexSchema: 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 normalActionReceiveFromCexSchema: 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;
|
|
@@ -520,8 +520,8 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
520
520
|
website: string | undefined;
|
|
521
521
|
icon: string | undefined;
|
|
522
522
|
id: string;
|
|
523
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
524
523
|
name: string;
|
|
524
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
525
525
|
} | undefined;
|
|
526
526
|
}, {
|
|
527
527
|
type: "NormalAction";
|
|
@@ -585,8 +585,8 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
585
585
|
comment?: string | undefined;
|
|
586
586
|
app?: {
|
|
587
587
|
id: string;
|
|
588
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
589
588
|
name: string;
|
|
589
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
590
590
|
description?: string | undefined;
|
|
591
591
|
website?: string | undefined;
|
|
592
592
|
icon?: string | undefined;
|
|
@@ -598,8 +598,8 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
598
598
|
website: string | undefined;
|
|
599
599
|
icon: string | undefined;
|
|
600
600
|
id: string;
|
|
601
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
602
601
|
name: string;
|
|
602
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
603
603
|
} | undefined;
|
|
604
604
|
type: "NormalAction";
|
|
605
605
|
timestamp: number;
|
|
@@ -721,8 +721,8 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
721
721
|
comment?: string | undefined;
|
|
722
722
|
app?: {
|
|
723
723
|
id: string;
|
|
724
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
725
724
|
name: string;
|
|
725
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
726
726
|
description?: string | undefined;
|
|
727
727
|
website?: string | undefined;
|
|
728
728
|
icon?: string | undefined;
|
|
@@ -744,15 +744,15 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
744
744
|
icon: z.ZodOptional<z.ZodString>;
|
|
745
745
|
}, "strip", z.ZodTypeAny, {
|
|
746
746
|
id: string;
|
|
747
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
748
747
|
name: string;
|
|
748
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
749
749
|
description?: string | undefined;
|
|
750
750
|
website?: string | undefined;
|
|
751
751
|
icon?: string | undefined;
|
|
752
752
|
}, {
|
|
753
753
|
id: string;
|
|
754
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
755
754
|
name: string;
|
|
755
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
756
756
|
description?: string | undefined;
|
|
757
757
|
website?: string | undefined;
|
|
758
758
|
icon?: string | undefined;
|
|
@@ -761,12 +761,12 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
761
761
|
website: string | undefined;
|
|
762
762
|
icon: string | undefined;
|
|
763
763
|
id: string;
|
|
764
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
765
764
|
name: string;
|
|
765
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
766
766
|
}, {
|
|
767
767
|
id: string;
|
|
768
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
769
768
|
name: string;
|
|
769
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
770
770
|
description?: string | undefined;
|
|
771
771
|
website?: string | undefined;
|
|
772
772
|
icon?: string | undefined;
|
|
@@ -1253,8 +1253,8 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
1253
1253
|
website: string | undefined;
|
|
1254
1254
|
icon: string | undefined;
|
|
1255
1255
|
id: string;
|
|
1256
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1257
1256
|
name: string;
|
|
1257
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1258
1258
|
} | undefined;
|
|
1259
1259
|
}, {
|
|
1260
1260
|
type: "NormalAccountAction";
|
|
@@ -1320,8 +1320,8 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
1320
1320
|
comment?: string | undefined;
|
|
1321
1321
|
app?: {
|
|
1322
1322
|
id: string;
|
|
1323
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1324
1323
|
name: string;
|
|
1324
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1325
1325
|
description?: string | undefined;
|
|
1326
1326
|
website?: string | undefined;
|
|
1327
1327
|
icon?: string | undefined;
|
|
@@ -1333,8 +1333,8 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
1333
1333
|
website: string | undefined;
|
|
1334
1334
|
icon: string | undefined;
|
|
1335
1335
|
id: string;
|
|
1336
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1337
1336
|
name: string;
|
|
1337
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1338
1338
|
} | undefined;
|
|
1339
1339
|
type: "NormalAccountAction";
|
|
1340
1340
|
timestamp: number;
|
|
@@ -1460,8 +1460,8 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
1460
1460
|
comment?: string | undefined;
|
|
1461
1461
|
app?: {
|
|
1462
1462
|
id: string;
|
|
1463
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1464
1463
|
name: string;
|
|
1464
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1465
1465
|
description?: string | undefined;
|
|
1466
1466
|
website?: string | undefined;
|
|
1467
1467
|
icon?: string | undefined;
|
|
@@ -13,15 +13,15 @@ export declare const normalActionRevokeSchema: 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 normalActionRevokeSchema: 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;
|
|
@@ -54,8 +54,8 @@ export declare const normalActionRevokeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
54
54
|
website: string | undefined;
|
|
55
55
|
icon: string | undefined;
|
|
56
56
|
id: string;
|
|
57
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
58
57
|
name: string;
|
|
58
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
59
59
|
} | undefined;
|
|
60
60
|
}, {
|
|
61
61
|
type: "NormalAction";
|
|
@@ -66,8 +66,8 @@ export declare const normalActionRevokeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
66
66
|
comment?: string | undefined;
|
|
67
67
|
app?: {
|
|
68
68
|
id: string;
|
|
69
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
70
69
|
name: string;
|
|
70
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
71
71
|
description?: string | undefined;
|
|
72
72
|
website?: string | undefined;
|
|
73
73
|
icon?: string | undefined;
|
|
@@ -79,8 +79,8 @@ export declare const normalActionRevokeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
79
79
|
website: string | undefined;
|
|
80
80
|
icon: string | undefined;
|
|
81
81
|
id: string;
|
|
82
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
83
82
|
name: string;
|
|
83
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
84
84
|
} | undefined;
|
|
85
85
|
type: "NormalAction";
|
|
86
86
|
timestamp: number;
|
|
@@ -96,8 +96,8 @@ export declare const normalActionRevokeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
96
96
|
comment?: string | undefined;
|
|
97
97
|
app?: {
|
|
98
98
|
id: string;
|
|
99
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
100
99
|
name: string;
|
|
100
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
101
101
|
description?: string | undefined;
|
|
102
102
|
website?: string | undefined;
|
|
103
103
|
icon?: string | undefined;
|
|
@@ -119,15 +119,15 @@ export declare const accountActionRevokeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
119
119
|
icon: z.ZodOptional<z.ZodString>;
|
|
120
120
|
}, "strip", z.ZodTypeAny, {
|
|
121
121
|
id: string;
|
|
122
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
123
122
|
name: string;
|
|
123
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
124
124
|
description?: string | undefined;
|
|
125
125
|
website?: string | undefined;
|
|
126
126
|
icon?: string | undefined;
|
|
127
127
|
}, {
|
|
128
128
|
id: string;
|
|
129
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
130
129
|
name: string;
|
|
130
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
131
131
|
description?: string | undefined;
|
|
132
132
|
website?: string | undefined;
|
|
133
133
|
icon?: string | undefined;
|
|
@@ -136,12 +136,12 @@ export declare const accountActionRevokeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
136
136
|
website: string | undefined;
|
|
137
137
|
icon: string | undefined;
|
|
138
138
|
id: string;
|
|
139
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
140
139
|
name: string;
|
|
140
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
141
141
|
}, {
|
|
142
142
|
id: string;
|
|
143
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
144
143
|
name: string;
|
|
144
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
145
145
|
description?: string | undefined;
|
|
146
146
|
website?: string | undefined;
|
|
147
147
|
icon?: string | undefined;
|
|
@@ -162,8 +162,8 @@ export declare const accountActionRevokeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
162
162
|
website: string | undefined;
|
|
163
163
|
icon: string | undefined;
|
|
164
164
|
id: string;
|
|
165
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
166
165
|
name: string;
|
|
166
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
167
167
|
} | undefined;
|
|
168
168
|
}, {
|
|
169
169
|
type: "NormalAccountAction";
|
|
@@ -176,8 +176,8 @@ export declare const accountActionRevokeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
176
176
|
comment?: string | undefined;
|
|
177
177
|
app?: {
|
|
178
178
|
id: string;
|
|
179
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
180
179
|
name: string;
|
|
180
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
181
181
|
description?: string | undefined;
|
|
182
182
|
website?: string | undefined;
|
|
183
183
|
icon?: string | undefined;
|
|
@@ -189,8 +189,8 @@ export declare const accountActionRevokeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
189
189
|
website: string | undefined;
|
|
190
190
|
icon: string | undefined;
|
|
191
191
|
id: string;
|
|
192
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
193
192
|
name: string;
|
|
193
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
194
194
|
} | undefined;
|
|
195
195
|
type: "NormalAccountAction";
|
|
196
196
|
timestamp: number;
|
|
@@ -210,8 +210,8 @@ export declare const accountActionRevokeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
210
210
|
comment?: string | undefined;
|
|
211
211
|
app?: {
|
|
212
212
|
id: string;
|
|
213
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
214
213
|
name: string;
|
|
214
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
215
215
|
description?: string | undefined;
|
|
216
216
|
website?: string | undefined;
|
|
217
217
|
icon?: string | undefined;
|