@0xtorch/core 0.0.7 → 0.0.9
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 +48 -2
- package/_cjs/actions/index.js.map +1 -1
- package/_cjs/actions/parsers/borrow/borrow.js +22 -0
- package/_cjs/actions/parsers/borrow/borrow.js.map +1 -0
- package/_cjs/actions/parsers/borrow/borrowWithDebt.js +22 -0
- package/_cjs/actions/parsers/borrow/borrowWithDebt.js.map +1 -0
- package/_cjs/actions/parsers/borrow/index.js +8 -0
- package/_cjs/actions/parsers/borrow/index.js.map +1 -0
- package/_cjs/actions/parsers/crossReplace/bridgeFrom.js +22 -0
- package/_cjs/actions/parsers/crossReplace/bridgeFrom.js.map +1 -0
- package/_cjs/actions/parsers/crossReplace/bridgeTo.js +22 -0
- package/_cjs/actions/parsers/crossReplace/bridgeTo.js.map +1 -0
- package/_cjs/actions/parsers/crossReplace/crossReplace.js +22 -0
- package/_cjs/actions/parsers/crossReplace/crossReplace.js.map +1 -0
- package/_cjs/actions/parsers/crossReplace/index.js +10 -0
- package/_cjs/actions/parsers/crossReplace/index.js.map +1 -0
- package/_cjs/actions/parsers/crossTrade/crossTrade.js +22 -0
- package/_cjs/actions/parsers/crossTrade/crossTrade.js.map +1 -0
- package/_cjs/actions/parsers/crossTrade/index.js +6 -0
- package/_cjs/actions/parsers/crossTrade/index.js.map +1 -0
- package/_cjs/actions/parsers/default.js +134 -0
- package/_cjs/actions/parsers/default.js.map +1 -0
- package/_cjs/actions/parsers/deposit/addLiquidity.js +22 -0
- package/_cjs/actions/parsers/deposit/addLiquidity.js.map +1 -0
- package/_cjs/actions/parsers/deposit/deposit.js +22 -0
- package/_cjs/actions/parsers/deposit/deposit.js.map +1 -0
- package/_cjs/actions/parsers/deposit/depositWithBond.js +22 -0
- package/_cjs/actions/parsers/deposit/depositWithBond.js.map +1 -0
- package/_cjs/actions/parsers/deposit/index.js +12 -0
- package/_cjs/actions/parsers/deposit/index.js.map +1 -0
- package/_cjs/actions/parsers/deposit/stake.js +22 -0
- package/_cjs/actions/parsers/deposit/stake.js.map +1 -0
- package/_cjs/actions/parsers/fee/fee.js +38 -0
- package/_cjs/actions/parsers/fee/fee.js.map +1 -0
- package/_cjs/actions/parsers/fee/index.js +8 -0
- package/_cjs/actions/parsers/fee/index.js.map +1 -0
- package/_cjs/actions/parsers/fee/transactionFee.js +21 -0
- package/_cjs/actions/parsers/fee/transactionFee.js.map +1 -0
- package/_cjs/actions/parsers/ignore/approve.js +14 -0
- package/_cjs/actions/parsers/ignore/approve.js.map +1 -0
- package/_cjs/actions/parsers/ignore/failTx.js +14 -0
- package/_cjs/actions/parsers/ignore/failTx.js.map +1 -0
- package/_cjs/actions/parsers/ignore/index.js +16 -0
- package/_cjs/actions/parsers/ignore/index.js.map +1 -0
- package/_cjs/actions/parsers/ignore/receiveFromCex.js +12 -0
- package/_cjs/actions/parsers/ignore/receiveFromCex.js.map +1 -0
- package/_cjs/actions/parsers/ignore/revoke.js +14 -0
- package/_cjs/actions/parsers/ignore/revoke.js.map +1 -0
- package/_cjs/actions/parsers/ignore/sendToCex.js +12 -0
- package/_cjs/actions/parsers/ignore/sendToCex.js.map +1 -0
- package/_cjs/actions/parsers/ignore/spam.js +22 -0
- package/_cjs/actions/parsers/ignore/spam.js.map +1 -0
- package/_cjs/actions/parsers/income/atomicArbitrage.js +81 -0
- package/_cjs/actions/parsers/income/atomicArbitrage.js.map +1 -0
- package/_cjs/actions/parsers/income/freeMintNft.js +21 -0
- package/_cjs/actions/parsers/income/freeMintNft.js.map +1 -0
- package/_cjs/actions/parsers/income/income.js +28 -0
- package/_cjs/actions/parsers/income/income.js.map +1 -0
- package/_cjs/actions/parsers/income/index.js +10 -0
- package/_cjs/actions/parsers/income/index.js.map +1 -0
- package/_cjs/actions/parsers/index.js +58 -0
- package/_cjs/actions/parsers/index.js.map +1 -0
- package/_cjs/actions/parsers/repayment/index.js +8 -0
- package/_cjs/actions/parsers/repayment/index.js.map +1 -0
- package/_cjs/actions/parsers/repayment/repayment.js +22 -0
- package/_cjs/actions/parsers/repayment/repayment.js.map +1 -0
- package/_cjs/actions/parsers/repayment/repaymentWithDebt.js +22 -0
- package/_cjs/actions/parsers/repayment/repaymentWithDebt.js.map +1 -0
- package/_cjs/actions/parsers/replace/index.js +12 -0
- package/_cjs/actions/parsers/replace/index.js.map +1 -0
- package/_cjs/actions/parsers/replace/replace.js +21 -0
- package/_cjs/actions/parsers/replace/replace.js.map +1 -0
- package/_cjs/actions/parsers/replace/swapNft.js +21 -0
- package/_cjs/actions/parsers/replace/swapNft.js.map +1 -0
- package/_cjs/actions/parsers/replace/unwrap.js +21 -0
- package/_cjs/actions/parsers/replace/unwrap.js.map +1 -0
- package/_cjs/actions/parsers/replace/wrap.js +21 -0
- package/_cjs/actions/parsers/replace/wrap.js.map +1 -0
- package/_cjs/actions/parsers/trade/buyCrypto.js +50 -0
- package/_cjs/actions/parsers/trade/buyCrypto.js.map +1 -0
- package/_cjs/actions/parsers/trade/buyNft.js +118 -0
- package/_cjs/actions/parsers/trade/buyNft.js.map +1 -0
- package/_cjs/actions/parsers/trade/index.js +16 -0
- package/_cjs/actions/parsers/trade/index.js.map +1 -0
- package/_cjs/actions/parsers/trade/mintNft.js +88 -0
- package/_cjs/actions/parsers/trade/mintNft.js.map +1 -0
- package/_cjs/actions/parsers/trade/sellCrypto.js +50 -0
- package/_cjs/actions/parsers/trade/sellCrypto.js.map +1 -0
- package/_cjs/actions/parsers/trade/sellNft.js +118 -0
- package/_cjs/actions/parsers/trade/sellNft.js.map +1 -0
- package/_cjs/actions/parsers/trade/trade.js +163 -0
- package/_cjs/actions/parsers/trade/trade.js.map +1 -0
- package/_cjs/actions/parsers/transfer/index.js +6 -0
- package/_cjs/actions/parsers/transfer/index.js.map +1 -0
- package/_cjs/actions/parsers/transfer/transfer.js +15 -0
- package/_cjs/actions/parsers/transfer/transfer.js.map +1 -0
- package/_cjs/actions/parsers/types.js +3 -0
- package/_cjs/actions/parsers/types.js.map +1 -0
- package/_cjs/actions/parsers/valuedown/index.js +6 -0
- package/_cjs/actions/parsers/valuedown/index.js.map +1 -0
- package/_cjs/actions/parsers/valuedown/valuedown.js +22 -0
- package/_cjs/actions/parsers/valuedown/valuedown.js.map +1 -0
- package/_cjs/actions/parsers/valueup/index.js +6 -0
- package/_cjs/actions/parsers/valueup/index.js.map +1 -0
- package/_cjs/actions/parsers/valueup/valueup.js +22 -0
- package/_cjs/actions/parsers/valueup/valueup.js.map +1 -0
- package/_cjs/actions/parsers/withdraw/index.js +12 -0
- package/_cjs/actions/parsers/withdraw/index.js.map +1 -0
- package/_cjs/actions/parsers/withdraw/removeLiquidity.js +22 -0
- package/_cjs/actions/parsers/withdraw/removeLiquidity.js.map +1 -0
- package/_cjs/actions/parsers/withdraw/unstake.js +22 -0
- package/_cjs/actions/parsers/withdraw/unstake.js.map +1 -0
- package/_cjs/actions/parsers/withdraw/withdraw.js +22 -0
- package/_cjs/actions/parsers/withdraw/withdraw.js.map +1 -0
- package/_cjs/actions/parsers/withdraw/withdrawWithBond.js +22 -0
- package/_cjs/actions/parsers/withdraw/withdrawWithBond.js.map +1 -0
- package/_cjs/actions/schemas/action.js +5 -0
- package/_cjs/actions/schemas/action.js.map +1 -1
- package/_cjs/actions/schemas/ignore/index.js +3 -1
- package/_cjs/actions/schemas/ignore/index.js.map +1 -1
- package/_cjs/actions/schemas/ignore/receiveFromCex.js +11 -1
- package/_cjs/actions/schemas/ignore/receiveFromCex.js.map +1 -1
- package/_cjs/actions/schemas/ignore/sendToCex.js +11 -1
- package/_cjs/actions/schemas/ignore/sendToCex.js.map +1 -1
- package/_cjs/actions/schemas/income/atomicArbitrage.js +4 -1
- package/_cjs/actions/schemas/income/atomicArbitrage.js.map +1 -1
- package/_cjs/actions/schemas/income/income.js +11 -1
- package/_cjs/actions/schemas/income/income.js.map +1 -1
- package/_cjs/actions/schemas/income/index.js +2 -1
- package/_cjs/actions/schemas/income/index.js.map +1 -1
- package/_cjs/actions/schemas/index.js +6 -1
- package/_cjs/actions/schemas/index.js.map +1 -1
- package/_cjs/actions/schemas/trade/index.js +2 -1
- package/_cjs/actions/schemas/trade/index.js.map +1 -1
- package/_cjs/actions/schemas/trade/sellNft.js +15 -1
- package/_cjs/actions/schemas/trade/sellNft.js.map +1 -1
- package/_cjs/actions/types/buyCrypto.js +3 -0
- package/_cjs/actions/types/buyCrypto.js.map +1 -0
- package/_cjs/actions/types/sellCrypto.js +3 -0
- package/_cjs/actions/types/sellCrypto.js.map +1 -0
- package/_cjs/actions/types/stake.js +3 -0
- package/_cjs/actions/types/stake.js.map +1 -0
- package/_cjs/actions/types/unstake.js +3 -0
- package/_cjs/actions/types/unstake.js.map +1 -0
- package/_cjs/index.js +10 -2
- package/_cjs/index.js.map +1 -1
- package/_esm/actions/index.js +2 -1
- package/_esm/actions/index.js.map +1 -1
- package/_esm/actions/parsers/borrow/borrow.js +18 -0
- package/_esm/actions/parsers/borrow/borrow.js.map +1 -0
- package/_esm/actions/parsers/borrow/borrowWithDebt.js +18 -0
- package/_esm/actions/parsers/borrow/borrowWithDebt.js.map +1 -0
- package/_esm/actions/parsers/borrow/index.js +3 -0
- package/_esm/actions/parsers/borrow/index.js.map +1 -0
- package/_esm/actions/parsers/crossReplace/bridgeFrom.js +18 -0
- package/_esm/actions/parsers/crossReplace/bridgeFrom.js.map +1 -0
- package/_esm/actions/parsers/crossReplace/bridgeTo.js +18 -0
- package/_esm/actions/parsers/crossReplace/bridgeTo.js.map +1 -0
- package/_esm/actions/parsers/crossReplace/crossReplace.js +18 -0
- package/_esm/actions/parsers/crossReplace/crossReplace.js.map +1 -0
- package/_esm/actions/parsers/crossReplace/index.js +4 -0
- package/_esm/actions/parsers/crossReplace/index.js.map +1 -0
- package/_esm/actions/parsers/crossTrade/crossTrade.js +18 -0
- package/_esm/actions/parsers/crossTrade/crossTrade.js.map +1 -0
- package/_esm/actions/parsers/crossTrade/index.js +2 -0
- package/_esm/actions/parsers/crossTrade/index.js.map +1 -0
- package/_esm/actions/parsers/default.js +125 -0
- package/_esm/actions/parsers/default.js.map +1 -0
- package/_esm/actions/parsers/deposit/addLiquidity.js +18 -0
- package/_esm/actions/parsers/deposit/addLiquidity.js.map +1 -0
- package/_esm/actions/parsers/deposit/deposit.js +18 -0
- package/_esm/actions/parsers/deposit/deposit.js.map +1 -0
- package/_esm/actions/parsers/deposit/depositWithBond.js +18 -0
- package/_esm/actions/parsers/deposit/depositWithBond.js.map +1 -0
- package/_esm/actions/parsers/deposit/index.js +5 -0
- package/_esm/actions/parsers/deposit/index.js.map +1 -0
- package/_esm/actions/parsers/deposit/stake.js +18 -0
- package/_esm/actions/parsers/deposit/stake.js.map +1 -0
- package/_esm/actions/parsers/fee/fee.js +35 -0
- package/_esm/actions/parsers/fee/fee.js.map +1 -0
- package/_esm/actions/parsers/fee/index.js +3 -0
- package/_esm/actions/parsers/fee/index.js.map +1 -0
- package/_esm/actions/parsers/fee/transactionFee.js +17 -0
- package/_esm/actions/parsers/fee/transactionFee.js.map +1 -0
- package/_esm/actions/parsers/ignore/approve.js +10 -0
- package/_esm/actions/parsers/ignore/approve.js.map +1 -0
- package/_esm/actions/parsers/ignore/failTx.js +10 -0
- package/_esm/actions/parsers/ignore/failTx.js.map +1 -0
- package/_esm/actions/parsers/ignore/index.js +7 -0
- package/_esm/actions/parsers/ignore/index.js.map +1 -0
- package/_esm/actions/parsers/ignore/receiveFromCex.js +8 -0
- package/_esm/actions/parsers/ignore/receiveFromCex.js.map +1 -0
- package/_esm/actions/parsers/ignore/revoke.js +10 -0
- package/_esm/actions/parsers/ignore/revoke.js.map +1 -0
- package/_esm/actions/parsers/ignore/sendToCex.js +8 -0
- package/_esm/actions/parsers/ignore/sendToCex.js.map +1 -0
- package/_esm/actions/parsers/ignore/spam.js +18 -0
- package/_esm/actions/parsers/ignore/spam.js.map +1 -0
- package/_esm/actions/parsers/income/atomicArbitrage.js +80 -0
- package/_esm/actions/parsers/income/atomicArbitrage.js.map +1 -0
- package/_esm/actions/parsers/income/freeMintNft.js +17 -0
- package/_esm/actions/parsers/income/freeMintNft.js.map +1 -0
- package/_esm/actions/parsers/income/income.js +24 -0
- package/_esm/actions/parsers/income/income.js.map +1 -0
- package/_esm/actions/parsers/income/index.js +4 -0
- package/_esm/actions/parsers/income/index.js.map +1 -0
- package/_esm/actions/parsers/index.js +15 -0
- package/_esm/actions/parsers/index.js.map +1 -0
- package/_esm/actions/parsers/repayment/index.js +3 -0
- package/_esm/actions/parsers/repayment/index.js.map +1 -0
- package/_esm/actions/parsers/repayment/repayment.js +18 -0
- package/_esm/actions/parsers/repayment/repayment.js.map +1 -0
- package/_esm/actions/parsers/repayment/repaymentWithDebt.js +18 -0
- package/_esm/actions/parsers/repayment/repaymentWithDebt.js.map +1 -0
- package/_esm/actions/parsers/replace/index.js +5 -0
- package/_esm/actions/parsers/replace/index.js.map +1 -0
- package/_esm/actions/parsers/replace/replace.js +17 -0
- package/_esm/actions/parsers/replace/replace.js.map +1 -0
- package/_esm/actions/parsers/replace/swapNft.js +17 -0
- package/_esm/actions/parsers/replace/swapNft.js.map +1 -0
- package/_esm/actions/parsers/replace/unwrap.js +17 -0
- package/_esm/actions/parsers/replace/unwrap.js.map +1 -0
- package/_esm/actions/parsers/replace/wrap.js +17 -0
- package/_esm/actions/parsers/replace/wrap.js.map +1 -0
- package/_esm/actions/parsers/trade/buyCrypto.js +47 -0
- package/_esm/actions/parsers/trade/buyCrypto.js.map +1 -0
- package/_esm/actions/parsers/trade/buyNft.js +119 -0
- package/_esm/actions/parsers/trade/buyNft.js.map +1 -0
- package/_esm/actions/parsers/trade/index.js +7 -0
- package/_esm/actions/parsers/trade/index.js.map +1 -0
- package/_esm/actions/parsers/trade/mintNft.js +88 -0
- package/_esm/actions/parsers/trade/mintNft.js.map +1 -0
- package/_esm/actions/parsers/trade/sellCrypto.js +47 -0
- package/_esm/actions/parsers/trade/sellCrypto.js.map +1 -0
- package/_esm/actions/parsers/trade/sellNft.js +120 -0
- package/_esm/actions/parsers/trade/sellNft.js.map +1 -0
- package/_esm/actions/parsers/trade/trade.js +168 -0
- package/_esm/actions/parsers/trade/trade.js.map +1 -0
- package/_esm/actions/parsers/transfer/index.js +2 -0
- package/_esm/actions/parsers/transfer/index.js.map +1 -0
- package/_esm/actions/parsers/transfer/transfer.js +11 -0
- package/_esm/actions/parsers/transfer/transfer.js.map +1 -0
- package/_esm/actions/parsers/types.js +2 -0
- package/_esm/actions/parsers/types.js.map +1 -0
- package/_esm/actions/parsers/valuedown/index.js +2 -0
- package/_esm/actions/parsers/valuedown/index.js.map +1 -0
- package/_esm/actions/parsers/valuedown/valuedown.js +18 -0
- package/_esm/actions/parsers/valuedown/valuedown.js.map +1 -0
- package/_esm/actions/parsers/valueup/index.js +2 -0
- package/_esm/actions/parsers/valueup/index.js.map +1 -0
- package/_esm/actions/parsers/valueup/valueup.js +18 -0
- package/_esm/actions/parsers/valueup/valueup.js.map +1 -0
- package/_esm/actions/parsers/withdraw/index.js +5 -0
- package/_esm/actions/parsers/withdraw/index.js.map +1 -0
- package/_esm/actions/parsers/withdraw/removeLiquidity.js +18 -0
- package/_esm/actions/parsers/withdraw/removeLiquidity.js.map +1 -0
- package/_esm/actions/parsers/withdraw/unstake.js +18 -0
- package/_esm/actions/parsers/withdraw/unstake.js.map +1 -0
- package/_esm/actions/parsers/withdraw/withdraw.js +18 -0
- package/_esm/actions/parsers/withdraw/withdraw.js.map +1 -0
- package/_esm/actions/parsers/withdraw/withdrawWithBond.js +18 -0
- package/_esm/actions/parsers/withdraw/withdrawWithBond.js.map +1 -0
- package/_esm/actions/schemas/action.js +8 -3
- package/_esm/actions/schemas/action.js.map +1 -1
- package/_esm/actions/schemas/ignore/index.js +2 -2
- package/_esm/actions/schemas/ignore/index.js.map +1 -1
- package/_esm/actions/schemas/ignore/receiveFromCex.js +11 -1
- package/_esm/actions/schemas/ignore/receiveFromCex.js.map +1 -1
- package/_esm/actions/schemas/ignore/sendToCex.js +11 -1
- package/_esm/actions/schemas/ignore/sendToCex.js.map +1 -1
- package/_esm/actions/schemas/income/atomicArbitrage.js +4 -1
- package/_esm/actions/schemas/income/atomicArbitrage.js.map +1 -1
- package/_esm/actions/schemas/income/income.js +11 -1
- package/_esm/actions/schemas/income/income.js.map +1 -1
- package/_esm/actions/schemas/income/index.js +1 -1
- package/_esm/actions/schemas/income/index.js.map +1 -1
- package/_esm/actions/schemas/index.js +3 -3
- package/_esm/actions/schemas/index.js.map +1 -1
- package/_esm/actions/schemas/trade/index.js +1 -1
- package/_esm/actions/schemas/trade/index.js.map +1 -1
- package/_esm/actions/schemas/trade/sellNft.js +15 -1
- package/_esm/actions/schemas/trade/sellNft.js.map +1 -1
- package/_esm/actions/types/buyCrypto.js +2 -0
- package/_esm/actions/types/buyCrypto.js.map +1 -0
- package/_esm/actions/types/sellCrypto.js +2 -0
- package/_esm/actions/types/sellCrypto.js.map +1 -0
- package/_esm/actions/types/stake.js +2 -0
- package/_esm/actions/types/stake.js.map +1 -0
- package/_esm/actions/types/unstake.js +2 -0
- package/_esm/actions/types/unstake.js.map +1 -0
- package/_esm/index.js +2 -2
- package/_esm/index.js.map +1 -1
- package/_types/actions/index.d.ts +3 -2
- package/_types/actions/index.d.ts.map +1 -1
- package/_types/actions/parsers/borrow/borrow.d.ts +4 -0
- package/_types/actions/parsers/borrow/borrow.d.ts.map +1 -0
- package/_types/actions/parsers/borrow/borrowWithDebt.d.ts +4 -0
- package/_types/actions/parsers/borrow/borrowWithDebt.d.ts.map +1 -0
- package/_types/actions/parsers/borrow/index.d.ts +3 -0
- package/_types/actions/parsers/borrow/index.d.ts.map +1 -0
- package/_types/actions/parsers/crossReplace/bridgeFrom.d.ts +4 -0
- package/_types/actions/parsers/crossReplace/bridgeFrom.d.ts.map +1 -0
- package/_types/actions/parsers/crossReplace/bridgeTo.d.ts +4 -0
- package/_types/actions/parsers/crossReplace/bridgeTo.d.ts.map +1 -0
- package/_types/actions/parsers/crossReplace/crossReplace.d.ts +4 -0
- package/_types/actions/parsers/crossReplace/crossReplace.d.ts.map +1 -0
- package/_types/actions/parsers/crossReplace/index.d.ts +4 -0
- package/_types/actions/parsers/crossReplace/index.d.ts.map +1 -0
- package/_types/actions/parsers/crossTrade/crossTrade.d.ts +4 -0
- package/_types/actions/parsers/crossTrade/crossTrade.d.ts.map +1 -0
- package/_types/actions/parsers/crossTrade/index.d.ts +2 -0
- package/_types/actions/parsers/crossTrade/index.d.ts.map +1 -0
- package/_types/actions/parsers/default.d.ts +24 -0
- package/_types/actions/parsers/default.d.ts.map +1 -0
- package/_types/actions/parsers/deposit/addLiquidity.d.ts +4 -0
- package/_types/actions/parsers/deposit/addLiquidity.d.ts.map +1 -0
- package/_types/actions/parsers/deposit/deposit.d.ts +4 -0
- package/_types/actions/parsers/deposit/deposit.d.ts.map +1 -0
- package/_types/actions/parsers/deposit/depositWithBond.d.ts +4 -0
- package/_types/actions/parsers/deposit/depositWithBond.d.ts.map +1 -0
- package/_types/actions/parsers/deposit/index.d.ts +5 -0
- package/_types/actions/parsers/deposit/index.d.ts.map +1 -0
- package/_types/actions/parsers/deposit/stake.d.ts +4 -0
- package/_types/actions/parsers/deposit/stake.d.ts.map +1 -0
- package/_types/actions/parsers/fee/fee.d.ts +4 -0
- package/_types/actions/parsers/fee/fee.d.ts.map +1 -0
- package/_types/actions/parsers/fee/index.d.ts +3 -0
- package/_types/actions/parsers/fee/index.d.ts.map +1 -0
- package/_types/actions/parsers/fee/transactionFee.d.ts +4 -0
- package/_types/actions/parsers/fee/transactionFee.d.ts.map +1 -0
- package/_types/actions/parsers/ignore/approve.d.ts +6 -0
- package/_types/actions/parsers/ignore/approve.d.ts.map +1 -0
- package/_types/actions/parsers/ignore/failTx.d.ts +6 -0
- package/_types/actions/parsers/ignore/failTx.d.ts.map +1 -0
- package/_types/actions/parsers/ignore/index.d.ts +7 -0
- package/_types/actions/parsers/ignore/index.d.ts.map +1 -0
- package/_types/actions/parsers/ignore/receiveFromCex.d.ts +4 -0
- package/_types/actions/parsers/ignore/receiveFromCex.d.ts.map +1 -0
- package/_types/actions/parsers/ignore/revoke.d.ts +6 -0
- package/_types/actions/parsers/ignore/revoke.d.ts.map +1 -0
- package/_types/actions/parsers/ignore/sendToCex.d.ts +4 -0
- package/_types/actions/parsers/ignore/sendToCex.d.ts.map +1 -0
- package/_types/actions/parsers/ignore/spam.d.ts +6 -0
- package/_types/actions/parsers/ignore/spam.d.ts.map +1 -0
- package/_types/actions/parsers/income/atomicArbitrage.d.ts +6 -0
- package/_types/actions/parsers/income/atomicArbitrage.d.ts.map +1 -0
- package/_types/actions/parsers/income/freeMintNft.d.ts +4 -0
- package/_types/actions/parsers/income/freeMintNft.d.ts.map +1 -0
- package/_types/actions/parsers/income/income.d.ts +4 -0
- package/_types/actions/parsers/income/income.d.ts.map +1 -0
- package/_types/actions/parsers/income/index.d.ts +4 -0
- package/_types/actions/parsers/income/index.d.ts.map +1 -0
- package/_types/actions/parsers/index.d.ts +15 -0
- package/_types/actions/parsers/index.d.ts.map +1 -0
- package/_types/actions/parsers/repayment/index.d.ts +3 -0
- package/_types/actions/parsers/repayment/index.d.ts.map +1 -0
- package/_types/actions/parsers/repayment/repayment.d.ts +4 -0
- package/_types/actions/parsers/repayment/repayment.d.ts.map +1 -0
- package/_types/actions/parsers/repayment/repaymentWithDebt.d.ts +4 -0
- package/_types/actions/parsers/repayment/repaymentWithDebt.d.ts.map +1 -0
- package/_types/actions/parsers/replace/index.d.ts +5 -0
- package/_types/actions/parsers/replace/index.d.ts.map +1 -0
- package/_types/actions/parsers/replace/replace.d.ts +4 -0
- package/_types/actions/parsers/replace/replace.d.ts.map +1 -0
- package/_types/actions/parsers/replace/swapNft.d.ts +4 -0
- package/_types/actions/parsers/replace/swapNft.d.ts.map +1 -0
- package/_types/actions/parsers/replace/unwrap.d.ts +4 -0
- package/_types/actions/parsers/replace/unwrap.d.ts.map +1 -0
- package/_types/actions/parsers/replace/wrap.d.ts +4 -0
- package/_types/actions/parsers/replace/wrap.d.ts.map +1 -0
- package/_types/actions/parsers/trade/buyCrypto.d.ts +4 -0
- package/_types/actions/parsers/trade/buyCrypto.d.ts.map +1 -0
- package/_types/actions/parsers/trade/buyNft.d.ts +4 -0
- package/_types/actions/parsers/trade/buyNft.d.ts.map +1 -0
- package/_types/actions/parsers/trade/index.d.ts +7 -0
- package/_types/actions/parsers/trade/index.d.ts.map +1 -0
- package/_types/actions/parsers/trade/mintNft.d.ts +4 -0
- package/_types/actions/parsers/trade/mintNft.d.ts.map +1 -0
- package/_types/actions/parsers/trade/sellCrypto.d.ts +4 -0
- package/_types/actions/parsers/trade/sellCrypto.d.ts.map +1 -0
- package/_types/actions/parsers/trade/sellNft.d.ts +4 -0
- package/_types/actions/parsers/trade/sellNft.d.ts.map +1 -0
- package/_types/actions/parsers/trade/trade.d.ts +6 -0
- package/_types/actions/parsers/trade/trade.d.ts.map +1 -0
- package/_types/actions/parsers/transfer/index.d.ts +2 -0
- package/_types/actions/parsers/transfer/index.d.ts.map +1 -0
- package/_types/actions/parsers/transfer/transfer.d.ts +4 -0
- package/_types/actions/parsers/transfer/transfer.d.ts.map +1 -0
- package/_types/actions/parsers/types.d.ts +8 -0
- package/_types/actions/parsers/types.d.ts.map +1 -0
- package/_types/actions/parsers/valuedown/index.d.ts +2 -0
- package/_types/actions/parsers/valuedown/index.d.ts.map +1 -0
- package/_types/actions/parsers/valuedown/valuedown.d.ts +4 -0
- package/_types/actions/parsers/valuedown/valuedown.d.ts.map +1 -0
- package/_types/actions/parsers/valueup/index.d.ts +2 -0
- package/_types/actions/parsers/valueup/index.d.ts.map +1 -0
- package/_types/actions/parsers/valueup/valueup.d.ts +4 -0
- package/_types/actions/parsers/valueup/valueup.d.ts.map +1 -0
- package/_types/actions/parsers/withdraw/index.d.ts +5 -0
- package/_types/actions/parsers/withdraw/index.d.ts.map +1 -0
- package/_types/actions/parsers/withdraw/removeLiquidity.d.ts +4 -0
- package/_types/actions/parsers/withdraw/removeLiquidity.d.ts.map +1 -0
- package/_types/actions/parsers/withdraw/unstake.d.ts +4 -0
- package/_types/actions/parsers/withdraw/unstake.d.ts.map +1 -0
- package/_types/actions/parsers/withdraw/withdraw.d.ts +4 -0
- package/_types/actions/parsers/withdraw/withdraw.d.ts.map +1 -0
- package/_types/actions/parsers/withdraw/withdrawWithBond.d.ts +4 -0
- package/_types/actions/parsers/withdraw/withdrawWithBond.d.ts.map +1 -0
- package/_types/actions/schemas/action.d.ts +16803 -12550
- package/_types/actions/schemas/action.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/index.d.ts +2 -2
- package/_types/actions/schemas/ignore/index.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts +729 -0
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/sendToCex.d.ts +729 -0
- package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
- package/_types/actions/schemas/income/atomicArbitrage.d.ts +412 -10
- package/_types/actions/schemas/income/atomicArbitrage.d.ts.map +1 -1
- package/_types/actions/schemas/income/income.d.ts +617 -0
- package/_types/actions/schemas/income/income.d.ts.map +1 -1
- package/_types/actions/schemas/income/index.d.ts +1 -1
- package/_types/actions/schemas/income/index.d.ts.map +1 -1
- package/_types/actions/schemas/index.d.ts +3 -3
- package/_types/actions/schemas/index.d.ts.map +1 -1
- package/_types/actions/schemas/trade/index.d.ts +1 -1
- package/_types/actions/schemas/trade/index.d.ts.map +1 -1
- package/_types/actions/schemas/trade/sellNft.d.ts +997 -0
- package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
- package/_types/actions/types/buyCrypto.d.ts +5 -0
- package/_types/actions/types/buyCrypto.d.ts.map +1 -0
- package/_types/actions/types/income.d.ts +2 -1
- package/_types/actions/types/income.d.ts.map +1 -1
- package/_types/actions/types/index.d.ts +10 -6
- package/_types/actions/types/index.d.ts.map +1 -1
- package/_types/actions/types/receiveFromCex.d.ts +2 -1
- package/_types/actions/types/receiveFromCex.d.ts.map +1 -1
- package/_types/actions/types/sellCrypto.d.ts +5 -0
- package/_types/actions/types/sellCrypto.d.ts.map +1 -0
- package/_types/actions/types/sellNft.d.ts +2 -1
- package/_types/actions/types/sellNft.d.ts.map +1 -1
- package/_types/actions/types/sendToCex.d.ts +2 -1
- package/_types/actions/types/sendToCex.d.ts.map +1 -1
- package/_types/actions/types/stake.d.ts +5 -0
- package/_types/actions/types/stake.d.ts.map +1 -0
- package/_types/actions/types/unstake.d.ts +5 -0
- package/_types/actions/types/unstake.d.ts.map +1 -0
- package/_types/index.d.ts +3 -3
- package/_types/index.d.ts.map +1 -1
- package/actions/index.ts +60 -0
- package/actions/parsers/borrow/borrow.ts +46 -0
- package/actions/parsers/borrow/borrowWithDebt.ts +46 -0
- package/actions/parsers/borrow/index.ts +2 -0
- package/actions/parsers/crossReplace/bridgeFrom.ts +46 -0
- package/actions/parsers/crossReplace/bridgeTo.ts +46 -0
- package/actions/parsers/crossReplace/crossReplace.ts +46 -0
- package/actions/parsers/crossReplace/index.ts +3 -0
- package/actions/parsers/crossTrade/crossTrade.ts +46 -0
- package/actions/parsers/crossTrade/index.ts +1 -0
- package/actions/parsers/default.ts +208 -0
- package/actions/parsers/deposit/addLiquidity.ts +46 -0
- package/actions/parsers/deposit/deposit.ts +46 -0
- package/actions/parsers/deposit/depositWithBond.ts +46 -0
- package/actions/parsers/deposit/index.ts +4 -0
- package/actions/parsers/deposit/stake.ts +46 -0
- package/actions/parsers/fee/fee.ts +68 -0
- package/actions/parsers/fee/index.ts +2 -0
- package/actions/parsers/fee/transactionFee.ts +45 -0
- package/actions/parsers/ignore/approve.ts +17 -0
- package/actions/parsers/ignore/failTx.ts +17 -0
- package/actions/parsers/ignore/index.ts +6 -0
- package/actions/parsers/ignore/receiveFromCex.ts +29 -0
- package/actions/parsers/ignore/revoke.ts +17 -0
- package/actions/parsers/ignore/sendToCex.ts +29 -0
- package/actions/parsers/ignore/spam.ts +46 -0
- package/actions/parsers/income/atomicArbitrage.ts +159 -0
- package/actions/parsers/income/freeMintNft.ts +45 -0
- package/actions/parsers/income/income.ts +56 -0
- package/actions/parsers/income/index.ts +3 -0
- package/actions/parsers/index.ts +60 -0
- package/actions/parsers/repayment/index.ts +2 -0
- package/actions/parsers/repayment/repayment.ts +46 -0
- package/actions/parsers/repayment/repaymentWithDebt.ts +46 -0
- package/actions/parsers/replace/index.ts +4 -0
- package/actions/parsers/replace/replace.ts +45 -0
- package/actions/parsers/replace/swapNft.ts +45 -0
- package/actions/parsers/replace/unwrap.ts +45 -0
- package/actions/parsers/replace/wrap.ts +45 -0
- package/actions/parsers/trade/buyCrypto.ts +79 -0
- package/actions/parsers/trade/buyNft.ts +203 -0
- package/actions/parsers/trade/index.ts +6 -0
- package/actions/parsers/trade/mintNft.ts +164 -0
- package/actions/parsers/trade/sellCrypto.ts +79 -0
- package/actions/parsers/trade/sellNft.ts +204 -0
- package/actions/parsers/trade/trade.ts +271 -0
- package/actions/parsers/transfer/index.ts +1 -0
- package/actions/parsers/transfer/transfer.ts +32 -0
- package/actions/parsers/types.ts +10 -0
- package/actions/parsers/valuedown/index.ts +1 -0
- package/actions/parsers/valuedown/valuedown.ts +46 -0
- package/actions/parsers/valueup/index.ts +1 -0
- package/actions/parsers/valueup/valueup.ts +46 -0
- package/actions/parsers/withdraw/index.ts +4 -0
- package/actions/parsers/withdraw/removeLiquidity.ts +46 -0
- package/actions/parsers/withdraw/unstake.ts +46 -0
- package/actions/parsers/withdraw/withdraw.ts +46 -0
- package/actions/parsers/withdraw/withdrawWithBond.ts +46 -0
- package/actions/schemas/action.ts +10 -0
- package/actions/schemas/ignore/index.ts +8 -2
- package/actions/schemas/ignore/receiveFromCex.ts +14 -0
- package/actions/schemas/ignore/sendToCex.ts +14 -0
- package/actions/schemas/income/atomicArbitrage.ts +6 -1
- package/actions/schemas/income/income.ts +16 -1
- package/actions/schemas/income/index.ts +1 -1
- package/actions/schemas/index.ts +4 -0
- package/actions/schemas/trade/index.ts +4 -1
- package/actions/schemas/trade/sellNft.ts +18 -0
- package/actions/types/buyCrypto.ts +11 -0
- package/actions/types/income.ts +6 -1
- package/actions/types/index.ts +16 -6
- package/actions/types/receiveFromCex.ts +8 -1
- package/actions/types/sellCrypto.ts +13 -0
- package/actions/types/sellNft.ts +6 -1
- package/actions/types/sendToCex.ts +6 -1
- package/actions/types/stake.ts +9 -0
- package/actions/types/unstake.ts +9 -0
- package/index.ts +22 -0
- package/package.json +1 -1
- package/.DS_Store +0 -0
- package/actions/.DS_Store +0 -0
- package/assets/.DS_Store +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sendToCex.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/ignore/sendToCex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;
|
|
1
|
+
{"version":3,"file":"sendToCex.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/ignore/sendToCex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWnC,CAAA;AAEL,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWpC,CAAA"}
|
|
@@ -951,7 +951,7 @@ export declare const accountActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObjec
|
|
|
951
951
|
icon?: string | undefined;
|
|
952
952
|
}>>;
|
|
953
953
|
action: z.ZodLiteral<"atomic-arbitrage">;
|
|
954
|
-
transfers: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
954
|
+
transfers: z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
955
955
|
price: z.ZodOptional<z.ZodObject<{
|
|
956
956
|
cryptoCurrencyId: z.ZodString;
|
|
957
957
|
fiatCurrencyId: z.ZodString;
|
|
@@ -1225,7 +1225,281 @@ export declare const accountActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObjec
|
|
|
1225
1225
|
} | undefined;
|
|
1226
1226
|
from?: string | undefined;
|
|
1227
1227
|
to?: string | undefined;
|
|
1228
|
-
}>,
|
|
1228
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
1229
|
+
price: z.ZodOptional<z.ZodObject<{
|
|
1230
|
+
cryptoCurrencyId: z.ZodString;
|
|
1231
|
+
fiatCurrencyId: z.ZodString;
|
|
1232
|
+
price: z.ZodObject<{
|
|
1233
|
+
value: z.ZodBigInt;
|
|
1234
|
+
decimals: z.ZodNumber;
|
|
1235
|
+
}, "strip", z.ZodTypeAny, {
|
|
1236
|
+
value: bigint;
|
|
1237
|
+
decimals: number;
|
|
1238
|
+
}, {
|
|
1239
|
+
value: bigint;
|
|
1240
|
+
decimals: number;
|
|
1241
|
+
}>;
|
|
1242
|
+
timestamp: z.ZodNumber;
|
|
1243
|
+
}, "strip", z.ZodTypeAny, {
|
|
1244
|
+
cryptoCurrencyId: string;
|
|
1245
|
+
fiatCurrencyId: string;
|
|
1246
|
+
price: {
|
|
1247
|
+
value: bigint;
|
|
1248
|
+
decimals: number;
|
|
1249
|
+
};
|
|
1250
|
+
timestamp: number;
|
|
1251
|
+
}, {
|
|
1252
|
+
cryptoCurrencyId: string;
|
|
1253
|
+
fiatCurrencyId: string;
|
|
1254
|
+
price: {
|
|
1255
|
+
value: bigint;
|
|
1256
|
+
decimals: number;
|
|
1257
|
+
};
|
|
1258
|
+
timestamp: number;
|
|
1259
|
+
}>>;
|
|
1260
|
+
from: z.ZodOptional<z.ZodString>;
|
|
1261
|
+
to: z.ZodOptional<z.ZodString>;
|
|
1262
|
+
amount: z.ZodObject<{
|
|
1263
|
+
value: z.ZodBigInt;
|
|
1264
|
+
decimals: z.ZodNumber;
|
|
1265
|
+
}, "strip", z.ZodTypeAny, {
|
|
1266
|
+
value: bigint;
|
|
1267
|
+
decimals: number;
|
|
1268
|
+
}, {
|
|
1269
|
+
value: bigint;
|
|
1270
|
+
decimals: number;
|
|
1271
|
+
}>;
|
|
1272
|
+
direction: z.ZodLiteral<"out">;
|
|
1273
|
+
asset: z.ZodEffects<z.ZodObject<{
|
|
1274
|
+
type: z.ZodLiteral<"CryptoCurrency">;
|
|
1275
|
+
id: z.ZodString;
|
|
1276
|
+
name: z.ZodString;
|
|
1277
|
+
symbol: z.ZodString;
|
|
1278
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
1279
|
+
market: z.ZodEffects<z.ZodObject<{
|
|
1280
|
+
coingeckoId: z.ZodOptional<z.ZodString>;
|
|
1281
|
+
marketCapUsd: z.ZodOptional<z.ZodObject<{
|
|
1282
|
+
value: z.ZodBigInt;
|
|
1283
|
+
decimals: z.ZodNumber;
|
|
1284
|
+
}, "strip", z.ZodTypeAny, {
|
|
1285
|
+
value: bigint;
|
|
1286
|
+
decimals: number;
|
|
1287
|
+
}, {
|
|
1288
|
+
value: bigint;
|
|
1289
|
+
decimals: number;
|
|
1290
|
+
}>>;
|
|
1291
|
+
}, "strip", z.ZodTypeAny, {
|
|
1292
|
+
coingeckoId?: string | undefined;
|
|
1293
|
+
marketCapUsd?: {
|
|
1294
|
+
value: bigint;
|
|
1295
|
+
decimals: number;
|
|
1296
|
+
} | undefined;
|
|
1297
|
+
}, {
|
|
1298
|
+
coingeckoId?: string | undefined;
|
|
1299
|
+
marketCapUsd?: {
|
|
1300
|
+
value: bigint;
|
|
1301
|
+
decimals: number;
|
|
1302
|
+
} | undefined;
|
|
1303
|
+
}>, {
|
|
1304
|
+
coingeckoId: string | undefined;
|
|
1305
|
+
marketCapUsd: {
|
|
1306
|
+
value: bigint;
|
|
1307
|
+
decimals: number;
|
|
1308
|
+
} | undefined;
|
|
1309
|
+
}, {
|
|
1310
|
+
coingeckoId?: string | undefined;
|
|
1311
|
+
marketCapUsd?: {
|
|
1312
|
+
value: bigint;
|
|
1313
|
+
decimals: number;
|
|
1314
|
+
} | undefined;
|
|
1315
|
+
}>;
|
|
1316
|
+
updatedAt: z.ZodNumber;
|
|
1317
|
+
}, "strip", z.ZodTypeAny, {
|
|
1318
|
+
symbol: string;
|
|
1319
|
+
type: "CryptoCurrency";
|
|
1320
|
+
id: string;
|
|
1321
|
+
name: string;
|
|
1322
|
+
market: {
|
|
1323
|
+
coingeckoId: string | undefined;
|
|
1324
|
+
marketCapUsd: {
|
|
1325
|
+
value: bigint;
|
|
1326
|
+
decimals: number;
|
|
1327
|
+
} | undefined;
|
|
1328
|
+
};
|
|
1329
|
+
updatedAt: number;
|
|
1330
|
+
icon?: string | undefined;
|
|
1331
|
+
}, {
|
|
1332
|
+
symbol: string;
|
|
1333
|
+
type: "CryptoCurrency";
|
|
1334
|
+
id: string;
|
|
1335
|
+
name: string;
|
|
1336
|
+
market: {
|
|
1337
|
+
coingeckoId?: string | undefined;
|
|
1338
|
+
marketCapUsd?: {
|
|
1339
|
+
value: bigint;
|
|
1340
|
+
decimals: number;
|
|
1341
|
+
} | undefined;
|
|
1342
|
+
};
|
|
1343
|
+
updatedAt: number;
|
|
1344
|
+
icon?: string | undefined;
|
|
1345
|
+
}>, {
|
|
1346
|
+
icon: string | undefined;
|
|
1347
|
+
symbol: string;
|
|
1348
|
+
type: "CryptoCurrency";
|
|
1349
|
+
id: string;
|
|
1350
|
+
name: string;
|
|
1351
|
+
market: {
|
|
1352
|
+
coingeckoId: string | undefined;
|
|
1353
|
+
marketCapUsd: {
|
|
1354
|
+
value: bigint;
|
|
1355
|
+
decimals: number;
|
|
1356
|
+
} | undefined;
|
|
1357
|
+
};
|
|
1358
|
+
updatedAt: number;
|
|
1359
|
+
}, {
|
|
1360
|
+
symbol: string;
|
|
1361
|
+
type: "CryptoCurrency";
|
|
1362
|
+
id: string;
|
|
1363
|
+
name: string;
|
|
1364
|
+
market: {
|
|
1365
|
+
coingeckoId?: string | undefined;
|
|
1366
|
+
marketCapUsd?: {
|
|
1367
|
+
value: bigint;
|
|
1368
|
+
decimals: number;
|
|
1369
|
+
} | undefined;
|
|
1370
|
+
};
|
|
1371
|
+
updatedAt: number;
|
|
1372
|
+
icon?: string | undefined;
|
|
1373
|
+
}>;
|
|
1374
|
+
}, "strip", z.ZodTypeAny, {
|
|
1375
|
+
asset: {
|
|
1376
|
+
icon: string | undefined;
|
|
1377
|
+
symbol: string;
|
|
1378
|
+
type: "CryptoCurrency";
|
|
1379
|
+
id: string;
|
|
1380
|
+
name: string;
|
|
1381
|
+
market: {
|
|
1382
|
+
coingeckoId: string | undefined;
|
|
1383
|
+
marketCapUsd: {
|
|
1384
|
+
value: bigint;
|
|
1385
|
+
decimals: number;
|
|
1386
|
+
} | undefined;
|
|
1387
|
+
};
|
|
1388
|
+
updatedAt: number;
|
|
1389
|
+
};
|
|
1390
|
+
amount: {
|
|
1391
|
+
value: bigint;
|
|
1392
|
+
decimals: number;
|
|
1393
|
+
};
|
|
1394
|
+
direction: "out";
|
|
1395
|
+
price?: {
|
|
1396
|
+
cryptoCurrencyId: string;
|
|
1397
|
+
fiatCurrencyId: string;
|
|
1398
|
+
price: {
|
|
1399
|
+
value: bigint;
|
|
1400
|
+
decimals: number;
|
|
1401
|
+
};
|
|
1402
|
+
timestamp: number;
|
|
1403
|
+
} | undefined;
|
|
1404
|
+
from?: string | undefined;
|
|
1405
|
+
to?: string | undefined;
|
|
1406
|
+
}, {
|
|
1407
|
+
asset: {
|
|
1408
|
+
symbol: string;
|
|
1409
|
+
type: "CryptoCurrency";
|
|
1410
|
+
id: string;
|
|
1411
|
+
name: string;
|
|
1412
|
+
market: {
|
|
1413
|
+
coingeckoId?: string | undefined;
|
|
1414
|
+
marketCapUsd?: {
|
|
1415
|
+
value: bigint;
|
|
1416
|
+
decimals: number;
|
|
1417
|
+
} | undefined;
|
|
1418
|
+
};
|
|
1419
|
+
updatedAt: number;
|
|
1420
|
+
icon?: string | undefined;
|
|
1421
|
+
};
|
|
1422
|
+
amount: {
|
|
1423
|
+
value: bigint;
|
|
1424
|
+
decimals: number;
|
|
1425
|
+
};
|
|
1426
|
+
direction: "out";
|
|
1427
|
+
price?: {
|
|
1428
|
+
cryptoCurrencyId: string;
|
|
1429
|
+
fiatCurrencyId: string;
|
|
1430
|
+
price: {
|
|
1431
|
+
value: bigint;
|
|
1432
|
+
decimals: number;
|
|
1433
|
+
};
|
|
1434
|
+
timestamp: number;
|
|
1435
|
+
} | undefined;
|
|
1436
|
+
from?: string | undefined;
|
|
1437
|
+
to?: string | undefined;
|
|
1438
|
+
}>, {
|
|
1439
|
+
from: string | undefined;
|
|
1440
|
+
to: string | undefined;
|
|
1441
|
+
price: {
|
|
1442
|
+
cryptoCurrencyId: string;
|
|
1443
|
+
fiatCurrencyId: string;
|
|
1444
|
+
price: {
|
|
1445
|
+
value: bigint;
|
|
1446
|
+
decimals: number;
|
|
1447
|
+
};
|
|
1448
|
+
timestamp: number;
|
|
1449
|
+
} | undefined;
|
|
1450
|
+
asset: {
|
|
1451
|
+
icon: string | undefined;
|
|
1452
|
+
symbol: string;
|
|
1453
|
+
type: "CryptoCurrency";
|
|
1454
|
+
id: string;
|
|
1455
|
+
name: string;
|
|
1456
|
+
market: {
|
|
1457
|
+
coingeckoId: string | undefined;
|
|
1458
|
+
marketCapUsd: {
|
|
1459
|
+
value: bigint;
|
|
1460
|
+
decimals: number;
|
|
1461
|
+
} | undefined;
|
|
1462
|
+
};
|
|
1463
|
+
updatedAt: number;
|
|
1464
|
+
};
|
|
1465
|
+
amount: {
|
|
1466
|
+
value: bigint;
|
|
1467
|
+
decimals: number;
|
|
1468
|
+
};
|
|
1469
|
+
direction: "out";
|
|
1470
|
+
}, {
|
|
1471
|
+
asset: {
|
|
1472
|
+
symbol: string;
|
|
1473
|
+
type: "CryptoCurrency";
|
|
1474
|
+
id: string;
|
|
1475
|
+
name: string;
|
|
1476
|
+
market: {
|
|
1477
|
+
coingeckoId?: string | undefined;
|
|
1478
|
+
marketCapUsd?: {
|
|
1479
|
+
value: bigint;
|
|
1480
|
+
decimals: number;
|
|
1481
|
+
} | undefined;
|
|
1482
|
+
};
|
|
1483
|
+
updatedAt: number;
|
|
1484
|
+
icon?: string | undefined;
|
|
1485
|
+
};
|
|
1486
|
+
amount: {
|
|
1487
|
+
value: bigint;
|
|
1488
|
+
decimals: number;
|
|
1489
|
+
};
|
|
1490
|
+
direction: "out";
|
|
1491
|
+
price?: {
|
|
1492
|
+
cryptoCurrencyId: string;
|
|
1493
|
+
fiatCurrencyId: string;
|
|
1494
|
+
price: {
|
|
1495
|
+
value: bigint;
|
|
1496
|
+
decimals: number;
|
|
1497
|
+
};
|
|
1498
|
+
timestamp: number;
|
|
1499
|
+
} | undefined;
|
|
1500
|
+
from?: string | undefined;
|
|
1501
|
+
to?: string | undefined;
|
|
1502
|
+
}>]>, "many">;
|
|
1229
1503
|
}, "strip", z.ZodTypeAny, {
|
|
1230
1504
|
type: "NormalAccountAction";
|
|
1231
1505
|
timestamp: number;
|
|
@@ -1233,7 +1507,7 @@ export declare const accountActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObjec
|
|
|
1233
1507
|
action: "atomic-arbitrage";
|
|
1234
1508
|
source: string;
|
|
1235
1509
|
evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
|
|
1236
|
-
transfers: {
|
|
1510
|
+
transfers: ({
|
|
1237
1511
|
from: string | undefined;
|
|
1238
1512
|
to: string | undefined;
|
|
1239
1513
|
price: {
|
|
@@ -1265,7 +1539,39 @@ export declare const accountActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObjec
|
|
|
1265
1539
|
decimals: number;
|
|
1266
1540
|
};
|
|
1267
1541
|
direction: "in";
|
|
1268
|
-
}
|
|
1542
|
+
} | {
|
|
1543
|
+
from: string | undefined;
|
|
1544
|
+
to: string | undefined;
|
|
1545
|
+
price: {
|
|
1546
|
+
cryptoCurrencyId: string;
|
|
1547
|
+
fiatCurrencyId: string;
|
|
1548
|
+
price: {
|
|
1549
|
+
value: bigint;
|
|
1550
|
+
decimals: number;
|
|
1551
|
+
};
|
|
1552
|
+
timestamp: number;
|
|
1553
|
+
} | undefined;
|
|
1554
|
+
asset: {
|
|
1555
|
+
icon: string | undefined;
|
|
1556
|
+
symbol: string;
|
|
1557
|
+
type: "CryptoCurrency";
|
|
1558
|
+
id: string;
|
|
1559
|
+
name: string;
|
|
1560
|
+
market: {
|
|
1561
|
+
coingeckoId: string | undefined;
|
|
1562
|
+
marketCapUsd: {
|
|
1563
|
+
value: bigint;
|
|
1564
|
+
decimals: number;
|
|
1565
|
+
} | undefined;
|
|
1566
|
+
};
|
|
1567
|
+
updatedAt: number;
|
|
1568
|
+
};
|
|
1569
|
+
amount: {
|
|
1570
|
+
value: bigint;
|
|
1571
|
+
decimals: number;
|
|
1572
|
+
};
|
|
1573
|
+
direction: "out";
|
|
1574
|
+
})[];
|
|
1269
1575
|
comment?: string | undefined;
|
|
1270
1576
|
app?: {
|
|
1271
1577
|
description: string | undefined;
|
|
@@ -1282,7 +1588,7 @@ export declare const accountActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObjec
|
|
|
1282
1588
|
action: "atomic-arbitrage";
|
|
1283
1589
|
source: string;
|
|
1284
1590
|
evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
|
|
1285
|
-
transfers: {
|
|
1591
|
+
transfers: ({
|
|
1286
1592
|
asset: {
|
|
1287
1593
|
symbol: string;
|
|
1288
1594
|
type: "CryptoCurrency";
|
|
@@ -1314,7 +1620,39 @@ export declare const accountActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObjec
|
|
|
1314
1620
|
} | undefined;
|
|
1315
1621
|
from?: string | undefined;
|
|
1316
1622
|
to?: string | undefined;
|
|
1317
|
-
}
|
|
1623
|
+
} | {
|
|
1624
|
+
asset: {
|
|
1625
|
+
symbol: string;
|
|
1626
|
+
type: "CryptoCurrency";
|
|
1627
|
+
id: string;
|
|
1628
|
+
name: string;
|
|
1629
|
+
market: {
|
|
1630
|
+
coingeckoId?: string | undefined;
|
|
1631
|
+
marketCapUsd?: {
|
|
1632
|
+
value: bigint;
|
|
1633
|
+
decimals: number;
|
|
1634
|
+
} | undefined;
|
|
1635
|
+
};
|
|
1636
|
+
updatedAt: number;
|
|
1637
|
+
icon?: string | undefined;
|
|
1638
|
+
};
|
|
1639
|
+
amount: {
|
|
1640
|
+
value: bigint;
|
|
1641
|
+
decimals: number;
|
|
1642
|
+
};
|
|
1643
|
+
direction: "out";
|
|
1644
|
+
price?: {
|
|
1645
|
+
cryptoCurrencyId: string;
|
|
1646
|
+
fiatCurrencyId: string;
|
|
1647
|
+
price: {
|
|
1648
|
+
value: bigint;
|
|
1649
|
+
decimals: number;
|
|
1650
|
+
};
|
|
1651
|
+
timestamp: number;
|
|
1652
|
+
} | undefined;
|
|
1653
|
+
from?: string | undefined;
|
|
1654
|
+
to?: string | undefined;
|
|
1655
|
+
})[];
|
|
1318
1656
|
comment?: string | undefined;
|
|
1319
1657
|
app?: {
|
|
1320
1658
|
id: string;
|
|
@@ -1340,7 +1678,7 @@ export declare const accountActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObjec
|
|
|
1340
1678
|
action: "atomic-arbitrage";
|
|
1341
1679
|
source: string;
|
|
1342
1680
|
evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
|
|
1343
|
-
transfers: {
|
|
1681
|
+
transfers: ({
|
|
1344
1682
|
from: string | undefined;
|
|
1345
1683
|
to: string | undefined;
|
|
1346
1684
|
price: {
|
|
@@ -1372,7 +1710,39 @@ export declare const accountActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObjec
|
|
|
1372
1710
|
decimals: number;
|
|
1373
1711
|
};
|
|
1374
1712
|
direction: "in";
|
|
1375
|
-
}
|
|
1713
|
+
} | {
|
|
1714
|
+
from: string | undefined;
|
|
1715
|
+
to: string | undefined;
|
|
1716
|
+
price: {
|
|
1717
|
+
cryptoCurrencyId: string;
|
|
1718
|
+
fiatCurrencyId: string;
|
|
1719
|
+
price: {
|
|
1720
|
+
value: bigint;
|
|
1721
|
+
decimals: number;
|
|
1722
|
+
};
|
|
1723
|
+
timestamp: number;
|
|
1724
|
+
} | undefined;
|
|
1725
|
+
asset: {
|
|
1726
|
+
icon: string | undefined;
|
|
1727
|
+
symbol: string;
|
|
1728
|
+
type: "CryptoCurrency";
|
|
1729
|
+
id: string;
|
|
1730
|
+
name: string;
|
|
1731
|
+
market: {
|
|
1732
|
+
coingeckoId: string | undefined;
|
|
1733
|
+
marketCapUsd: {
|
|
1734
|
+
value: bigint;
|
|
1735
|
+
decimals: number;
|
|
1736
|
+
} | undefined;
|
|
1737
|
+
};
|
|
1738
|
+
updatedAt: number;
|
|
1739
|
+
};
|
|
1740
|
+
amount: {
|
|
1741
|
+
value: bigint;
|
|
1742
|
+
decimals: number;
|
|
1743
|
+
};
|
|
1744
|
+
direction: "out";
|
|
1745
|
+
})[];
|
|
1376
1746
|
}, {
|
|
1377
1747
|
type: "NormalAccountAction";
|
|
1378
1748
|
timestamp: number;
|
|
@@ -1380,7 +1750,7 @@ export declare const accountActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObjec
|
|
|
1380
1750
|
action: "atomic-arbitrage";
|
|
1381
1751
|
source: string;
|
|
1382
1752
|
evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
|
|
1383
|
-
transfers: {
|
|
1753
|
+
transfers: ({
|
|
1384
1754
|
asset: {
|
|
1385
1755
|
symbol: string;
|
|
1386
1756
|
type: "CryptoCurrency";
|
|
@@ -1412,7 +1782,39 @@ export declare const accountActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObjec
|
|
|
1412
1782
|
} | undefined;
|
|
1413
1783
|
from?: string | undefined;
|
|
1414
1784
|
to?: string | undefined;
|
|
1415
|
-
}
|
|
1785
|
+
} | {
|
|
1786
|
+
asset: {
|
|
1787
|
+
symbol: string;
|
|
1788
|
+
type: "CryptoCurrency";
|
|
1789
|
+
id: string;
|
|
1790
|
+
name: string;
|
|
1791
|
+
market: {
|
|
1792
|
+
coingeckoId?: string | undefined;
|
|
1793
|
+
marketCapUsd?: {
|
|
1794
|
+
value: bigint;
|
|
1795
|
+
decimals: number;
|
|
1796
|
+
} | undefined;
|
|
1797
|
+
};
|
|
1798
|
+
updatedAt: number;
|
|
1799
|
+
icon?: string | undefined;
|
|
1800
|
+
};
|
|
1801
|
+
amount: {
|
|
1802
|
+
value: bigint;
|
|
1803
|
+
decimals: number;
|
|
1804
|
+
};
|
|
1805
|
+
direction: "out";
|
|
1806
|
+
price?: {
|
|
1807
|
+
cryptoCurrencyId: string;
|
|
1808
|
+
fiatCurrencyId: string;
|
|
1809
|
+
price: {
|
|
1810
|
+
value: bigint;
|
|
1811
|
+
decimals: number;
|
|
1812
|
+
};
|
|
1813
|
+
timestamp: number;
|
|
1814
|
+
} | undefined;
|
|
1815
|
+
from?: string | undefined;
|
|
1816
|
+
to?: string | undefined;
|
|
1817
|
+
})[];
|
|
1416
1818
|
comment?: string | undefined;
|
|
1417
1819
|
app?: {
|
|
1418
1820
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"atomicArbitrage.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/income/atomicArbitrage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAczC,CAAA;AAEL,eAAO,MAAM,kCAAkC
|
|
1
|
+
{"version":3,"file":"atomicArbitrage.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/income/atomicArbitrage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAczC,CAAA;AAEL,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAexC,CAAA"}
|