SYMBOL INDEX (1571 symbols across 491 files) FILE: craco.config.cjs constant ASSET_PATH (line 7) | const ASSET_PATH = process.env.ASSET_PATH || '/' FILE: packages/common-resources/scripts/get_imgs.py function gen_imgs (line 24) | def gen_imgs(tokenMap): function fetch_zapper (line 109) | def fetch_zapper(): FILE: packages/common-resources/static-resources/src/constant/account.ts type AccountStatus (line 5) | enum AccountStatus { type fnType (line 16) | enum fnType { type Account (line 28) | type Account = { type AccountState (line 54) | type AccountState = Account & StateBase type AccountFull (line 55) | type AccountFull = { type AssetsRawDataItem (line 61) | type AssetsRawDataItem = { FILE: packages/common-resources/static-resources/src/constant/chart.ts type ChartType (line 1) | enum ChartType { type ChartUnit (line 7) | enum ChartUnit { FILE: packages/common-resources/static-resources/src/constant/market.ts type FloatTag (line 1) | enum FloatTag { type MarketType (line 7) | type MarketType = `${string}-${string}` type AMMMarketType (line 8) | type AMMMarketType = `AMM-${string}-${string}` type LPTokenType (line 9) | type LPTokenType = `LP-${string}-${string}` FILE: packages/common-resources/static-resources/src/constant/networks.ts constant SUPPORTING_NETWORKS (line 2) | const SUPPORTING_NETWORKS = process.env.REACT_APP_CHAIN_IDS!.split(',') FILE: packages/common-resources/static-resources/src/constant/notification.ts type NOTIFY_COLOR (line 17) | enum NOTIFY_COLOR { type INVEST_ITEM (line 24) | type INVEST_ITEM = { type NOTIFICATION_ITEM (line 36) | type NOTIFICATION_ITEM = { type ACTIVITY (line 59) | type ACTIVITY = NOTIFICATION_ITEM type CAMPAIGN_TAG (line 60) | type CAMPAIGN_TAG = { type SCENARIO (line 76) | enum SCENARIO { type CAMPAIGNTAGCONFIG (line 84) | type CAMPAIGNTAGCONFIG = { type RedPacketConfig (line 87) | type RedPacketConfig = { type NOTIFICATION (line 93) | type NOTIFICATION = { type Notify (line 111) | type Notify = Omit type NOTIFICATIONHEADER (line 112) | type NOTIFICATIONHEADER = { FILE: packages/common-resources/static-resources/src/constant/proLayout.ts type LayoutConfig (line 3) | enum LayoutConfig { type BreakPoint (line 11) | enum BreakPoint { type ConfigLayout (line 20) | type ConfigLayout

= { type LayoutConfigInfo (line 150) | type LayoutConfigInfo = { FILE: packages/common-resources/static-resources/src/constant/router.ts constant FEED_BACK_LINK (line 35) | const FEED_BACK_LINK = 'https://desk.zoho.com/portal/loopring/en/home' constant GUARDIAN_URL (line 38) | const GUARDIAN_URL = 'https://guardian.loopring.io' constant IPFS_LOOPRING_URL (line 41) | const IPFS_LOOPRING_URL = `${LoopringIPFSSiteProtocol}://${LoopringIPFSS... constant IPFS_HEAD_URL (line 42) | const IPFS_HEAD_URL = 'ipfs://' constant IPFS_HEAD_URL_REG (line 43) | const IPFS_HEAD_URL_REG = /^ipfs:\/\/(ipfs\/)?/i constant IPFS_LOOPRING_SITE (line 44) | const IPFS_LOOPRING_SITE = 'https://ipfs.loopring.io/ipfs/' // sdk.LOOPR... constant BANXA_URLS (line 45) | const BANXA_URLS = { constant LOOPRING_DOCUMENT (line 49) | const LOOPRING_DOCUMENT = 'https://loopring.io/#/document/' type RouterPath (line 51) | enum RouterPath { type InvestType (line 73) | enum InvestType { type Layer2RouterID (line 93) | enum Layer2RouterID { type ButtonComponentsMap (line 153) | enum ButtonComponentsMap { type RouterMainKey (line 268) | enum RouterMainKey { type NFTSubRouter (line 285) | enum NFTSubRouter { type VaultKey (line 348) | enum VaultKey { constant INVEST_TABS (line 538) | const INVEST_TABS = [ constant DEFI_CONFIG (line 547) | const DEFI_CONFIG = { constant LEVERAGE_ETH_CONFIG (line 569) | const LEVERAGE_ETH_CONFIG = { constant DUAL_CONFIG (line 613) | const DUAL_CONFIG = { constant FOOTER_LIST_MAP (line 660) | const FOOTER_LIST_MAP = { constant MEDIA_LIST (line 696) | const MEDIA_LIST = [ constant DEFI_ADVICE_MAP (line 848) | const DEFI_ADVICE_MAP = { type RecordTabIndex (line 854) | enum RecordTabIndex { type AssetTabIndex (line 869) | enum AssetTabIndex { type RedPacketRouterIndex (line 876) | enum RedPacketRouterIndex { type RedPacketRecordsTabIndex (line 881) | enum RedPacketRecordsTabIndex { type TabOrderIndex (line 892) | enum TabOrderIndex { constant L1L2_NAME_DEFINED (line 1577) | const L1L2_NAME_DEFINED = { constant SPECIAL_ACTIVATION_NETWORKS (line 1668) | const SPECIAL_ACTIVATION_NETWORKS = [ FILE: packages/common-resources/static-resources/src/constant/sagaStatus.ts type SagaStatus (line 3) | enum SagaStatus { type StateBase (line 10) | type StateBase = { FILE: packages/common-resources/static-resources/src/constant/setting.ts type UpColor (line 6) | enum UpColor { type RowConfigType (line 12) | type RowConfigType = { constant HEADER_HEIGHT (line 41) | const HEADER_HEIGHT = 64 constant LOOPRING_DOC (line 59) | const LOOPRING_DOC = 'https://docs.loopring.io' constant YEAR_FROMATE (line 61) | const YEAR_FROMATE = 'YYYY' constant DAY_FORMAT (line 62) | const DAY_FORMAT = 'MM/DD' constant MINUTE_FORMAT (line 63) | const MINUTE_FORMAT = 'HH:mm' constant DAY_MINUTE_FORMAT (line 64) | const DAY_MINUTE_FORMAT = `${DAY_FORMAT} ${MINUTE_FORMAT}` constant DAT_STRING_FORMAT (line 65) | const DAT_STRING_FORMAT = 'MMM DD [UTC]Z' constant DAT_STRING_FORMAT_S (line 66) | const DAT_STRING_FORMAT_S = 'MMM DD' constant SECOND_FORMAT (line 68) | const SECOND_FORMAT = `${MINUTE_FORMAT}:ss` constant YEAR_DAY_FORMAT (line 69) | const YEAR_DAY_FORMAT = `${YEAR_FROMATE}/${DAY_FORMAT}` constant YEAR_DAY_MINUTE_FORMAT (line 70) | const YEAR_DAY_MINUTE_FORMAT = `${YEAR_DAY_FORMAT} ${MINUTE_FORMAT}` constant YEAR_DAY_SECOND_FORMAT (line 71) | const YEAR_DAY_SECOND_FORMAT = `${YEAR_DAY_FORMAT} ${SECOND_FORMAT}` constant MINT_STRING_FORMAT (line 72) | const MINT_STRING_FORMAT = `${MINUTE_FORMAT} ${DAT_STRING_FORMAT}` constant UNIX_TIMESTAMP_FORMAT (line 73) | const UNIX_TIMESTAMP_FORMAT = 'x' type TradeBtnStatus (line 105) | enum TradeBtnStatus { constant HEBAO_CONTRACT_MAP (line 207) | const HEBAO_CONTRACT_MAP = [ type ContactType (line 216) | type ContactType = Pick['contacts'][0] type CoinSource (line 218) | type CoinSource = { type TableFilterParams (line 230) | enum TableFilterParams { type Contact (line 236) | type Contact = { type ToastType (line 243) | enum ToastType { constant SEND_TO_TAIKO_NETWORK_MAP (line 250) | const SEND_TO_TAIKO_NETWORK_MAP = new Map([ constant CHAIN_ID_TO_VIEW_CHAIN (line 255) | const CHAIN_ID_TO_VIEW_CHAIN = new Map([ FILE: packages/common-resources/static-resources/src/constant/social.ts type SOCIAL_NAME_KEYS (line 9) | enum SOCIAL_NAME_KEYS { constant SOCIAL_COMPONENT_MAP (line 22) | const SOCIAL_COMPONENT_MAP = { constant SOCIAL_LIST (line 60) | const SOCIAL_LIST = [ FILE: packages/common-resources/static-resources/src/constant/table.ts type TableType (line 1) | enum TableType { FILE: packages/common-resources/static-resources/src/constant/tokenConfig.ts constant SPECIAL_TOKEN_NAME_MAP (line 1) | const SPECIAL_TOKEN_NAME_MAP = new Map( constant WITHDRAW_TOKEN_FILTER_LIST (line 8) | const WITHDRAW_TOKEN_FILTER_LIST = ['LRTAIKO'] FILE: packages/common-resources/static-resources/src/constant/trade.ts type DeFiChgType (line 14) | enum DeFiChgType { type WithdrawType (line 20) | type WithdrawType = type WithdrawTypes (line 25) | type WithdrawTypes = { type CurrencyToTag (line 34) | enum CurrencyToTag { type PriceTag (line 46) | enum PriceTag { type TradeTypes (line 58) | enum TradeTypes { type TradeStatus (line 63) | enum TradeStatus { type TxInfo (line 75) | type TxInfo = { type AccountHashInfo (line 82) | interface AccountHashInfo { type NFTHashInfo (line 88) | interface NFTHashInfo { type Layer1Action (line 92) | enum Layer1Action { type Layer1ActionHistory (line 98) | type Layer1ActionHistory = { type ChainHashInfos (line 105) | type ChainHashInfos = { type NFTHashInfos (line 109) | type NFTHashInfos = { type LAYER1_ACTION_HISTORY (line 112) | type LAYER1_ACTION_HISTORY = { type MetaProperty (line 116) | type MetaProperty = { type MetaDataProperty (line 120) | type MetaDataProperty = { [key: string]: string } type AttributesProperty (line 121) | type AttributesProperty = { type NFTMETA (line 126) | type NFTMETA = { type Media (line 137) | enum Media { type NFTWholeINFO (line 144) | type NFTWholeINFO = sdk.NFTTokenInfo & type MintTradeNFT (line 162) | type MintTradeNFT = { type MintReadTradeNFT (line 173) | type MintReadTradeNFT = { type TradeNFT (line 184) | type TradeNFT = MintTradeNFT & type NFT_TYPE_STRING (line 190) | enum NFT_TYPE_STRING { constant DEAULT_NFTID_STRING (line 197) | const DEAULT_NFTID_STRING = constant MINT_LIMIT (line 199) | const MINT_LIMIT = 100000 constant SUBMIT_PANEL_CHECK (line 200) | const SUBMIT_PANEL_CHECK = 1000 constant SUBMIT_PANEL_AUTO_CLOSE (line 201) | const SUBMIT_PANEL_AUTO_CLOSE = 8000 constant SUBMIT_PANEL_QUICK_AUTO_CLOSE (line 202) | const SUBMIT_PANEL_QUICK_AUTO_CLOSE = 3000 constant SUBMIT_PANEL_DOUBLE_QUICK_AUTO_CLOSE (line 203) | const SUBMIT_PANEL_DOUBLE_QUICK_AUTO_CLOSE = 1000 constant TOAST_TIME (line 204) | const TOAST_TIME = 3000 constant PROPERTY_LIMIT (line 206) | const PROPERTY_LIMIT = 64 constant PROPERTY_KET_LIMIT (line 207) | const PROPERTY_KET_LIMIT = 20 constant STAKING_INVEST_LIMIT (line 208) | const STAKING_INVEST_LIMIT = 5 constant REDPACKET_ORDER_LIMIT (line 210) | const REDPACKET_ORDER_LIMIT = 10000 constant REDPACKET_ORDER_NFT_LIMIT (line 211) | const REDPACKET_ORDER_NFT_LIMIT = 20000 constant EXCLUSIVE_REDPACKET_ORDER_LIMIT_WHITELIST (line 212) | const EXCLUSIVE_REDPACKET_ORDER_LIMIT_WHITELIST = 10000 constant EXCLUSIVE_REDPACKET_ORDER_LIMIT (line 213) | const EXCLUSIVE_REDPACKET_ORDER_LIMIT = 50 constant BLINDBOX_REDPACKET_LIMIT (line 214) | const BLINDBOX_REDPACKET_LIMIT = 10000 constant VAULT_MARKET_REFRESH (line 216) | const VAULT_MARKET_REFRESH = 60000 constant LOOPRING_TAKE_NFT_META_KET (line 217) | const LOOPRING_TAKE_NFT_META_KET = { type LOOPRING_NFT_METADATA (line 224) | type LOOPRING_NFT_METADATA = { type SendAssetListType (line 265) | type SendAssetListType = Record< type AddressError (line 333) | enum AddressError { type WALLET_TYPE (line 342) | enum WALLET_TYPE { type EXCHANGE_TYPE (line 349) | enum EXCHANGE_TYPE { type AddressItemType (line 357) | type AddressItemType = { type ForexMap (line 368) | type ForexMap = { [k in keyof C]?: number } type InvestMapType (line 370) | const enum InvestMapType { type InvestAssetRouter (line 379) | const enum InvestAssetRouter { type InvestDuration (line 396) | const enum InvestDuration { type InvestItem (line 402) | type InvestItem = { type InvestDetail (line 409) | type InvestDetail = { type CreateCollectionStep (line 416) | enum CreateCollectionStep { type TradeDefi (line 427) | type TradeDefi = { type TradeStake (line 450) | type TradeStake = { type RedeemStake (line 461) | type RedeemStake = { type L2CollectionFilter (line 472) | type L2CollectionFilter = { type MyNFTFilter (line 478) | type MyNFTFilter = { type MY_NFT_VIEW (line 483) | enum MY_NFT_VIEW { constant LIVE_FEE_TIMES (line 488) | const LIVE_FEE_TIMES = 60000 constant L1_UPDATE (line 489) | const L1_UPDATE = 15000 type DualCurrentPrice (line 491) | type DualCurrentPrice = { type DualViewBase (line 498) | type DualViewBase = { type DualViewInfo (line 527) | type DualViewInfo = DualViewBase & { type ClaimToken (line 534) | type ClaimToken = sdk.UserBalanceInfo & { type DualViewOrder (line 539) | type DualViewOrder = DualViewBase & { type TRADE_TYPE (line 545) | enum TRADE_TYPE { type CLAIM_TYPE (line 550) | enum CLAIM_TYPE { type BanxaOrder (line 556) | type BanxaOrder = { constant QRCODE_REGION_ID (line 636) | const QRCODE_REGION_ID = 'qrcodeRegionId' type ACCOUNT_ADDRESS (line 638) | type ACCOUNT_ADDRESS = string type TX_HASH (line 639) | type TX_HASH = string type RedPacketHashItems (line 640) | type RedPacketHashItems = { type RedPacketHashInfo (line 647) | type RedPacketHashInfo = { type RedPacketHashInfos (line 650) | type RedPacketHashInfos = { type OffRampStatus (line 654) | enum OffRampStatus { type OffRampHashItem (line 664) | type OffRampHashItem = { type OffRampHashItemObj (line 675) | type OffRampHashItemObj = { type OffRampHashItems (line 679) | type OffRampHashItems = { type OffRampHashInfo (line 682) | type OffRampHashInfo = { type OffRampHashInfos (line 685) | type OffRampHashInfos = { type RedPacketOrderType (line 689) | enum RedPacketOrderType { type RedPacketOrderData (line 696) | type RedPacketOrderData = { type TabTokenTypeIndex (line 715) | enum TabTokenTypeIndex { type SnackbarMessage (line 720) | interface SnackbarMessage { constant BTRDE_PRE (line 726) | const BTRDE_PRE = 'BTRADE-' type TradeProType (line 728) | enum TradeProType { type TradeBaseType (line 733) | enum TradeBaseType { type AmmHistoryItem (line 743) | type AmmHistoryItem = { type LocalStorageConfigKey (line 747) | enum LocalStorageConfigKey { type DualStep (line 758) | enum DualStep { type DualViewType (line 765) | enum DualViewType { type VaultMarketExtends (line 795) | type VaultMarketExtends = { enabled: boolean | 'isFormLocal' } & Omit< type VaultLoanType (line 804) | enum VaultLoanType { type AmmPanelType (line 809) | enum AmmPanelType { type DualInvestConfirmType (line 814) | enum DualInvestConfirmType { type VaultAction (line 819) | enum VaultAction { type VaultSwapStep (line 826) | enum VaultSwapStep { FILE: packages/common-resources/static-resources/src/constant/vendor.ts type VendorProviders (line 1) | enum VendorProviders { FILE: packages/common-resources/static-resources/src/constant/walletConnector.ts type GatewaySort (line 5) | enum GatewaySort { FILE: packages/common-resources/static-resources/src/error/errorMap.tsx type UIERROR_CODE (line 372) | enum UIERROR_CODE { type ErrorObject (line 420) | type ErrorObject = { constant SDK_ERROR_MAP_TO_UI (line 426) | const SDK_ERROR_MAP_TO_UI = { FILE: packages/common-resources/static-resources/src/error/index.ts type ErrorType (line 3) | type ErrorType = { type ErrorWithCodeType (line 9) | type ErrorWithCodeType = { class CustomError (line 17) | class CustomError extends Error { method constructor (line 18) | constructor(error: ErrorType) { method options (line 39) | get options(): any { method date (line 45) | get date(): number { method messageKey (line 51) | get messageKey(): string { class CustomErrorWithCode (line 56) | class CustomErrorWithCode extends Error { method constructor (line 57) | constructor(error: ErrorWithCodeType) { method code (line 78) | get code(): number { method options (line 84) | get options(): any { method date (line 90) | get date(): number { method messageKey (line 96) | get messageKey(): string { FILE: packages/common-resources/static-resources/src/i18n/index.ts type LanguageType (line 8) | enum LanguageType { type languageMap (line 13) | enum languageMap { type LanguageKeys (line 17) | type LanguageKeys = keyof typeof LanguageType FILE: packages/common-resources/static-resources/src/loopring-interface/CoinInterface.ts type CoinKey (line 6) | type CoinKey = keyof R type PairKey (line 7) | type PairKey

= keyof P type IBData (line 9) | interface IBData { type IBDataMax (line 15) | interface IBDataMax extends IBData { type CoinInfo (line 19) | interface CoinInfo { type WalletCoin (line 29) | interface WalletCoin { type CoinMap (line 36) | type CoinMap> = { type FeeInfo (line 42) | interface FeeInfo { type TokenType (line 57) | enum TokenType { type PairMap (line 66) | type PairMap< type WalletMap (line 77) | type WalletMap = WalletCoin> = { type TradeCalcData (line 81) | type TradeCalcData = { type SwapTradeCalcData (line 114) | type SwapTradeCalcData = TradeCalcData & { type BtradeType (line 137) | enum BtradeType { type BtradeTradeCalcData (line 142) | type BtradeTradeCalcData = TradeCalcData & { type VaultTradeCalcData (line 158) | type VaultTradeCalcData = Omit, 'btradeType' |... type TradeCalcProData (line 170) | type TradeCalcProData = { type AmmJoinData (line 199) | type AmmJoinData, I = any> = { type AmmExitData (line 209) | type AmmExitData, I = any> = { type DeFiCalcData (line 218) | type DeFiCalcData = { type DeFiSideCalcData (line 225) | type DeFiSideCalcData = { type RedeemInfo (line 235) | type RedeemInfo = sdk.StakeInfoOrigin & type DeFiSideRedeemCalcData (line 246) | type DeFiSideRedeemCalcData = { type DualTrade (line 250) | type DualTrade = IBData & { type DualCalcData (line 257) | type DualCalcData> = sdk.CalDualResult & { type AmmInData (line 268) | type AmmInData = { type AmmDetailBase (line 286) | type AmmDetailBase = { type AmmDetail (line 321) | type AmmDetail = AmmDetailBase & { type AmmCardProps (line 334) | type AmmCardProps = AmmDetail & { type AmmActivity (line 352) | type AmmActivity = { type Amount (line 367) | type Amount = { type TradeBasic (line 378) | type TradeBasic = { type Trade (line 386) | type Trade = TradeBasic & { type AmmTrade (line 391) | type AmmTrade = TradeBasic & { type AmmRecord (line 396) | type AmmRecord = TradeBasic & { type OrderTrade (line 400) | type OrderTrade = TradeBasic & { type AmmDetailExtend (line 407) | type AmmDetailExtend = { type AmmDetailExtendProps (line 411) | type AmmDetailExtendProps = AmmDetailExtend & { type MyAmmLP (line 415) | type MyAmmLP = { type TradeFloat (line 444) | type TradeFloat = { type EXPLORE_TYPE (line 461) | enum EXPLORE_TYPE { type CollectionMeta (line 490) | type CollectionMeta = sdk.CollectionMeta & { type CollectionMetaJSON (line 495) | type CollectionMetaJSON = { type CollectionMetaKey (line 506) | enum CollectionMetaKey { type MakeMeta (line 520) | type MakeMeta = (props: { collection: Co; domain: s... type GET_IPFS_STRING (line 524) | type GET_IPFS_STRING = (url: string | undefined, basicURl: string) => st... type RedPacketSend (line 526) | type RedPacketSend = { type LuckyRedPacketItem (line 536) | type LuckyRedPacketItem = { type TickerNew (line 547) | type TickerNew = R & { type TickerNewMap (line 557) | type TickerNewMap = { type Ticker (line 561) | type Ticker = TradeFloat & { type NetworkItemInfo (line 572) | type NetworkItemInfo = { type VaultLoanData (line 584) | type VaultLoanData = { type VaultBorrowData (line 588) | type VaultBorrowData< type VaultRepayData (line 609) | type VaultRepayData = { type VaultJoinData (line 623) | type VaultJoinData> = { type VaultExitData (line 642) | type VaultExitData> = { FILE: packages/common-resources/static-resources/src/loopring-interface/FooterInterface.ts type FooterInterface (line 1) | type FooterInterface = { FILE: packages/common-resources/static-resources/src/loopring-interface/HeaderInterface.ts type HeaderMenuTabStatus (line 1) | enum HeaderMenuTabStatus { type HeaderMenuItemInterface (line 7) | interface HeaderMenuItemInterface { FILE: packages/common-resources/static-resources/src/loopring-interface/Investment.ts type InvestAdvice (line 3) | type InvestAdvice = { FILE: packages/common-resources/static-resources/src/loopring-interface/VendorInterface.ts type VendorItem (line 4) | interface VendorItem { FILE: packages/common-resources/static-resources/src/loopring-interface/WallectInterface.ts type WalletStatus (line 3) | enum WalletStatus { type GatewayItem (line 14) | interface GatewayItem { FILE: packages/common-resources/static-resources/src/svg/Icon.tsx type DepthColor (line 3) | type DepthColor = { FILE: packages/common-resources/static-resources/src/svg/redPacketSvg.tsx type RedPacketQRPropsExtends (line 289) | type RedPacketQRPropsExtends = { type ColorConfig (line 301) | type ColorConfig = { type ColorCssConfig (line 310) | type ColorCssConfig = { FILE: packages/common-resources/static-resources/src/svg/shareReferral.tsx type ShareReferralSvgProps (line 4) | type ShareReferralSvgProps = { FILE: packages/common-resources/static-resources/src/themes/css/color-lib.ts type ColorBaseInterface (line 202) | type ColorBaseInterface = typeof ColorDarkDefault FILE: packages/common-resources/static-resources/src/themes/css/global.tsx type SvgSize (line 26) | enum SvgSize { FILE: packages/common-resources/static-resources/src/themes/globalSetup.ts constant FORMAT_STRING_LEN (line 6) | const FORMAT_STRING_LEN = 10 FILE: packages/common-resources/static-resources/src/themes/interface.ts type ThemeType (line 4) | enum ThemeType { type TextFieldPropsSizeOverrides (line 10) | interface TextFieldPropsSizeOverrides { type InputBasePropsSizeOverrides (line 14) | interface InputBasePropsSizeOverrides { type ThemeKeys (line 22) | type ThemeKeys = keyof typeof ThemeType type LoopringTheme (line 23) | type LoopringTheme = Theme & { type AvatarCoinProps (line 51) | type AvatarCoinProps = AvatarProps & { type Theme (line 62) | interface Theme extends LoopringTheme {} FILE: packages/common-resources/static-resources/src/utils/format_tools.ts function isAddress (line 7) | function isAddress(value: any): string | false { function getShowStr (line 14) | function getShowStr( type DepthData (line 32) | type DepthData = { type DepthViewData (line 43) | type DepthViewData = { function genABViewDataAccumulated (line 51) | function genABViewDataAccumulated({ function depth2ViewDataAccumulated (line 108) | function depth2ViewDataAccumulated({ type DepthDataNew (line 185) | type DepthDataNew = { function genABViewData (line 198) | function genABViewData({ function getMaxAmt (line 257) | function getMaxAmt(askInfoSlice: sdk.ABInfo[], bidInfoSlice: sdk.ABInfo[... function depth2ViewData (line 272) | function depth2ViewData({ FILE: packages/common-resources/static-resources/src/utils/obj_tools.ts function copyToClipBoard (line 3) | async function copyToClipBoard(text: string) { FILE: packages/common-resources/static-resources/src/utils/types.tsx type Values (line 1) | type Values = T[keyof T] type Tuplize (line 3) | type Tuplize = Pick = Values<{ type OneOf (line 11) | type OneOf = _OneOf> type Complete (line 13) | type Complete = { type Required (line 17) | type Required = { type RequireOne (line 21) | type RequireOne = { FILE: packages/common-resources/static-resources/src/utils/util.ts constant DOT (line 4) | const DOT = '.' function abbreviateNumber (line 6) | function abbreviateNumber(value: number, precision?: number) { function getShortAddr (line 61) | function getShortAddr(address: string, isMobile?: boolean): string | '' { function type (line 285) | function type(value: any) { FILE: packages/common-resources/static-resources/types.d.ts type Window (line 4) | interface Window { FILE: packages/component-lib/.storybook/main.ts function findBabelRules (line 17) | function findBabelRules(config): any { function getAbsolutePath (line 34) | function getAbsolutePath(value: string): any { FILE: packages/component-lib/src/components/basic-lib/btns/Button.tsx function ScrollTop (line 73) | function ScrollTop({ FILE: packages/component-lib/src/components/basic-lib/btns/Interface.ts type ButtonProps (line 9) | type ButtonProps = MuButtonPros & { type BtnInfo (line 18) | type BtnInfo = { type BtnInfoProps (line 25) | type BtnInfoProps = { type BtnPercentageProps (line 29) | interface BtnPercentageProps extends SliderProps { type BtnPercentageDraggableProps (line 38) | interface BtnPercentageDraggableProps extends BtnPercentageProps { type TGItemJSXInterface (line 42) | interface TGItemJSXInterface { type TGItemData (line 51) | interface TGItemData { type ToggleButtonGroupProps (line 58) | type ToggleButtonGroupProps = MuToggleButtonGroupProps & { FILE: packages/component-lib/src/components/basic-lib/checkbox/index.tsx type CustomCheckBoxProps (line 7) | type CustomCheckBoxProps = { FILE: packages/component-lib/src/components/basic-lib/display/SpaceBetweenBox.tsx type SpaceBetweenProps (line 3) | type SpaceBetweenProps = { FILE: packages/component-lib/src/components/basic-lib/empty/Empty.tsx type EmptyProps (line 6) | type EmptyProps = { FILE: packages/component-lib/src/components/basic-lib/form/hooks/useFocusRef.ts function useFocusRef (line 3) | function useFocusRef({ FILE: packages/component-lib/src/components/basic-lib/form/hooks/usePanelRef.ts function usePanelRef (line 3) | function usePanelRef({ FILE: packages/component-lib/src/components/basic-lib/form/input/CollectionInput.tsx type CollectionInputProps (line 75) | type CollectionInputProps = { FILE: packages/component-lib/src/components/basic-lib/form/input/DatePicker.tsx type DateRangePickerProps (line 33) | type DateRangePickerProps = {} & Omit, 'ren... type DatePickerProps (line 99) | type DatePickerProps = Omit & { type DateTimePickerProps (line 133) | type DateTimePickerProps = Omit FILE: packages/component-lib/src/components/basic-lib/form/input/InputButton.tsx function _InputButton (line 20) | function _InputButton>, C, I extends CoinInf... FILE: packages/component-lib/src/components/basic-lib/form/input/InputCoin.tsx function _InputCoin (line 17) | function _InputCoin, C, I extends CoinInfo>( FILE: packages/component-lib/src/components/basic-lib/form/input/InputMaxButton.tsx function _InputMaxButton (line 18) | function _InputMaxButton>, C, I extends Coin... FILE: packages/component-lib/src/components/basic-lib/form/input/InputMaxCoin.tsx function _InputMaxCoin (line 17) | function _InputMaxCoin, C, I extends CoinInfo>( FILE: packages/component-lib/src/components/basic-lib/form/input/InputSearch.tsx type InputSearchProps (line 14) | type InputSearchProps = { FILE: packages/component-lib/src/components/basic-lib/form/input/InputSelect.tsx function _InputSelect (line 10) | function _InputSelect>( FILE: packages/component-lib/src/components/basic-lib/form/input/Interface.ts type defaultProps (line 5) | type defaultProps = { type InputButtonProps (line 44) | type InputButtonProps = defaultProps & { type InputSize (line 71) | enum InputSize { type InputCoinProps (line 76) | type InputCoinProps = defaultProps & { type InputSelectProps (line 81) | type InputSelectProps> = { type useFocusRefProps (line 101) | type useFocusRefProps = { FILE: packages/component-lib/src/components/basic-lib/lists/CoinList.tsx function _CoinMenu (line 11) | function _CoinMenu>( FILE: packages/component-lib/src/components/basic-lib/lists/Interface.ts type MuiMenuItemProps (line 18) | type MuiMenuItemProps = muMenuItemProps & { type BasicListItem (line 22) | type BasicListItem = { type NotificationItem (line 30) | type NotificationItem = { type BasicHeaderItem (line 38) | type BasicHeaderItem = { type HeadMenuType (line 42) | type HeadMenuType = { type MenuItemLink (line 55) | type MenuItemLink = HeadMenuType & { type MenuItemProps (line 62) | type MenuItemProps = HeadMenuType & { type SubMenuListProps (line 67) | type SubMenuListProps = { type CoinItemProps (line 72) | interface CoinItemProps extends ListItemProps { type CoinMenuProps (line 82) | type CoinMenuProps = { type CollectionListProps (line 99) | type CollectionListProps = { type CollectionItemProps (line 115) | type CollectionItemProps = { FILE: packages/component-lib/src/components/basic-lib/lists/NFTList.tsx type NFTItemBasicProps (line 44) | type NFTItemBasicProps = { FILE: packages/component-lib/src/components/basic-lib/loading/index.tsx type LoadingProps (line 4) | type LoadingProps = { FILE: packages/component-lib/src/components/basic-lib/media/Interface.ts type NftImageProps (line 4) | type NftImageProps = { FILE: packages/component-lib/src/components/basic-lib/panel/IPFSSourceUpload.tsx constant TYPES (line 32) | const TYPES = ['image/jpeg', 'image/jpg', 'image/gif', 'image/png'] type IpfsFile (line 98) | type IpfsFile = { constant IPFS_INIT (line 112) | const IPFS_INIT: Partial = { FILE: packages/component-lib/src/components/basic-lib/panel/Interface.ts type PanelContent (line 1) | type PanelContent = { type SwitchPanelProps (line 6) | type SwitchPanelProps = { FILE: packages/component-lib/src/components/basic-lib/panel/SwitchPanel.tsx function _SwitchPanel (line 150) | function _SwitchPanel( FILE: packages/component-lib/src/components/basic-lib/popover/Interface.ts type PopoverType (line 7) | enum PopoverType { type HorizonLeft (line 12) | type HorizonLeft = { type HorizonRight (line 16) | type HorizonRight = { type PopoverWrapProps (line 23) | type PopoverWrapProps = { FILE: packages/component-lib/src/components/basic-lib/popover/Popover.tsx constant DEFAULT_ANCHOR_ORIGIN (line 15) | const DEFAULT_ANCHOR_ORIGIN: PopoverOrigin = { constant DEFAULT_TRANSFORM_ORIGIN (line 20) | const DEFAULT_TRANSFORM_ORIGIN: PopoverOrigin = { FILE: packages/component-lib/src/components/basic-lib/table-pagination/TablePagination.tsx type PaginationProps (line 17) | type PaginationProps = { FILE: packages/component-lib/src/components/basic-lib/tables/Interface.ts type DataGridProps (line 10) | type DataGridProps = Omit, 'rows' | 'colu... type Column (line 12) | type Column = RdgColumns & { type TableProps (line 16) | type TableProps = { FILE: packages/component-lib/src/components/basic-lib/tables/Table.tsx type TableWrapperStyledProps (line 15) | interface TableWrapperStyledProps { type ExtraTableProps (line 231) | type ExtraTableProps = { FILE: packages/component-lib/src/components/basic-lib/tables/components/Formatters/CellDepthFormatter.tsx type IDepthRendererProps (line 23) | interface IDepthRendererProps extends CellRendererProps { FILE: packages/component-lib/src/components/basic-lib/tables/components/Formatters/CellExpanderFormatter.tsx type CellExpanderFormatterProps (line 16) | interface CellExpanderFormatterProps { function CellExpanderFormatter (line 22) | function CellExpanderFormatter({ FILE: packages/component-lib/src/components/basic-lib/tables/components/Formatters/ChildRowDeleteButton.tsx type ChildRowDeleteButtonProps (line 38) | interface ChildRowDeleteButtonProps { function ChildRowDeleteButton (line 44) | function ChildRowDeleteButton({ FILE: packages/component-lib/src/components/basic-lib/tables/components/Formatters/ImageFormatter.tsx type Props (line 18) | interface Props { function ImageFormatter (line 23) | function ImageFormatter({ value }: Props) { FILE: packages/component-lib/src/components/basic-lib/tables/components/HeaderRenderers/SortableHeaderCell.tsx type SortableHeaderCellProps (line 58) | interface SortableHeaderCellProps extends HeaderRendere... function SortableHeaderCell (line 62) | function SortableHeaderCell({ FILE: packages/component-lib/src/components/basic-lib/tables/components/RowRenders/RowDepthFormatter.tsx type IDepthRendererProps (line 42) | interface IDepthRendererProps extends RowRendererProps { function _DepthRow (line 53) | function _DepthRow( FILE: packages/component-lib/src/components/basic-lib/tables/hook/useClickOutside.ts function useClickOutside (line 52) | function useClickOutside(onClick: () => void) { FILE: packages/component-lib/src/components/basic-lib/tables/hook/useCombinedRefs.ts function useCombinedRefs (line 3) | function useCombinedRefs(...refs: readonly React.Ref[]) { FILE: packages/component-lib/src/components/basic-lib/tables/hook/useFocusRef.ts function useFocusRef (line 3) | function useFocusRef(isCellSelected: boolean... FILE: packages/component-lib/src/components/basic-lib/tables/hook/useLatestFunc.ts function useLatestFunc (line 5) | function useLatestFunc any>(fn: T) { FILE: packages/component-lib/src/components/basic-lib/tables/table.stories.tsx type Row (line 15) | interface Row { FILE: packages/component-lib/src/components/block/AmmCard.tsx type Reward (line 24) | interface Reward { FILE: packages/component-lib/src/components/block/AmmPairDetail.tsx type AmmPairDetailProps (line 245) | type AmmPairDetailProps = { FILE: packages/component-lib/src/components/block/Block.stories.tsx method handleClick (line 100) | handleClick(): void {} FILE: packages/component-lib/src/components/block/DepthRaw.tsx type Row (line 8) | type Row = DepthViewData & { type DepthType (line 26) | enum DepthType { FILE: packages/component-lib/src/components/block/Interface.ts type MarketBlockProps (line 14) | type MarketBlockProps = { type AssetTitleProps (line 25) | type AssetTitleProps = { type AssetTitleMobileProps (line 44) | type AssetTitleMobileProps = AssetTitleProps & { type NFTMedaProps (line 51) | type NFTMedaProps = { type RedPacketDefaultBg (line 60) | type RedPacketDefaultBg = RedPacketDefault & { type RedPacketDefault (line 64) | type RedPacketDefault = { type RedPacketTimeoutProps (line 69) | type RedPacketTimeoutProps = RedPacketDefault & { type RedPacketQRCodeProps (line 74) | type RedPacketQRCodeProps = { type RedPacketOpenProps (line 78) | type RedPacketOpenProps = { type RedPacketUnreadyProps (line 85) | type RedPacketUnreadyProps = { type RedPacketOpenedProps (line 93) | type RedPacketOpenedProps = { type RedPacketDetailProps (line 103) | type RedPacketDetailProps = { type RedPacketBlindBoxDetailTypes (line 131) | type RedPacketBlindBoxDetailTypes = type RedPacketBlindBoxDetailProps (line 138) | type RedPacketBlindBoxDetailProps = { type RedPacketClockProps (line 222) | type RedPacketClockProps = RedPacketDefault & { FILE: packages/component-lib/src/components/block/MarketBlock.tsx type StyledProps (line 14) | type StyledProps = { FILE: packages/component-lib/src/components/block/TradeRace.tsx type TradeRaceRow (line 8) | interface TradeRaceRow { FILE: packages/component-lib/src/components/block/TradeTitle.tsx type StyledProps (line 23) | type StyledProps = { FILE: packages/component-lib/src/components/block/Vip.tsx type Row (line 8) | interface Row { FILE: packages/component-lib/src/components/bottomRule/index.tsx type PopperProps (line 25) | interface PopperProps { FILE: packages/component-lib/src/components/carousel/Interface.ts type SocialButtonProps (line 1) | type SocialButtonProps = { type CarouselItem (line 14) | type CarouselItem = { imageUrl: string; size: [number, number], height?:... type ShareProps (line 16) | type ShareProps = { FILE: packages/component-lib/src/components/charts/constant.ts type ChartType (line 1) | enum ChartType { type timeUnit (line 7) | enum timeUnit { FILE: packages/component-lib/src/components/charts/doughnutChart/DoughnutChart.tsx type DoughnutChartProps (line 63) | interface DoughnutChartProps { FILE: packages/component-lib/src/components/charts/scaleAreaChart/APRChart/index.tsx constant DEFAULT_YAXIS_DOMAIN (line 23) | const DEFAULT_YAXIS_DOMAIN = 0.01 FILE: packages/component-lib/src/components/charts/scaleAreaChart/DepthChart/index.tsx constant ASKS_COLOR (line 17) | const ASKS_COLOR = '#FF5677' constant BIDS_COLOR (line 18) | const BIDS_COLOR = '#00BBA8' constant YAXIS_DOMAIN (line 19) | const YAXIS_DOMAIN = 0.1 type DepthData (line 32) | interface DepthData { type DepthProps (line 40) | interface DepthProps { FILE: packages/component-lib/src/components/charts/scaleAreaChart/KlineChart/KlineChart.tsx type IOHLCData (line 40) | interface IOHLCData { type MainIndicator (line 50) | enum MainIndicator { type SubIndicator (line 56) | enum SubIndicator { type IndicatorProps (line 63) | interface IndicatorProps { type StockChartProps (line 68) | interface StockChartProps { function fibonacci (line 76) | function fibonacci(n: number) { type StockChartExtraProps (line 85) | type StockChartExtraProps = { class StockChart (line 91) | class StockChart extends React.Component { FILE: packages/component-lib/src/components/header/toolbar/Interface.ts type WalletNotificationStatus (line 4) | enum WalletNotificationStatus { type WalletNotificationInterface (line 11) | type WalletNotificationInterface = { type WalletConnectBtnProps (line 17) | type WalletConnectBtnProps = { FILE: packages/component-lib/src/components/modal/ModalPanels/BasicPanel.tsx type IconType (line 26) | enum IconType { type PanelProps (line 35) | interface PanelProps { FILE: packages/component-lib/src/components/modal/ModalPanels/BridgePanel.tsx type BridgeProps (line 10) | interface BridgeProps { FILE: packages/component-lib/src/components/modal/ModalPanels/CoinbaseSmartWalletModal.tsx type StepStatus (line 43) | enum StepStatus { type Step (line 49) | interface Step { type VerticalStepperProps (line 53) | interface VerticalStepperProps { FILE: packages/component-lib/src/components/modal/ModalPanels/FeeSelect.tsx type OptionType (line 30) | type OptionType = { checked?: boolean; disabled?: boolean } & BoxProps FILE: packages/component-lib/src/components/modal/ModalPanels/Interface.ts type AccountBaseProps (line 17) | type AccountBaseProps = { type AccountStep (line 28) | enum AccountStep { type VendorMenuProps (line 254) | interface VendorMenuProps { type InferfaceAssetItem (line 265) | interface InferfaceAssetItem { type AddAssetItem (line 275) | interface AddAssetItem extends InferfaceAssetItem {} type SendAssetItem (line 277) | interface SendAssetItem extends InferfaceAssetItem {} type AddAssetProps (line 279) | interface AddAssetProps { type SendAssetProps (line 289) | interface SendAssetProps { type SendNFTAssetProps (line 301) | interface SendNFTAssetProps { type CheckActiveStatusProps (line 310) | interface CheckActiveStatusProps { type CheckImportCollectionProps (line 329) | interface CheckImportCollectionProps { type SendDialogProps (line 339) | interface SendDialogProps { FILE: packages/component-lib/src/components/modal/QRCode/Interface.ts type GatewayItemQRCode (line 3) | interface GatewayItemQRCode { type QRCodePanelProps (line 12) | interface QRCodePanelProps { type ModalQRCodeProps (line 17) | type ModalQRCodeProps = QRCodePanelProps & { type GuardianModalProps (line 24) | type GuardianModalProps = { FILE: packages/component-lib/src/components/modal/QRCode/QRCode.tsx type QCodeProps (line 25) | type QCodeProps = { FILE: packages/component-lib/src/components/modal/RedPacketPanels/Interface.ts type RedPacketViewStep (line 1) | enum RedPacketViewStep { FILE: packages/component-lib/src/components/modal/Vault/VaultLoanPanel.tsx type VaultLoanProps (line 12) | type VaultLoanProps = { FILE: packages/component-lib/src/components/modal/WalletConnect/Interface.ts type ProviderMenuProps (line 6) | interface ProviderMenuProps { type WalletConnectStep (line 15) | enum WalletConnectStep { FILE: packages/component-lib/src/components/modal/WalletPanels/Interface.ts type GuardianStep (line 1) | enum GuardianStep { FILE: packages/component-lib/src/components/modal/index.ts type ModalBasicProps (line 10) | type ModalBasicProps = { type ModalWalletConnectProps (line 31) | type ModalWalletConnectProps = ModalBasicProps type ModalAccountProps (line 32) | type ModalAccountProps = ModalWalletConnectProps type ModalGuardianProps (line 33) | type ModalGuardianProps = ModalWalletConnectProps type ModalRedPacketProps (line 34) | type ModalRedPacketProps = ModalBasicProps FILE: packages/component-lib/src/components/modal/setting/Interface.ts type ModalSettingFeeProps (line 1) | type ModalSettingFeeProps = { FILE: packages/component-lib/src/components/panel/FilterMarketsPanel.tsx type TabPanelProps (line 7) | interface TabPanelProps { function TabPanel (line 13) | function TabPanel(props: TabPanelProps) { FILE: packages/component-lib/src/components/share/Interface.ts type SocialButtonProps (line 3) | type SocialButtonProps = { type ShareProps (line 10) | type ShareProps = { FILE: packages/component-lib/src/components/tableList/QuoteTable/MarketDetail.tsx type TradingInterval (line 37) | enum TradingInterval { type TimeMarketIntervalDataIndex (line 61) | enum TimeMarketIntervalDataIndex { FILE: packages/component-lib/src/components/tableList/QuoteTable/MarketTable.tsx type MarketTableProps (line 81) | interface MarketTableProps { FILE: packages/component-lib/src/components/tableList/QuoteTable/QuoteTable.tsx type QuoteTableRawDataItem (line 72) | type QuoteTableRawDataItem = Ticker & { type QuoteTableProps (line 100) | interface QuoteTableProps { FILE: packages/component-lib/src/components/tableList/ammRecordTable/Interface.ts type AmmTradeType (line 4) | enum AmmTradeType { type TxStatus (line 10) | enum TxStatus { type AmmRecordRow (line 17) | interface AmmRecordRow { type AmmRecordTableProps (line 28) | type AmmRecordTableProps> = { FILE: packages/component-lib/src/components/tableList/ammTable/AmmTable.tsx type RawDataAmmItem (line 22) | type RawDataAmmItem = { type AmmTableProps (line 42) | type AmmTableProps = { FILE: packages/component-lib/src/components/tableList/ammTable/components/Filter.tsx type FilterProps (line 11) | interface FilterProps { type FilterTradeTypes (line 31) | enum FilterTradeTypes { FILE: packages/component-lib/src/components/tableList/ammTable/interface.ts type AmmSideTypes (line 1) | enum AmmSideTypes { FILE: packages/component-lib/src/components/tableList/assetsTable/AssetsDefiTable.tsx type RawDefiAssetsItem (line 21) | type RawDefiAssetsItem = RawDataAssetsItem & { FILE: packages/component-lib/src/components/tableList/assetsTable/AssetsTable.tsx type TradePairItem (line 75) | type TradePairItem = { type RawDataAssetsItem (line 80) | type RawDataAssetsItem = { type AssetsTableProps (line 96) | type AssetsTableProps = { FILE: packages/component-lib/src/components/tableList/assetsTable/VaultAssetsTable.tsx type TradePairItem (line 80) | type TradePairItem = { type VaultDataAssetsItem (line 85) | type VaultDataAssetsItem = { type VaultAssetsTableProps (line 104) | type VaultAssetsTableProps = { FILE: packages/component-lib/src/components/tableList/assetsTable/VaultPositionsTable.tsx type PositionItem (line 49) | type PositionItem = { type VaultPositionsTableProps (line 62) | type VaultPositionsTableProps = { FILE: packages/component-lib/src/components/tableList/assetsTable/components/ActionMemo.tsx type ActionProps (line 26) | type ActionProps = { FILE: packages/component-lib/src/components/tableList/assetsTable/components/Filter.tsx type TokenTypeCol (line 6) | type TokenTypeCol = { type FilterProps (line 11) | interface FilterProps { type CheckboxType (line 23) | enum CheckboxType { FILE: packages/component-lib/src/components/tableList/btradeSwapTable/BtradeSwapTable.tsx type BtradeSwapsTableProps (line 69) | interface BtradeSwapsTableProps { FILE: packages/component-lib/src/components/tableList/btradeSwapTable/Interface.ts type BtradeSwapsType (line 1) | enum BtradeSwapsType { type RawDataBtradeSwapsItem (line 9) | type RawDataBtradeSwapsItem = { FILE: packages/component-lib/src/components/tableList/defiTxsTable/Interface.ts type RawDataDefiTxsItem (line 3) | type RawDataDefiTxsItem = Partial type DefiTxsTableProps (line 5) | interface DefiTxsTableProps { type RawDataDefiSideStakingItem (line 23) | interface RawDataDefiSideStakingItem type DefiSideStakingTableProps (line 29) | interface DefiSideStakingTableProps { type RawDataDefiSideStakingTxItem (line 44) | type RawDataDefiSideStakingTxItem = sdk.STACKING_TRANSACTIONS & { type DefiSideStakingTxTableProps (line 48) | interface DefiSideStakingTxTableProps { FILE: packages/component-lib/src/components/tableList/defiTxsTable/components/ActionMemo.tsx type ActionProps (line 15) | type ActionProps = { FILE: packages/component-lib/src/components/tableList/dualTable/DualTable.tsx type DualsTableProps (line 64) | interface DualsTableProps { FILE: packages/component-lib/src/components/tableList/dualTable/Interface.ts type RawDataDualsItem (line 3) | type RawDataDualsItem = DualViewInfo FILE: packages/component-lib/src/components/tableList/dualTxsTable/Interface.ts type RawDataDualTxsItem (line 9) | type RawDataDualTxsItem = DualViewOrder & { type RawDataDualAssetItem (line 13) | type RawDataDualAssetItem = DualViewOrder & { type DualAssetTableProps (line 18) | interface DualAssetTableProps { type DualTxsTableProps (line 39) | interface DualTxsTableProps { type LABEL_INVESTMENT_STATUS_MAP (line 52) | enum LABEL_INVESTMENT_STATUS_MAP { FILE: packages/component-lib/src/components/tableList/investOverviewTable/Interface.ts type DepartmentRow (line 4) | type DepartmentRow = Required { type FilterExtend (line 24) | type FilterExtend = { type InvestOverviewTableProps (line 29) | type InvestOverviewTableProps = { type ColumnKey (line 37) | enum ColumnKey { FILE: packages/component-lib/src/components/tableList/investOverviewTable/components/Filter.tsx type FilterProps (line 5) | interface FilterProps { type CheckboxType (line 14) | enum CheckboxType { FILE: packages/component-lib/src/components/tableList/investOverviewTable/components/expends.tsx function toggleSubRow (line 4) | function toggleSubRow(rows: RowInvest[], symbol?: string): RowInvest[] { function updateRow (line 28) | function updateRow(_oldRows: RowInvest[], rows: RowInvest[]): RowInvest[] { function investRowReducer (line 60) | function investRowReducer( FILE: packages/component-lib/src/components/tableList/myPoolTable/Interface.ts type MyPoolRow (line 12) | type MyPoolRow = MyAmmLP & { type Method (line 16) | type Method = { type MyPoolTableProps (line 22) | type MyPoolTableProps = { FILE: packages/component-lib/src/components/tableList/myPoolTable/components/Filter.tsx type FilterProps (line 8) | interface FilterProps { FILE: packages/component-lib/src/components/tableList/nftTable/Interface.ts type TsTradeStatus (line 10) | enum TsTradeStatus { type TxnDetailStatus (line 17) | enum TxnDetailStatus { type TxnDetailProps (line 24) | type TxnDetailProps = UserNFTTxsHistory & { metadata?: any } & { type NFTTableFilter (line 42) | type NFTTableFilter = { type NFTTableProps (line 49) | type NFTTableProps = NFTTableFilter & { FILE: packages/component-lib/src/components/tableList/nftTable/TsNFTTable.tsx constant TYPE_COLOR_MAPPING (line 35) | const TYPE_COLOR_MAPPING = [ FILE: packages/component-lib/src/components/tableList/nftTable/components/Filter.tsx type FilterProps (line 12) | interface FilterProps { FILE: packages/component-lib/src/components/tableList/orderHistoryTable/OrderHistoryTable.tsx type OrderPair (line 56) | type OrderPair = { type OrderHistoryRow (line 67) | interface OrderHistoryRow { type DetailRole (line 89) | enum DetailRole { type OrderDetailItem (line 94) | type OrderDetailItem = { type OrderHistoryTableDetailItem (line 106) | type OrderHistoryTableDetailItem = { type OrderHistoryRawDataItem (line 123) | type OrderHistoryRawDataItem = { type OrderHistoryTableProps (line 198) | interface OrderHistoryTableProps { FILE: packages/component-lib/src/components/tableList/orderHistoryTable/SingleOrderHistoryTable.tsx type Row (line 11) | interface Row { type SingleOrderHistoryTableProps (line 46) | interface SingleOrderHistoryTableProps { FILE: packages/component-lib/src/components/tableList/orderHistoryTable/components/Filter.tsx type FilterProps (line 10) | interface FilterProps { type FilterOrderTypes (line 19) | enum FilterOrderTypes { FILE: packages/component-lib/src/components/tableList/orderHistoryTable/components/modal.tsx type TxnDetailStatus (line 9) | enum TxnDetailStatus { FILE: packages/component-lib/src/components/tableList/poolsTable/Interface.ts type PoolRow (line 10) | type PoolRow = AmmDetail type FilterExtend (line 11) | type FilterExtend = { type PoolTableProps (line 16) | type PoolTableProps, T = any> = { type IconColumnProps (line 28) | type IconColumnProps = { FILE: packages/component-lib/src/components/tableList/redPacketTable/Interface.ts type RawDataRedPacketRecordsItem (line 5) | type RawDataRedPacketRecordsItem = { type RawDataRedPacketReceivesItem (line 18) | type RawDataRedPacketReceivesItem = { type RawDataRedPacketBlindBoxReceivesItem (line 27) | type RawDataRedPacketBlindBoxReceivesItem = { type RawDataRedPacketClaimItem (line 37) | type RawDataRedPacketClaimItem = { type RawDataNFTRedPacketClaimItem (line 43) | type RawDataNFTRedPacketClaimItem = Omit = { type RedPacketRecordsTableProps (line 79) | interface RedPacketRecordsTableProps { type RedPacketReceiveTableProps (line 94) | interface RedPacketReceiveTableProps { type RedPacketBlindBoxReceiveTableProps (line 113) | interface RedPacketBlindBoxReceiveTableProps { type LuckyTokenItemStatusMap (line 137) | enum LuckyTokenItemStatusMap { type aRedPacketDetailTableProps (line 146) | interface aRedPacketDetailTableProps { FILE: packages/component-lib/src/components/tableList/redPacketTable/textTooltip.tsx type TextTooltipProps (line 3) | type TextTooltipProps = { FILE: packages/component-lib/src/components/tableList/rewardTable/ReferralsTable.tsx type ReferralsRow (line 19) | type ReferralsRow = sdk.ReferDownsides & { FILE: packages/component-lib/src/components/tableList/rewardTable/RefundTable.tsx type RefundRow (line 18) | type RefundRow = sdk.ReferSelf & { FILE: packages/component-lib/src/components/tableList/rewardTable/RewardTable.tsx type Row (line 9) | interface Row { type RewardTableProps (line 66) | interface RewardTableProps { FILE: packages/component-lib/src/components/tableList/rewardTable/RewardsTable.tsx type EarningsDetail (line 22) | type EarningsDetail = { type EarningsRow (line 31) | type EarningsRow = { FILE: packages/component-lib/src/components/tableList/taikoFarmingTable/Interface.ts type RawDataDefiTxsItem (line 3) | type RawDataDefiTxsItem = Partial type DefiTxsTableProps (line 5) | interface DefiTxsTableProps { type RawDataDefiSideStakingItem (line 17) | interface RawDataDefiSideStakingItem type DefiSideStakingTableProps (line 23) | interface DefiSideStakingTableProps { type RawDataTaikoFarmingTxItem (line 38) | type RawDataTaikoFarmingTxItem = sdk.STACKING_TRANSACTIONS & { type TaikoFarmingTxTableProps (line 42) | interface TaikoFarmingTxTableProps { FILE: packages/component-lib/src/components/tableList/taikoFarmingTable/TaikoFarmingPortfolioTable.tsx type Item (line 77) | interface Item { FILE: packages/component-lib/src/components/tableList/tradeNFTTable/Interface.ts type NFTTradeFilter (line 1) | type NFTTradeFilter = { type FilterTradeNFTTypes (line 12) | enum FilterTradeNFTTypes { type NFTTradeProps (line 21) | type NFTTradeProps = NFTTradeFilter & { FILE: packages/component-lib/src/components/tableList/tradeNFTTable/components/Filter.tsx type FilterProps (line 11) | interface FilterProps { type FilterTradeTypes (line 29) | enum FilterTradeTypes { FILE: packages/component-lib/src/components/tableList/tradeRroTable/TradePro.tsx type TradeProTableProps (line 18) | type TradeProTableProps = { FILE: packages/component-lib/src/components/tableList/tradeTable/TradeTable.tsx type TradeItemCounterparty (line 27) | enum TradeItemCounterparty { type RawDataTradeItem (line 32) | type RawDataTradeItem = { type TradeTableProps (line 59) | type TradeTableProps = { FILE: packages/component-lib/src/components/tableList/tradeTable/components/Filter.tsx type FilterProps (line 10) | interface FilterProps { type FilterTradeTypes (line 31) | enum FilterTradeTypes { FILE: packages/component-lib/src/components/tableList/transactionsTable/Interface.ts type TransactionStatus (line 8) | enum TransactionStatus { type TransactionTradeViews (line 28) | enum TransactionTradeViews { type RawDataTransactionItem (line 36) | type RawDataTransactionItem = { FILE: packages/component-lib/src/components/tableList/transactionsTable/TransactionTable.tsx type TxsFilterProps (line 44) | type TxsFilterProps = { constant TYPE_COLOR_MAPPING (line 53) | const TYPE_COLOR_MAPPING = [ type TransactionTableProps (line 124) | interface TransactionTableProps { FILE: packages/component-lib/src/components/tableList/transactionsTable/components/Filter.tsx type FilterProps (line 12) | interface FilterProps { FILE: packages/component-lib/src/components/tableList/transactionsTable/components/modal.tsx type TxnDetailStatus (line 11) | enum TxnDetailStatus { type TxnDetailProps (line 18) | type TxnDetailProps = { FILE: packages/component-lib/src/components/tableList/vaultTable/Interface.ts type VaultRecordType (line 3) | enum VaultRecordType { type RawDataVaultTxItem (line 15) | type RawDataVaultTxItem = { FILE: packages/component-lib/src/components/tableList/vaultTable/VaultTxTable.tsx type VaultTxsTableProps (line 84) | interface VaultTxsTableProps { type VaultConvertDetailProps (line 926) | type VaultConvertDetailProps = { FILE: packages/component-lib/src/components/text-tooltip/index.tsx type TextTooltipProps (line 3) | type TextTooltipProps = { FILE: packages/component-lib/src/components/toast/index.tsx type ToastType (line 14) | enum ToastType { type TOASTOPEN (line 21) | type TOASTOPEN = { type TOSTOBJECT (line 27) | type TOSTOBJECT = { type ToastProps (line 33) | interface ToastProps { FILE: packages/component-lib/src/components/tradePanel/Amm/Interface.tsx type AmmPanelBaseProps (line 15) | type AmmPanelBaseProps = { type AmmProps (line 33) | type AmmProps< FILE: packages/component-lib/src/components/tradePanel/Deposit/Interface.tsx type DepositPanelType (line 4) | enum DepositPanelType { type DepositGroupProps (line 9) | type DepositGroupProps = { FILE: packages/component-lib/src/components/tradePanel/Interface.ts type SwapTradeData (line 54) | type SwapTradeData = { type LimitTradeData (line 65) | type LimitTradeData = { type StopLimitTradeData (line 73) | type StopLimitTradeData = { type MarketTradeData (line 80) | type MarketTradeData = { type ModalProps (line 94) | type ModalProps = { type ResetProps (line 102) | type ResetProps = ResetExtendProps type ExportAccountProps (line 103) | type ExportAccountProps = ExportAccountExtendProps type DepositProps (line 104) | type DepositProps = BasicACoinTradeHookProps & DepositExtend... type WithdrawProps (line 105) | type WithdrawProps = BasicACoinTradeHookProps & type TransferProps (line 107) | type TransferProps = BasicACoinTradeHookProps & type ClaimProps (line 110) | type ClaimProps = BasicACoinTradeHookProps & Cl... type ResetInfoProps (line 112) | type ResetInfoProps = DefaultProps & _ResetInfoProps type DepositInfoProps (line 114) | type DepositInfoProps = DefaultProps & _DepositInfoProps type CreateRedPacketProps (line 116) | type CreateRedPacketProps = Omit< type TransferInfoProps (line 122) | type TransferInfoProps = DefaultProps & _TransferInfoProps = SwapTradeBaseProps type NFTDepositProps (line 126) | type NFTDepositProps = NFTDepositViewProps type NFTMintProps (line 128) | type NFTMintProps = Omit = Omit,... type NFTMintAdvanceProps (line 131) | type NFTMintAdvanceProps = NFTMintAdvanceViewProp... type NFTDeployProps (line 133) | type NFTDeployProps = NFTDeployViewProps type ForceWithdrawProps (line 134) | type ForceWithdrawProps = BasicACoinTradeHookProps = { type TradeLimitProps (line 181) | type TradeLimitProps, I> = { type TradeStopLimitProps (line 188) | type TradeStopLimitProps, I> = { type TradeMarketProps (line 195) | type TradeMarketProps< type SwitchData (line 207) | type SwitchData = { type SwitchType (line 212) | enum SwitchType { type SwapType (line 217) | enum SwapType { type ModalPanelProps (line 225) | type ModalPanelProps = { type FeeSelectModalProps (line 236) | type FeeSelectModalProps = { type FeeSelectProps (line 250) | type FeeSelectProps = { type VaultJoinProps (line 272) | type VaultJoinProps = BasicACoinTradeHookProps & VaultJoi... type VaultBorrowProps (line 273) | type VaultBorrowProps = BasicACoinTradeHookProps & type VaultRepayProps (line 275) | type VaultRepayProps = BasicACoinTradeHookProps & VaultRe... type VaultExitProps (line 276) | type VaultExitProps = VaultExitBaseProps type TransferToTaikoAccountProps (line 277) | type TransferToTaikoAccountProps = { FILE: packages/component-lib/src/components/tradePanel/Panel.stories.tsx method handleFeeChange (line 134) | handleFeeChange(value: { belong: string; fee: number | string; __raw__?:... method handleFeeChange (line 161) | handleFeeChange(value: { belong: string; fee: number | string; __raw__?:... method handleFeeChange (line 184) | handleFeeChange(value: { belong: string; fee: number | string; __raw__?:... method onResetClick (line 187) | onResetClick({}): void {} FILE: packages/component-lib/src/components/tradePanel/components/AmmWrap/Interface.ts type AmmChgData (line 4) | type AmmChgData = { type AmmWithdrawChgData (line 8) | type AmmWithdrawChgData = { type AmmDepositBaseProps (line 13) | type AmmDepositBaseProps = { type AmmDepositExtendProps (line 21) | type AmmDepositExtendProps = { type AmmDepositWrapProps (line 30) | type AmmDepositWrapProps = AmmDepositBaseProps & type AmmWithdrawBaseProps (line 37) | type AmmWithdrawBaseProps = { type AmmWithdrawExtendProps (line 44) | type AmmWithdrawExtendProps = { type AmmWithdrawWrapProps (line 52) | type AmmWithdrawWrapProps = AmmWithdrawBaseProps & FILE: packages/component-lib/src/components/tradePanel/components/ContactSelection.tsx type SingleContactProps (line 11) | type SingleContactProps = { type ContactSelectionProps (line 110) | type ContactSelectionProps = { FILE: packages/component-lib/src/components/tradePanel/components/CreateCollectionWrap.tsx type CreateCollectionViewProps (line 22) | type CreateCollectionViewProps = { FILE: packages/component-lib/src/components/tradePanel/components/CreateRedPacketWrap.tsx type CreateRedPacketScopeProps (line 1252) | type CreateRedPacketScopeProps = { method confirmCallBack (line 2316) | confirmCallBack() { method confirmCallBack (line 2344) | confirmCallBack() { FILE: packages/component-lib/src/components/tradePanel/components/DeFiWrap/Interface.ts type DeFiChgData (line 13) | type DeFiChgData = { type DeFiWrapProps (line 17) | type DeFiWrapProps = { type DeFiSideType (line 52) | type DeFiSideType = { type DeFiSideWrapProps (line 57) | type DeFiSideWrapProps = { type DeFiStakeRedeemWrapProps (line 75) | type DeFiStakeRedeemWrapProps = { FILE: packages/component-lib/src/components/tradePanel/components/DepositNFTWrap.tsx constant NFT_TYPE (line 32) | const NFT_TYPE: TGItemData[] = [ FILE: packages/component-lib/src/components/tradePanel/components/DualWrap/Interface.ts type DualDisplayMode (line 15) | enum DualDisplayMode { type DualDetailType (line 20) | type DualDetailType = { type DualChgData (line 33) | type DualChgData = { type DualWrapProps (line 36) | type DualWrapProps = { type DualDetailProps (line 59) | type DualDetailProps< FILE: packages/component-lib/src/components/tradePanel/components/DualWrap/dualDetail.tsx type DualDetailTab (line 105) | enum DualDetailTab { FILE: packages/component-lib/src/components/tradePanel/components/Interface.ts type RedPacketStep (line 43) | enum RedPacketStep { type TargetRedPacketStep (line 49) | enum TargetRedPacketStep { type TradeMenuListProps (line 61) | type TradeMenuListProps = { type SwitchData (line 80) | type SwitchData = { type TransferInfoProps (line 85) | type TransferInfoProps = { type TransferExtendProps (line 98) | type TransferExtendProps = { type TransferViewProps (line 130) | type TransferViewProps | string> = TransferExtendPr... type RampViewProps (line 135) | type RampViewProps> = TransferViewProps type BanxaViewProps (line 136) | type BanxaViewProps> = TransferViewProps & { type ResetInfoProps (line 143) | type ResetInfoProps = { type ResetExtendProps (line 164) | type ResetExtendProps = { type ResetViewProps (line 168) | type ResetViewProps = ResetExtendProps type ExportAccountExtendProps (line 170) | type ExportAccountExtendProps = { type DepositInfoProps (line 178) | type DepositInfoProps = { type DepositExtendProps (line 192) | type DepositExtendProps = { type DepositViewProps (line 213) | type DepositViewProps = BasicACoinTradeViewProps & DepositEx... type WithdrawInfoProps (line 215) | type WithdrawInfoProps = { type WithdrawExtendProps (line 226) | type WithdrawExtendProps = { type WithdrawViewProps (line 286) | type WithdrawViewProps | string> = BasicACoinTradeV... type ForceWithdrawExtendProps (line 291) | type ForceWithdrawExtendProps = { type ForceWithdrawViewProps (line 307) | type ForceWithdrawViewProps | string> = BasicACoinT... type inputNFTProps (line 310) | type inputNFTProps> = RequireOne> = RequireOne< type InputCoinDefaultProps (line 315) | type InputCoinDefaultProps> = RequireOne< type DefaultProps (line 320) | type DefaultProps = { type DefaultWithMethodProps (line 341) | type DefaultWithMethodProps = DefaultProps type BasicACoinTradeViewProps (line 343) | type BasicACoinTradeViewProps = Omit,... type BasicACoinTradeProps (line 350) | type BasicACoinTradeProps = BasicACoinTradeViewProps & { type BasicACoinInputProps (line 358) | type BasicACoinInputProps = BasicACoinTradeViewProps & { type BasicANFTTradeProps (line 367) | type BasicANFTTradeProps = (Omit< type BasicACoinTradeHookProps (line 392) | type BasicACoinTradeHookProps = DefaultWithMethodProps & { type NFTDepositInfoProps (line 399) | type NFTDepositInfoProps = DefaultWithMethodProps & { type NFTDepositViewProps (line 411) | type NFTDepositViewProps = NFTDepositExtendProps type NFTDepositExtendProps (line 412) | type NFTDepositExtendProps = { type NFTMintInfoProps (line 422) | type NFTMintInfoProps = { type NFTMetaInfoProps (line 437) | type NFTMetaInfoProps = { type NFTMintExtendProps (line 453) | type NFTMintExtendProps = { type NFTMetaExtendProps (line 464) | type NFTMetaExtendProps = { type NFTMintViewProps (line 472) | type NFTMintViewProps = { type NFTMetaViewProps (line 482) | type NFTMetaViewProps = { type NFTMetaBlockProps (line 490) | type NFTMetaBlockProps = NFTMetaViewProps & { type NFTDeployInfoProps (line 504) | type NFTDeployInfoProps = DefaultWithMethodProps & { type NFTDeployExtendProps (line 519) | type NFTDeployExtendProps = { type NFTDeployViewProps (line 526) | type NFTDeployViewProps = NFTDeployExtendProps type NFTMintAdvanceInfoProps (line 528) | type NFTMintAdvanceInfoProps = DefaultWithMethodProps & { type NFTMintAdvanceExtendProps (line 545) | type NFTMintAdvanceExtendProps = { type NFTMintAdvanceViewProps (line 555) | type NFTMintAdvanceViewProps = NFTMintAdvanceExtendProps = { type ImportCollectionStep (line 567) | enum ImportCollectionStep { type CollectionManageData (line 573) | type CollectionManageData = { type ImportCollectionViewProps (line 586) | type ImportCollectionViewProps = { type CollectionMethod (line 617) | enum CollectionMethod { type CollectionManageProps (line 622) | type CollectionManageProps = { type ImportRedPacketProps (line 631) | type ImportRedPacketProps = { type ImportRedPacketExtendsProps (line 637) | type ImportRedPacketExtendsProps = { type ImportRedPacketViewProps (line 644) | type ImportRedPacketViewProps = ImportRedPacketExtendsProps type ClaimInfoProps (line 646) | type ClaimInfoProps = { type ClaimExtendProps (line 657) | type ClaimExtendProps = { type CreateRedPacketInfoProps (line 668) | type CreateRedPacketInfoProps = { type CreateRedPacketExtendsProps (line 682) | type CreateRedPacketExtendsProps = { type CreateRedPacketViewProps (line 704) | type CreateRedPacketViewProps = CreateRedPa... type TargetRedpacktSelectStepProps (line 727) | type TargetRedpacktSelectStepProps = { type TargetRedpacktInputAddressStepProps (line 739) | type TargetRedpacktInputAddressStepProps = { type VaultJoinInfoProps (line 758) | type VaultJoinInfoProps = { FILE: packages/component-lib/src/components/tradePanel/components/MintAdvanceNFTWrap.tsx type AdMethod (line 51) | enum AdMethod { constant NFT_TYPE (line 75) | const NFT_TYPE: TGItemData[] = [ type MintStep (line 90) | enum MintStep { FILE: packages/component-lib/src/components/tradePanel/components/SwapWrap/Interface.ts type SwapData (line 5) | type SwapData = { type SwapMenuListProps (line 9) | type SwapMenuListProps = { type SwapTradeBaseProps (line 19) | type SwapTradeBaseProps = { type SwapTradeBaseEventProps (line 45) | type SwapTradeBaseEventProps = { type SwapTradeExtendProps (line 50) | type SwapTradeExtendProps = { type SwapTradeProps (line 54) | type SwapTradeProps = SwapTradeBaseProps & FILE: packages/component-lib/src/components/tradePanel/components/SwapWrap/SwapMenuList.tsx function SwapMenuList (line 8) | function SwapMenuList, I, TCD extends TradeCalcData<... FILE: packages/component-lib/src/components/tradePanel/components/VaultWrap/Interface.ts type VaultJoinBaseProps (line 7) | type VaultJoinBaseProps = { type VaultJoinExtendProps (line 26) | type VaultJoinExtendProps> = { type VaultJoinWrapProps (line 44) | type VaultJoinWrapProps = VaultJoinBaseProps & VaultJo... type VaultExitBaseProps (line 46) | type VaultExitBaseProps = { type VaultBorrowBaseProps (line 57) | type VaultBorrowBaseProps = { type VaultBorrowWrapProps (line 83) | type VaultBorrowWrapProps = BasicACoinTradeViewProps & type VaultRepayWrapProps (line 86) | type VaultRepayWrapProps = BasicACoinTradeViewProps & { FILE: packages/component-lib/src/components/tradePanel/components/tool/Dialogs.tsx type RiskInformation (line 106) | type RiskInformation = { FILE: packages/component-lib/src/components/tradePanel/components/tool/SlippagePanel.tsx constant CUSTOMER_SLIPPAGE_NAME (line 57) | const CUSTOMER_SLIPPAGE_NAME = 'customerSlippage' FILE: packages/component-lib/src/components/tradePanel/components/tool/ToolBarItems.tsx function HorizontalLabelPositionBelowStepper (line 52) | function HorizontalLabelPositionBelowStepper({ FILE: packages/component-lib/src/components/tradePanel/tradePro/Interface.ts type TradeLimitInfoProps (line 11) | type TradeLimitInfoProps, I> = { type StopTradeLimitInfoProps (line 20) | type StopTradeLimitInfoProps, I> = { type TradeMarketInfoProps (line 25) | type TradeMarketInfoProps, I> = { type TradeProBaseEventProps (line 34) | type TradeProBaseEventProps = { type TradeCommonProps (line 41) | type TradeCommonProps = { FILE: packages/component-lib/src/sharedPages/VaultPage/components/VaultPageUI.tsx type VaultPageUIProps (line 19) | interface VaultPageUIProps { FILE: packages/component-lib/src/sharedPages/VaultPage/components/VaultSwapView.tsx type VaultSwapViewProps (line 44) | interface VaultSwapViewProps { FILE: packages/component-lib/src/sharedPages/VaultPage/components/modals.tsx type NoAccountHintModalProps (line 772) | interface NoAccountHintModalProps { type SmallOrderAlertProps (line 824) | interface SmallOrderAlertProps { type SupplyCollateralHintModalProps (line 884) | interface SupplyCollateralHintModalProps { type SettleConfirmModalProps (line 927) | interface SettleConfirmModalProps { type CloseAllConfirmModalProps (line 1003) | interface CloseAllConfirmModalProps { type CloseConfirmModalProps (line 1062) | interface CloseConfirmModalProps { type AutoRepayModalProps (line 1130) | interface AutoRepayModalProps { FILE: packages/component-lib/src/sharedPages/VaultPage/components/useVaultSwapExtends.tsx type ActiveStep (line 23) | enum ActiveStep { FILE: packages/component-lib/src/sharedPages/VaultPage/hooks/useVaultDashBoard.tsx method onClickTrade (line 619) | onClickTrade(symbol) { method onClickRepay (line 633) | onClickRepay(symbol) { method onCheck (line 749) | onCheck() { FILE: packages/component-lib/src/sharedPages/VaultPage/hooks/useVaultSwap.ts type VaultTradeTradeData (line 122) | type VaultTradeTradeData = VaultBorrowTradeData & { borrowAvailable: str... FILE: packages/component-lib/src/sharedPages/VaultPage/interface.ts type VaultDashBoardPanelUIProps (line 16) | interface VaultDashBoardPanelUIProps { type CollateralDetailsModalProps (line 63) | interface CollateralDetailsModalProps { type MaximumCreditModalProps (line 78) | interface MaximumCreditModalProps { type LeverageModalProps (line 89) | interface LeverageModalProps { type DebtModalProps (line 104) | interface DebtModalProps { type DustCollectorUnAvailableModalProps (line 121) | interface DustCollectorUnAvailableModalProps { type DustCollectorProps (line 126) | interface DustCollectorProps { FILE: packages/component-lib/src/static.ts type ButtonComponentsMap (line 141) | enum ButtonComponentsMap { constant TOKEN_INFO (line 223) | const TOKEN_INFO = { type CoinType (line 505) | type CoinType = typeof coinType constant DUALVIEWINFO (line 506) | const DUALVIEWINFO: DualViewInfo = { constant DUALCALCDATA (line 559) | const DUALCALCDATA: DualCalcData = { constant FOREXMAP (line 581) | const FOREXMAP: ForexMap = { constant REDPACKETMOCK (line 585) | const REDPACKETMOCK: LuckyTokenItemForReceive = { constant LUCKTOKENLIST (line 623) | const LUCKTOKENLIST = [ FILE: packages/component-lib/src/stores/reducer/modals/interface.ts type ModalType (line 15) | enum ModalType { type ModalTypeKeys (line 21) | type ModalTypeKeys = keyof typeof ModalType type ModalStatePlayLoad (line 23) | type ModalStatePlayLoad = { type Transaction (line 27) | type Transaction = { type ModalState (line 31) | interface ModalState { FILE: packages/component-lib/src/stores/reducer/modals/reducer.ts method setShowGlobalToast (line 79) | setShowGlobalToast( method setNFTMetaNotReady (line 96) | setNFTMetaNotReady( method setShowRedPacket (line 110) | setShowRedPacket( method setShowIFrame (line 125) | setShowIFrame(state, action: PayloadAction<{ isShow: boolean; url: strin... method setShowSupport (line 132) | setShowSupport(state, action: PayloadAction) { method setShowOtherExchange (line 136) | setShowOtherExchange( method setShowWrongNetworkGuide (line 151) | setShowWrongNetworkGuide(state, action: PayloadAction) { method setShowNFTDetail (line 171) | setShowNFTDetail(state, action: PayloadAction) { method setShowActiveAccount (line 283) | setShowActiveAccount(state, action: PayloadAction) { method setShowExportAccount (line 288) | setShowExportAccount(state, action: PayloadAction) { method setShowDual (line 292) | setShowDual( method setShowConnect (line 307) | setShowConnect( method setShowAccount (line 324) | setShowAccount( method setShowFeeSetting (line 341) | setShowFeeSetting(state, action: PayloadAction<{ isShow: boolean }>) { method setShowLayerSwapNotice (line 347) | setShowLayerSwapNotice(state, action: PayloadAction<{ isShow: boolean }>) { method setShowAnotherNetworkNotice (line 353) | setShowAnotherNetworkNotice(state, action: PayloadAction<{ isShow: boole... method setShowTradeIsFrozen (line 360) | setShowTradeIsFrozen( method setShowClaimWithdraw (line 375) | setShowClaimWithdraw( method setShowSideStakingRedeem (line 391) | setShowSideStakingRedeem( method setShowEditContact (line 401) | setShowEditContact( method setShowTargetRedpacketPop (line 415) | setShowTargetRedpacketPop( method setShowETHStakingApr (line 439) | setShowETHStakingApr(state, action: PayloadAction) { method setShowBridge (line 477) | setShowBridge(state, action: PayloadAction) { method setDefaultNetwork (line 57) | setDefaultNetwork(state, action: PayloadAction) { method setIsDevToggle (line 60) | setIsDevToggle(state, action: PayloadAction) { method setTheme (line 63) | setTheme(state, action: PayloadAction) { method setLanguage (line 67) | setLanguage(state, action: PayloadAction) { method setIsMobile (line 103) | setIsMobile(state, action: PayloadAction) { method setPlatform (line 107) | setPlatform(state, action: PayloadAction) { method setCurrency (line 110) | setCurrency(state, action: PayloadAction) { method setUpColor (line 118) | setUpColor(state, action: PayloadAction) { method setSlippage (line 122) | setSlippage(state, action: PayloadAction<'N' | number>) { method setCoinJson (line 126) | setCoinJson(state, action: PayloadAction) { method setHideL2Assets (line 130) | setHideL2Assets(state, action: PayloadAction) { method setHideL2Action (line 133) | setHideL2Action(state, action: PayloadAction) { method setHideLpToken (line 136) | setHideLpToken(state, action: PayloadAction) { method setHideSmallBalances (line 139) | setHideSmallBalances(state, action: PayloadAction) { method setFeeChargeOrder (line 142) | setFeeChargeOrder(state, action: PayloadAction) { method setLayouts (line 145) | setLayouts(state, action: PayloadAction) { method setStopLimitLayouts (line 153) | setStopLimitLayouts(state, action: PayloadAction) { method setSwapSecondConfirmation (line 161) | setSwapSecondConfirmation(state, action: PayloadAction) { method setDualDefault (line 164) | setDualDefault(state, action: PayloadAction<{ auto: boolean; day: number... method setBTradeShowTutorial (line 167) | setBTradeShowTutorial(state, action: PayloadAction) { FILE: packages/component-lib/src/stores/reducer/toggle/hook.ts function useToggle (line 6) | function useToggle() { FILE: packages/component-lib/src/stores/reducer/toggle/interface.ts type ToggleState (line 3) | type ToggleState = { type TogglePlayLoad (line 53) | type TogglePlayLoad = Partial & { FILE: packages/component-lib/src/stores/reducer/toggle/reducer.ts method updateToggleStatus (line 57) | updateToggleStatus(state, action: PayloadAction) { FILE: packages/component-lib/src/types/lib.ts type Without (line 1) | type Without = { [P in Exclude]?: never } type XOR (line 2) | type XOR = T | U extends { [key: string]: any } FILE: packages/component-lib/src/utils/closureAnnouncementUtils.ts constant CLOSURE_ANNOUNCEMENT_KEY (line 1) | const CLOSURE_ANNOUNCEMENT_KEY = 'loopring_closure_announcement_dismissed' FILE: packages/core/src/api_wrapper/index.ts class LoopringAPI (line 18) | class LoopringAPI { FILE: packages/core/src/defs/index.ts type ActionResultCode (line 3) | enum ActionResultCode { type EddsaKey (line 11) | type EddsaKey = { eddsaKey: any; accInfo?: sdk.AccountInfo } constant LAYOUT (line 13) | const LAYOUT = { constant REFRESH_RATE (line 18) | const REFRESH_RATE = 1000 constant DAYS (line 20) | const DAYS = 30 constant BIGO (line 22) | const BIGO = sdk.toBig(0) constant MAPFEEBIPS (line 24) | const MAPFEEBIPS = 200 FILE: packages/core/src/hookConnect.tsx function useConnect (line 339) | function useConnect(_props: { state: keyof typeof SagaStatus }) { FILE: packages/core/src/hooks/common/useAllowances.ts function useAllowances (line 6) | function useAllowances({ owner, symbol }: { owner: string; symbol: strin... FILE: packages/core/src/hooks/common/useBtnStatus.ts function useBtnStatus (line 5) | function useBtnStatus() { FILE: packages/core/src/hooks/common/useDebounce.ts function useDebouncedCallback (line 4) | function useDebouncedCallback( FILE: packages/core/src/hooks/common/useGetOrderHistorys.ts function useGetOrderHistorys (line 14) | function useGetOrderHistorys() { FILE: packages/core/src/hooks/common/usePairMatch.ts function usePairMatch (line 6) | function usePairMatch({ FILE: packages/core/src/hooks/common/useThrottle.ts function useThrottle (line 4) | function useThrottle(cb, delay) { FILE: packages/core/src/hooks/common/useTrade.ts type PriceLevel (line 29) | enum PriceLevel { type ReqParams (line 35) | type ReqParams = { function makeMarketReq (line 64) | function makeMarketReq({ function makeLimitReq (line 436) | function makeLimitReq({ function usePlaceOrder (line 623) | function usePlaceOrder() { FILE: packages/core/src/hooks/help/coinPairInit.ts function coinPairInit (line 1) | function coinPairInit({ coinKey, _tradeCalcData, tokenMap, coinMap }: an... FILE: packages/core/src/hooks/help/formatPrice.ts function formatedVal (line 4) | function formatedVal(rawData: string, base: string, quote: string) { FILE: packages/core/src/hooks/help/makeCache.ts type Cache (line 4) | type Cache = { FILE: packages/core/src/hooks/help/makeUIAmmActivityMap.ts type AmmActivityViewMap (line 79) | type AmmActivityViewMap = { type Value (line 243) | type Value = undefined | number | string type SummaryMyInvest (line 244) | type SummaryMyInvest = { FILE: packages/core/src/hooks/help/makeWallet.ts type WalletMapExtend (line 10) | type WalletMapExtend = { FILE: packages/core/src/hooks/help/useAmmTotalValue.ts type GetAmmLiquidityProps (line 10) | type GetAmmLiquidityProps = { FILE: packages/core/src/hooks/useractions/hookAmmCommon.ts function usePairInit (line 48) | function usePairInit({ ammInfo }: { ammInfo: AmmDetailStore }) { FILE: packages/core/src/hooks/useractions/hookSwap.ts type ShowWitchAle3t1 (line 68) | enum ShowWitchAle3t1 { FILE: packages/core/src/hooks/useractions/useAccountModal.ts function useAccountModal (line 9) | function useAccountModal() { FILE: packages/core/src/hooks/useractions/useCheckAccStatus.tsx function isAccActivated (line 25) | function isAccActivated() { FILE: packages/core/src/hooks/useractions/useCollectionAdvanceMeta.ts function useCollectionAdvanceMeta (line 16) | function useCollectionAdvanceMeta({ FILE: packages/core/src/hooks/useractions/useContact.ts type TxsFilterProps (line 208) | type TxsFilterProps = { function useContractRecord (line 218) | function useContractRecord(setToastOpen: (state: any) => void) { FILE: packages/core/src/hooks/useractions/useDeposit.ts method onClose (line 752) | onClose() { FILE: packages/core/src/hooks/useractions/useNFTDeploy.ts function useNFTDeploy (line 44) | function useNFTDeploy & { broker: string }, I... FILE: packages/core/src/hooks/useractions/useNFTMintAdvance.ts constant CID (line 46) | const CID = require('cids') FILE: packages/core/src/hooks/useractions/useRedpacket.ts function useOpenRedpacket (line 10) | function useOpenRedpacket() { FILE: packages/core/src/hooks/useractions/useTransferToTaikoAccount.ts method onClickBack (line 560) | onClickBack() { method onClickClose (line 580) | onClickClose() { FILE: packages/core/src/hooks/useractions/useUpdateAccount.ts function useUpdateAccount (line 273) | function useUpdateAccount() { FILE: packages/core/src/hooks/useractions/useVendor.ts type RAMP_SELL_PANEL (line 20) | enum RAMP_SELL_PANEL { FILE: packages/core/src/hooks/useractions/vault/useAccountInfo.ts type VaultAccountInfoStatus (line 26) | type VaultAccountInfoStatus = VaultLayer2States & { FILE: packages/core/src/hooks/useractions/vault/useVaultBorrow.ts type VaultBorrowTradeData (line 45) | type VaultBorrowTradeData = IBData & { FILE: packages/core/src/hooks/useractions/vault/useVaultJoin.ts constant DATE_IN_TEN_YEARS (line 54) | const DATE_IN_TEN_YEARS = 2027988026 FILE: packages/core/src/modal/AccountL1Modal/hook.tsx function useAccountModalForL1UI (line 44) | function useAccountModalForL1UI({ FILE: packages/core/src/modal/AccountModal/components/NFTDetail.tsx type NFTDetailTab (line 67) | enum NFTDetailTab { FILE: packages/core/src/modal/AccountModal/hook.tsx function useAccountModalForUI (line 259) | function useAccountModalForUI({ FILE: packages/core/src/modal/AmmPoolModal/hooks.ts type AwardItme (line 23) | type AwardItme = { FILE: packages/core/src/modal/RedPacketModal/hook.tsx function useRedPacketModal (line 56) | function useRedPacketModal() { FILE: packages/core/src/services/account/activateAccount.ts function activateAccount (line 15) | async function activateAccount({ function activateAccountSmartWallet (line 207) | async function activateAccountSmartWallet({ function updateAccountRecursively (line 266) | async function updateAccountRecursively({ FILE: packages/core/src/services/account/command.ts type AccountCommands (line 1) | enum AccountCommands { FILE: packages/core/src/services/account/lockAccount.ts function lockAccount (line 5) | function lockAccount() { function goErrorNetWork (line 9) | function goErrorNetWork() { function cleanLayer2 (line 14) | function cleanLayer2() { FILE: packages/core/src/services/account/resetAccount.ts function resetLayer12Data (line 17) | async function resetLayer12Data() { function resetSystemData (line 63) | async function resetSystemData() { function resetLayer2Data (line 68) | function resetLayer2Data() { function toggleCheck (line 79) | async function toggleCheck( FILE: packages/core/src/services/account/unlockAccount.ts function unlockAccount (line 293) | async function unlockAccount() { FILE: packages/core/src/services/account/useAccountHook.ts function useAccountHook (line 5) | function useAccountHook({ FILE: packages/core/src/services/banxa/banxaService.ts type BalanceReason (line 19) | enum BalanceReason { type BanxaCheck (line 24) | enum BanxaCheck { type OrderENDReason (line 31) | enum OrderENDReason { FILE: packages/core/src/services/banxa/index.tsx function useOffFaitModal (line 14) | function useOffFaitModal() { FILE: packages/core/src/services/banxa/offFaitService.ts type OffFaitCommon (line 16) | enum OffFaitCommon { type OffOderUIItem (line 21) | type OffOderUIItem = { FILE: packages/core/src/services/claimServices/claimServices.ts type ClaimCommands (line 4) | enum ClaimCommands { FILE: packages/core/src/services/collectionServices/collectionService.ts type ContractCommands (line 4) | enum ContractCommands { FILE: packages/core/src/services/connect/useConnectHook.ts function useConnectHook (line 6) | function useConnectHook({ FILE: packages/core/src/services/depositServices/depositServices.ts type DepositCommands (line 3) | enum DepositCommands { FILE: packages/core/src/services/fee/useChargeFees.ts constant INTERVAL_TIME (line 24) | const INTERVAL_TIME = (() => 900000)() function useChargeFees (line 25) | function useChargeFees({ FILE: packages/core/src/services/ipfs/ipfsService.ts type IPFSCommands (line 12) | enum IPFSCommands { class IpfsProvides (line 16) | class IpfsProvides { method ipfs (line 19) | get ipfs(): IPFSHTTPClient | undefined { method init (line 23) | async init() { method stop (line 35) | stop() { FILE: packages/core/src/services/ipfs/useIpfs.ts function useIPFS (line 5) | function useIPFS({ handleSuccessUpload, handleFailedUpload }: any) { FILE: packages/core/src/services/mintServices/mintService.ts type MintCommands (line 21) | enum MintCommands { FILE: packages/core/src/services/mintServices/useNFTMeta.ts function useNFTMeta (line 29) | function useNFTMeta({ FILE: packages/core/src/services/mintServices/useNFTMint.ts function useNFTMint (line 45) | function useNFTMint, I, _... FILE: packages/core/src/services/qrcodeServices/qrCodeService.ts function onScanSuccess (line 6) | function onScanSuccess(decodedText: any, decodedResult: any) { function onScanFailure (line 17) | function onScanFailure(error: any) { class Html5QrcodeScannerProvides (line 24) | class Html5QrcodeScannerProvides { method h5QrcodeScanner (line 27) | get h5QrcodeScanner(): Html5QrcodeScanner | undefined { method constructor (line 31) | constructor() { method init (line 36) | async init() { method clear (line 58) | clear() { method stop (line 68) | stop() { method render (line 79) | render() { type H5QrcodeScannerCommands (line 91) | enum H5QrcodeScannerCommands { FILE: packages/core/src/services/qrcodeServices/useQrcodeScan.ts function useQrcodeScan (line 10) | function useQrcodeScan({ handleFailedUpload, handleSuccessUpload }: any) { FILE: packages/core/src/services/socket/services/ammPoolService.ts type AmmPoolMap (line 3) | type AmmPoolMap = { FILE: packages/core/src/services/socket/services/bookService.ts type BookMap (line 6) | type BookMap = { FILE: packages/core/src/services/socket/services/btradeOrderbookService.ts type BtradeOrderbookMap (line 8) | type BtradeOrderbookMap = { FILE: packages/core/src/services/socket/services/mixorderService.ts type MixorderMap (line 8) | type MixorderMap = { FILE: packages/core/src/services/socket/services/orderbookService.ts type OrderbookMap (line 8) | type OrderbookMap = { FILE: packages/core/src/services/socket/socketUtil.ts type SocketEvent (line 16) | type SocketEvent = (e: any, ...props: any[]) => any type PINGPONG (line 18) | enum PINGPONG { type SocketCallbackMap (line 22) | type SocketCallbackMap = { type SocketEventMap (line 27) | type SocketEventMap = { class LoopringSocket (line 31) | class LoopringSocket { method constructor (line 197) | constructor(url: string) { method socketKeyMap (line 204) | get socketKeyMap(): object | undefined { method topics (line 210) | get topics(): object | undefined { method socketCallbackMap (line 216) | get socketCallbackMap(): SocketCallbackMap | undefined { method ws (line 222) | get ws(): WebSocket | undefined { FILE: packages/core/src/storage/index.ts type CONSTANTS (line 4) | enum CONSTANTS { constant SESSION_TIMEOUT (line 20) | const SESSION_TIMEOUT = 7 * 24 * 60 * 60 * 1000 class UserStorage (line 22) | class UserStorage { method getLocalDepositHash (line 23) | public static getLocalDepositHash(account: Account): { [key: string]: ... method clearDepositHash (line 34) | public static clearDepositHash(account: Account, value: string) { method setLocalDepositHash (line 43) | public static setLocalDepositHash(account: Account, value: string, sta... method clearWalletConnect (line 53) | public static clearWalletConnect() { method setConnectorName (line 58) | public static setConnectorName(connectionName: string) { method getConnectorName (line 62) | public static getConnectorName() { method clearConnectorName (line 66) | public static clearConnectorName() { method getHandler (line 71) | public static getHandler() { method setHandler (line 79) | public static setHandler(handler: any) { method clearHandler (line 83) | public static clearHandler() { method checkTimeout (line 87) | public static checkTimeout(reset: boolean = false): boolean { method getAccountId (line 107) | public static getAccountId() { method setAccountId (line 115) | public static setAccountId(accountId: number) { method getAccount (line 119) | public static getAccount() { method setAccount (line 123) | public static setAccount(account: string) { method getApikey (line 127) | public static getApikey() { method setApikey (line 131) | public static setApikey(apikey: string) { method getEddsakey (line 135) | public static getEddsakey() { method setEddsakey (line 139) | public static setEddsakey(eddsakey: string) { method getAmmOrder (line 143) | public static getAmmOrder(): string { method setAmmOrder (line 148) | public static setAmmOrder(orderHash: string) { method clearAmmOrder (line 152) | public static clearAmmOrder() { method isHardwareAddress (line 156) | public static isHardwareAddress(address: string) { method saveHardwareAddress (line 166) | public static saveHardwareAddress(address: string) { FILE: packages/core/src/stores/Amm/AmmActivityMap/hook.ts function useAmmActivityMap (line 6) | function useAmmActivityMap(): AmmActivityMapStates & { FILE: packages/core/src/stores/Amm/AmmActivityMap/interface.ts type ActivityMap (line 8) | type ActivityMap = LoopringMap> type ActivityRulesMap (line 9) | type ActivityRulesMap = LoopringMap type AmmActivityMapStates (line 10) | type AmmActivityMapStates = { FILE: packages/core/src/stores/Amm/AmmActivityMap/reducer.ts method getAmmActivityMap (line 19) | getAmmActivityMap(state, _action: PayloadAction) { method getAmmActivityMapStatus (line 22) | getAmmActivityMapStatus(state, action: PayloadAction } type AmmDetailStore (line 6) | type AmmDetailStore = AmmDetail type AmmMap (line 7) | type AmmMap>) { method updateRealTimeAmmMap (line 78) | updateRealTimeAmmMap( FILE: packages/core/src/stores/Amm/AmmMap/saga.ts type AmmMap (line 34) | type AmmMap = { [key: string]: AmmDeta... FILE: packages/core/src/stores/account/hook.ts function useAccount (line 7) | function useAccount() { FILE: packages/core/src/stores/account/reducer.ts method updateAccountStatus (line 34) | updateAccountStatus(state) { method nextAccountSyncStatus (line 37) | nextAccountSyncStatus(state) { method changeShowModel (line 40) | changeShowModel(state, action: PayloadAction<{ _userOnModel: boolean | u... method nextAccountStatus (line 45) | nextAccountStatus(state, action: PayloadAction>) { method cleanAccountStatus (line 131) | cleanAccountStatus( FILE: packages/core/src/stores/amount/hook.ts function useAmount (line 6) | function useAmount(): AmountStates & { FILE: packages/core/src/stores/amount/interface.ts type Amount (line 5) | type Amount = { type TimerMap (line 8) | type TimerMap = { [key: string]: NodeJS.Timeout | -1 } type AmountStates (line 12) | type AmountStates = { FILE: packages/core/src/stores/amount/reducer.ts type AmountMap (line 12) | type AmountMap = sdk.LoopringMap method getAmount (line 18) | getAmount(state, _action: PayloadAction<{ market: string }>) { method resetAmount (line 21) | resetAmount(state, _action: PayloadAction) { method getAmountStatus (line 24) | getAmountStatus(state, action: PayloadAction) { FILE: packages/core/src/stores/config/interface.ts type FastWithdrawConfig (line 5) | type FastWithdrawConfig = { type Config (line 31) | type Config = { FILE: packages/core/src/stores/config/reducer.ts method updateFastWithdrawConfig (line 11) | updateFastWithdrawConfig(state, action: PayloadAction & { FILE: packages/core/src/stores/contacts/reducer.ts method updateContacts (line 18) | updateContacts(state) { method reset (line 21) | reset(state) { method getContactsStatus (line 27) | getContactsStatus(state, action: PayloadAction) { FILE: packages/core/src/stores/index.ts constant DEFAULT_TIMEOUT (line 83) | const DEFAULT_TIMEOUT = 1000 * 60 * 15 type AppDispatch (line 258) | type AppDispatch = typeof store.dispatch type RootState (line 261) | type RootState = ReturnType FILE: packages/core/src/stores/invest/BtradeMap/interface.ts type BtradeUIMap (line 4) | type BtradeUIMap = { enabled: boolean | 'isFormLocal' } & Omit) { method getBtradeMapStatus (line 21) | getBtradeMapStatus(state, action: PayloadAction) { method updateBtradeSyncMap (line 42) | updateBtradeSyncMap(state, _action: PayloadAction) { FILE: packages/core/src/stores/invest/DefiMap/interface.ts type DefiMap (line 4) | type DefiMap = { type DefiMapStates (line 13) | type DefiMapStates = DefiMap & { FILE: packages/core/src/stores/invest/DefiMap/reducer.ts method getDefiMap (line 20) | getDefiMap(state, _action: PayloadAction) { method getDefiMapStatus (line 23) | getDefiMapStatus(state, action: PayloadAction) { method updateDefiSyncMap (line 46) | updateDefiSyncMap(state, _action: PayloadAction) { FILE: packages/core/src/stores/invest/DualMap/interface.ts type DualMap (line 4) | type DualMap = { type DualMapStates (line 11) | type DualMapStates = DualMap & { FILE: packages/core/src/stores/invest/DualMap/reducer.ts method getDualMap (line 19) | getDualMap(state, _action: PayloadAction) { method getDualMapStatus (line 22) | getDualMapStatus(state, action: PayloadAction) { method updateDualSyncMap (line 44) | updateDualSyncMap( FILE: packages/core/src/stores/invest/InvestTokenTypeMap/interface.ts type InvestTokenTypeMap (line 6) | type InvestTokenTypeMap = { type InvestTokenTypeMapStates (line 12) | type InvestTokenTypeMapStates = { FILE: packages/core/src/stores/invest/InvestTokenTypeMap/reducer.ts method getInvestTokenTypeMap (line 14) | getInvestTokenTypeMap(state, _action: PayloadAction) { method getInvestTokenTypeMapStatus (line 17) | getInvestTokenTypeMapStatus(state, action: PayloadAction) { method getStakingMapStatus (line 20) | getStakingMapStatus(state, action: PayloadAction) { method updateStakingSyncMap (line 40) | updateStakingSyncMap(state, _action: PayloadAction) { FILE: packages/core/src/stores/invest/VaultMap/interface.ts type VaultUIMap (line 5) | type VaultUIMap = VaultMarketExtends type VaultMap (line 6) | type VaultMap< type VaultMapStates (line 30) | type VaultMapStates = VaultMap & { FILE: packages/core/src/stores/invest/VaultMap/reducer.ts method getVaultMap (line 26) | getVaultMap(state, _action: PayloadAction) { method getVaultMapStatus (line 29) | getVaultMapStatus(state, action: PayloadAction) { FILE: packages/core/src/stores/invest/VaultTicker/hook.ts function useVaultTicker (line 7) | function useVaultTicker(): VaultTickerStates & { FILE: packages/core/src/stores/invest/VaultTicker/interface.ts type VaultTickerMap (line 3) | type VaultTickerMap = { type VaultTickerStates (line 6) | type VaultTickerStates = { FILE: packages/core/src/stores/invest/VaultTicker/reducer.ts method resetVaultTicker (line 16) | resetVaultTicker(state) { method updateVaultTicker (line 24) | updateVaultTicker( method getVaultTickers (line 30) | getVaultTickers(state) { method getVaultTickerStatus (line 33) | getVaultTickerStatus(state, action: PayloadAction) { FILE: packages/core/src/stores/localStore/coinbaseSmartWalletPersist/hook.ts function useCoinbaseSmartWalletPersist (line 7) | function useCoinbaseSmartWalletPersist() { FILE: packages/core/src/stores/localStore/coinbaseSmartWalletPersist/interface.ts type CoinbaseSmartWalletPersist (line 3) | interface CoinbaseSmartWalletPersist { type CoinbaseSmartWalletPersistData (line 7) | interface CoinbaseSmartWalletPersistData { FILE: packages/core/src/stores/localStore/coinbaseSmartWalletPersist/reducer.ts method persistStoreCoinbaseSmartWalletData (line 16) | persistStoreCoinbaseSmartWalletData(state, action: PayloadAction) { method confirmedRETHDefiInvest (line 42) | confirmedRETHDefiInvest(state: Confirmation, _action: PayloadAction) { method showDualBeginnerHelp (line 69) | showDualBeginnerHelp(state: Confirmation, _action: PayloadAction) { method hidDualBeginnerHelp (line 72) | hidDualBeginnerHelp(state: Confirmation, _action: PayloadAction) { method confirmedLeverageETHInvest (line 75) | confirmedLeverageETHInvest(state: Confirmation, _action: PayloadAction) { method removeMarket (line 16) | removeMarket(state: FavoriteMarketStates, action: PayloadAction) { method addMarket (line 23) | addMarket(state: FavoriteMarketStates, action: PayloadAction) { method addMarkets (line 29) | addMarkets(state: FavoriteMarketStates, action: PayloadAction) { FILE: packages/core/src/stores/localStore/favoriteVaultMarket/reducer.ts method clearAll (line 12) | clearAll(state: FavoriteMarketStates, _action: PayloadAction) { method removeMarket (line 15) | removeMarket(state: FavoriteMarketStates, action: PayloadAction) { method addMarket (line 22) | addMarket(state: FavoriteMarketStates, action: PayloadAction) { method addMarkets (line 28) | addMarkets(state: FavoriteMarketStates, action: PayloadAction) { FILE: packages/core/src/stores/localStore/layer1Store/reducer.ts method circleUpdateLayer1ActionHistory (line 26) | circleUpdateLayer1ActionHistory( method layer1ActionHistoryStatus (line 32) | layer1ActionHistoryStatus( method clearOneItem (line 51) | clearOneItem( method setOneItem (line 67) | setOneItem( FILE: packages/core/src/stores/localStore/nftRefresh/reducer.ts method clearAll (line 26) | clearAll(state: NFTHashInfos, _action: PayloadAction) { method clearNFTRefreshHash (line 29) | clearNFTRefreshHash( method updateNFTRefreshHash (line 40) | updateNFTRefreshHash( FILE: packages/core/src/stores/localStore/offRamp/reducer.ts method clearAll (line 30) | clearAll(state: OffRampHashInfos, _action: PayloadAction) { method updateOffRampHash (line 54) | updateOffRampHash(state: ChainHashInfos, action: PayloadAction) { method clearDepositHash (line 34) | clearDepositHash( method clearWithdrawHash (line 45) | clearWithdrawHash(_state: ChainHashInfos) { method updateHadUnknownCollection (line 48) | updateHadUnknownCollection( method updateDepositHash (line 70) | updateDepositHash( method updateVaultBorrowHash (line 114) | updateVaultBorrowHash( method clearVaultBorrowHash (line 149) | clearVaultBorrowHash( FILE: packages/core/src/stores/localStore/redPacket/reducer.ts type updateRedpacketHashProps (line 13) | type updateRedpacketHashProps = { method clearRedPacketHash (line 43) | clearRedPacketHash(state: RedPacketHashInfos, _action: PayloadAction) { method getUserNotify (line 27) | getUserNotify(state, _action: PayloadAction) { method getNotifyStatus (line 30) | getNotifyStatus(state, action: PayloadAction) { FILE: packages/core/src/stores/redPacket/hook.ts function useRedPacketConfig (line 7) | function useRedPacketConfig(): RedPacketConfigStates & { FILE: packages/core/src/stores/redPacket/interface.ts type RedPacketConfig (line 3) | type RedPacketConfig = any type RedPacketConfigStates (line 4) | type RedPacketConfigStates = { FILE: packages/core/src/stores/redPacket/reducer.ts method getRedPacketConfigs (line 15) | getRedPacketConfigs(state, _action: PayloadAction>>) { method getRedPacketConfigsStatus (line 18) | getRedPacketConfigsStatus(state, action: PayloadAction>) { method updatePageAmmJoin (line 95) | updatePageAmmJoin(state, action: PayloadAction>) { method updatePageAmmExitBtn (line 130) | updatePageAmmExitBtn(state, action: PayloadAction>) { method updatePageAmmExit (line 140) | updatePageAmmExit(state, action: PayloadAction>) { FILE: packages/core/src/stores/router/modals/hook.ts function useModalData (line 66) | function useModalData(): { FILE: packages/core/src/stores/router/modals/interface.ts type WithdrawData (line 19) | type WithdrawData = IBData & { type ForceWithdrawData (line 26) | type ForceWithdrawData = { type TransferData (line 35) | type TransferData = { type ClaimData (line 45) | type ClaimData = { type DepositData (line 67) | type DepositData = { type MintData (line 74) | type MintData = { type ActiveAccountData (line 81) | type ActiveAccountData = { type NFT_MINT_VALUE (line 91) | type NFT_MINT_VALUE = { type ModalDataStatus (line 98) | type ModalDataStatus = { type LAST_STEP (line 130) | enum LAST_STEP { FILE: packages/core/src/stores/router/modals/reducer.ts method resetAll (line 185) | resetAll(state) { method resetForceWithdrawData (line 201) | resetForceWithdrawData(state) { method resetWithdrawData (line 206) | resetWithdrawData(state) { method resetActiveAccountData (line 210) | resetActiveAccountData(state) { method resetTransferData (line 214) | resetTransferData(state) { method resetTransferRampData (line 218) | resetTransferRampData(state) { method resetTransferBanxaData (line 222) | resetTransferBanxaData(state) { method resetDepositData (line 226) | resetDepositData(state) { method resetNFTWithdrawData (line 230) | resetNFTWithdrawData(state) { method resetNFTTransferData (line 234) | resetNFTTransferData(state) { method resetNFTDepositData (line 238) | resetNFTDepositData(state) { method resetNFTMintData (line 242) | resetNFTMintData( method resetNFTMintAdvanceData (line 267) | resetNFTMintAdvanceData( method resetCollectionAdvanceData (line 278) | resetCollectionAdvanceData(state) { method resetCollectionData (line 282) | resetCollectionData(state) { method resetNFTDeployData (line 286) | resetNFTDeployData(state) { method resetOffRampData (line 290) | resetOffRampData(state) { method resetOffBanxaData (line 294) | resetOffBanxaData(state) { method resetRedPacketOrder (line 298) | resetRedPacketOrder( method resetClaimData (line 314) | resetClaimData(state) { method updateActiveAccountData (line 322) | updateActiveAccountData(state, action: PayloadAction>) { method updateForceWithdrawData (line 351) | updateForceWithdrawData(state, action: PayloadAction>) { method updateTransferRampData (line 384) | updateTransferRampData(state, action: PayloadAction>) { method updateNFTWithdrawData (line 430) | updateNFTWithdrawData( method updateNFTTransferData (line 445) | updateNFTTransferData( method updateNFTDepositData (line 468) | updateNFTDepositData(state, action: PayloadAction) { method updateCollectionData (line 507) | updateCollectionData(state, action: PayloadAction) { method updateNFTMintData (line 512) | updateNFTMintData(state, action: PayloadAction>) { method updateNFTDeployData (line 543) | updateNFTDeployData( method updateOffRampData (line 566) | updateOffRampData( method updateOffBanxaData (line 593) | updateOffBanxaData(state, action: PayloadAction<{ order: BanxaOrder }>) { method updateRedPacketOrder (line 602) | updateRedPacketOrder(state, action: PayloadAction) { FILE: packages/core/src/stores/router/tradeBtrade/hook.ts function useTradeBtrade (line 6) | function useTradeBtrade(): TradeBtradeStatus & { FILE: packages/core/src/stores/router/tradeBtrade/interface.ts type TradeBtrade (line 5) | type TradeBtrade = { type TradeBtradeStatus (line 27) | type TradeBtradeStatus = { FILE: packages/core/src/stores/router/tradeBtrade/reducer.ts method resetBtradeSwap (line 24) | resetBtradeSwap(state) { method updateBtradeTrade (line 27) | updateBtradeTrade(state, action: PayloadAction>) { FILE: packages/core/src/stores/router/tradeDefi/hook.ts function useTradeDefi (line 7) | function useTradeDefi(): TradeDefiStat... FILE: packages/core/src/stores/router/tradeDefi/interface.ts type TradeDefiStatus (line 3) | type TradeDefiStatus = { FILE: packages/core/src/stores/router/tradeDefi/reducer.ts type R (line 26) | type R = { [key: string]: any } method resetTradeDefi (line 38) | resetTradeDefi(state) { method updateTradeDefi (line 41) | updateTradeDefi(state, action: PayloadAction(): TradeDualStatus & { FILE: packages/core/src/stores/router/tradeDual/interface.ts type TradeDual (line 3) | type TradeDual = DualCalcData type EditDual (line 4) | type EditDual = { type TradeDualStatus (line 13) | type TradeDualStatus = { FILE: packages/core/src/stores/router/tradeDual/reducer.ts method resetTradeDual (line 17) | resetTradeDual(state) { method resetEditDual (line 20) | resetEditDual(state) { method updateTradeDual (line 23) | updateTradeDual(state, action: PayloadAction & DualViewOrde... FILE: packages/core/src/stores/router/tradeLite/hook.ts function usePageTradeLite (line 7) | function usePageTradeLite(): PageTradeLiteStatus & { FILE: packages/core/src/stores/router/tradeLite/interface.ts type PageTradeLite (line 5) | type PageTradeLite = { type PageTradeLiteStatus (line 38) | type PageTradeLiteStatus = { FILE: packages/core/src/stores/router/tradeLite/reducer.ts method resetSwap (line 24) | resetSwap(state) { method updatePageTradeLite (line 27) | updatePageTradeLite(state, action: PayloadAction>) { FILE: packages/core/src/stores/router/tradePro/hook.ts function usePageTradePro (line 7) | function usePageTradePro(): PageTradeP... FILE: packages/core/src/stores/router/tradePro/interface.ts type MarketCalcParams (line 11) | type MarketCalcParams = { type limitCalcParams (line 31) | type limitCalcParams = { type stopLimitCalcParams (line 40) | type stopLimitCalcParams = limitCalcParams & { type OrderInfoPatch (line 44) | type OrderInfoPatch = { type PageTradePro (line 50) | type PageTradePro = { type PageTradeProStatus (line 91) | type PageTradeProStatus = { FILE: packages/core/src/stores/router/tradePro/reducer.ts method resetOrderPge (line 29) | resetOrderPge(state) { method updatePageTradePro (line 32) | updatePageTradePro( FILE: packages/core/src/stores/router/tradeStake/hook.ts function useTradeStake (line 7) | function useTradeStake(): TradeStakeSt... function useRedeemStake (line 29) | function useRedeemStake(): RedeemStake... FILE: packages/core/src/stores/router/tradeStake/interface.ts type TradeStakeStatus (line 3) | type TradeStakeStatus = { type RedeemStakeStatus (line 10) | type RedeemStakeStatus = { FILE: packages/core/src/stores/router/tradeStake/reducer.ts type R (line 14) | type R = { [key: string]: any } method resetTradeStake (line 26) | resetTradeStake(state) { method updateTradeStake (line 29) | updateTradeStake(state, action: PayloadAction>>) { method resetRedeemStake (line 74) | resetRedeemStake(state) { method updateRedeemStake (line 77) | updateRedeemStake(state, action: PayloadAction>>) { FILE: packages/core/src/stores/router/tradeVault/hook.ts function useTradeVault (line 24) | function useTradeVault() { FILE: packages/core/src/stores/router/tradeVault/interface.ts type TradeVault (line 13) | type TradeVault = { type TradeVaultStatus (line 37) | type TradeVaultStatus = { FILE: packages/core/src/stores/router/tradeVault/reducer.ts method resetVaultSwap (line 42) | resetVaultSwap(state) { method resetVaultJoin (line 45) | resetVaultJoin(state) { method resetVaultExit (line 48) | resetVaultExit(state) { method resetVaultBorrow (line 51) | resetVaultBorrow(state) { method resetVaultRepay (line 54) | resetVaultRepay(state) { method updateVaultTrade (line 57) | updateVaultTrade(state, action: PayloadAction>) { method updateVaultJoin (line 160) | updateVaultJoin(state, action: PayloadAction>) { method updateVaultExit (line 163) | updateVaultExit(state, action: PayloadAction>) { method updateVaultBorrow (line 166) | updateVaultBorrow( method updateVaultRepay (line 172) | updateVaultRepay( FILE: packages/core/src/stores/socket/hook.ts function useSocket (line 7) | function useSocket() { FILE: packages/core/src/stores/socket/interface.ts type TickerSocket (line 5) | type TickerSocket = string type SocketUserMap (line 6) | type SocketUserMap = { type SocketMap (line 19) | type SocketMap = { FILE: packages/core/src/stores/socket/reducer.ts method socketEnd (line 14) | socketEnd(state, _action: PayloadAction) { method socketUserEnd (line 18) | socketUserEnd(state, _action: PayloadAction) { method sendSocketTopic (line 24) | sendSocketTopic(state, _action: PayloadAction<{ socket: SocketMap }>) { method getSocketStatus (line 27) | getSocketStatus(state, action: PayloadAction<{ socket: SocketMap } | Err... FILE: packages/core/src/stores/system/hook.ts function useSystem (line 8) | function useSystem(): SystemStatus & { FILE: packages/core/src/stores/system/interface.ts type ENV (line 4) | enum ENV { type NETWORKEXTEND (line 10) | enum NETWORKEXTEND { type NETWORK (line 14) | type NETWORK = NETWORKEXTEND | sdk.ChainId type System (line 15) | type System = { type SystemStatus (line 49) | type SystemStatus = System & { FILE: packages/core/src/stores/system/reducer.ts method updateSystem (line 43) | updateSystem(state, action: PayloadAction) { method updateRealTimeObj (line 48) | updateRealTimeObj(state, action: PayloadAction>) { method clearSystem (line 114) | clearSystem(state, _: PayloadAction) { FILE: packages/core/src/stores/system/saga.ts type ENV_KEY (line 44) | enum ENV_KEY { FILE: packages/core/src/stores/targetRedpackt/hook.ts function useTargetRedPackets (line 6) | function useTargetRedPackets(): TargetRedPacketStates & { FILE: packages/core/src/stores/targetRedpackt/interface.ts type RedPacketConfig (line 4) | type RedPacketConfig = any type TargetRedPacketStates (line 5) | type TargetRedPacketStates = { FILE: packages/core/src/stores/targetRedpackt/reducer.ts method getExclusiveRedpacket (line 18) | getExclusiveRedpacket(state, _action: PayloadAction) { method getExclusiveRedpacketStatus (line 21) | getExclusiveRedpacketStatus(state, action: PayloadAction = { type TickerStates (line 6) | type TickerStates = { FILE: packages/core/src/stores/ticker/reducer.ts method resetTicker (line 16) | resetTicker(state) { method updateTicker (line 24) | updateTicker(state, _action: PayloadAction>) { method getTickers (line 27) | getTickers(state, _action: PayloadAction>>) { method getTickerStatus (line 30) | getTickerStatus(state, action: PayloadAction) { FILE: packages/core/src/stores/token/hook.ts function useTokenMap (line 7) | function useTokenMap(): TokenMapStates... FILE: packages/core/src/stores/token/interface.ts type TokenMap (line 10) | type TokenMap = LoopringMap< type GetTokenMapParams (line 13) | type GetTokenMapParams<_R extends { [key: string]: any }> = { type AddressMap (line 44) | type AddressMap = { type IdMap (line 48) | type IdMap = { type TokenMapStates (line 52) | type TokenMapStates = { FILE: packages/core/src/stores/token/reducer.ts method getTokenMap (line 22) | getTokenMap(state, _action: PayloadAction>) { method getTokenMapStatus (line 25) | getTokenMapStatus(state, action: PayloadAction>) { FILE: packages/core/src/stores/tokenPrices/interface.ts type TokenPrices (line 3) | type TokenPrices = { type TokenPricesStates (line 7) | type TokenPricesStates = { FILE: packages/core/src/stores/tokenPrices/reducer.ts method resetTokenPrices (line 16) | resetTokenPrices(state) { method getTokenPrices (line 24) | getTokenPrices(state, _action: PayloadAction) { method getTokenPricesStatus (line 27) | getTokenPricesStatus(state, action: PayloadAction... FILE: packages/core/src/stores/userRewards/hook.ts function useUserRewards (line 6) | function useUserRewards(): UserRewardsStates> & { FILE: packages/core/src/stores/userRewards/interface.ts type UserRewards (line 5) | type UserRewards = sdk.AmmUserRewardMap type MyAmmLPMap (line 6) | type MyAmmLPMap = { type UserRewardsStates (line 9) | type UserRewardsStates) { method resetUserRewards (line 24) | resetUserRewards(state, _action: PayloadAction) { method getUserAMM (line 30) | getUserAMM(state, _action: PayloadAction) { method getUserRewardsStatus (line 38) | getUserRewardsStatus(state, action: PayloadAction... method setDefiAverageMap (line 58) | setDefiAverageMap(state, action: PayloadAction<{ defiAverageMap: any }>) { FILE: packages/core/src/stores/vaultLayer2/hook.ts function useVaultLayer2 (line 13) | function useVaultLayer2(): VaultLayer2States & { FILE: packages/core/src/stores/vaultLayer2/interface.ts type VaultLayer2Map (line 4) | type VaultLayer2Map = { type VaultLayer2States (line 8) | type VaultLayer2States = { FILE: packages/core/src/stores/vaultLayer2/reducer.ts method updateVaultLayer2 (line 18) | updateVaultLayer2( method reset (line 24) | reset(state) { method socketUpdateBalance (line 33) | socketUpdateBalance(state) { method getVaultLayer2Status (line 36) | getVaultLayer2Status(state, action: PayloadAction) { FILE: packages/core/src/stores/vaultLayer2/saga.ts type VaultLayer2Map (line 8) | type VaultLayer2Map = { FILE: packages/core/src/stores/walletL2Collection/hook.ts function useWalletL2Collection (line 17) | function useWalletL2Collection(): WalletL2Coll... FILE: packages/core/src/stores/walletL2Collection/interface.ts type WalletL2CollectionStates (line 3) | type WalletL2CollectionStates = { FILE: packages/core/src/stores/walletL2Collection/reducer.ts method reset (line 17) | reset(state) { method updateLegacyContracts (line 23) | updateLegacyContracts(state, action: PayloadAction<{ legacyContract: str... method updateWalletL2LegacyContract (line 26) | updateWalletL2LegacyContract(state, action: PayloadAction<{ legacyContra... method updateWalletL2Collection (line 29) | updateWalletL2Collection( method socketUpdateBalance (line 35) | socketUpdateBalance(state) { method getWalletL2CollectionStatus (line 38) | getWalletL2CollectionStatus( FILE: packages/core/src/stores/walletL2NFTCollection/hook.ts function useWalletL2NFTCollection (line 8) | function useWalletL2NFTCollection< FILE: packages/core/src/stores/walletL2NFTCollection/interface.ts type WalletL2NFTCollectionStates (line 3) | type WalletL2NFTCollectionStates = { FILE: packages/core/src/stores/walletL2NFTCollection/reducer.ts method updateWalletL2NFTCollection (line 16) | updateWalletL2NFTCollection(state, _action: PayloadAction<{ page?: numbe... method reset (line 19) | reset(state) { method socketUpdateBalance (line 25) | socketUpdateBalance(state) { method getWalletL2NFTCollectionStatus (line 28) | getWalletL2NFTCollectionStatus( FILE: packages/core/src/stores/walletLayer1/hook.ts function useWalletLayer1 (line 6) | function useWalletLayer1(): WalletLayer1States & { FILE: packages/core/src/stores/walletLayer1/interface.ts type WalletLayer1Map (line 3) | type WalletLayer1Map = { type WalletLayer1States (line 6) | type WalletLayer1States = { FILE: packages/core/src/stores/walletLayer1/reducer.ts method updateWalletLayer1 (line 14) | updateWalletLayer1(state, _action: PayloadAction) { method reset (line 17) | reset(state, _action: PayloadAction) { method getWalletLayer1Status (line 21) | getWalletLayer1Status(state, action: PayloadAction<{ walletLayer1: Walle... FILE: packages/core/src/stores/walletLayer1/saga.ts type WalletLayer1Map (line 7) | type WalletLayer1Map = { FILE: packages/core/src/stores/walletLayer2/hook.ts function useWalletLayer2 (line 7) | function useWalletLayer2(): WalletLayer2States & { FILE: packages/core/src/stores/walletLayer2/interface.ts type WalletLayer2Map (line 4) | type WalletLayer2Map = { type WalletLayer2States (line 8) | type WalletLayer2States = { FILE: packages/core/src/stores/walletLayer2/reducer.ts method updateWalletLayer2 (line 14) | updateWalletLayer2(state) { method reset (line 17) | reset(state) { method socketUpdateBalance (line 21) | socketUpdateBalance(state) { method getWalletLayer2Status (line 24) | getWalletLayer2Status( FILE: packages/core/src/stores/walletLayer2/saga.ts type WalletLayer2Map (line 6) | type WalletLayer2Map = { FILE: packages/core/src/stores/walletLayer2NFT/hook.ts function useWalletLayer2NFT (line 8) | function useWalletLayer2NFT(): WalletLayer2NFTStates & { FILE: packages/core/src/stores/walletLayer2NFT/interface.ts type WalletLayer2NFTMap (line 4) | type WalletLayer2NFTMap = { type WalletLayer2NFTStates (line 8) | type WalletLayer2NFTStates = { FILE: packages/core/src/stores/walletLayer2NFT/reducer.ts method updateWalletLayer2NFT (line 17) | updateWalletLayer2NFT( method reset (line 28) | reset(state) { method socketUpdateBalance (line 34) | socketUpdateBalance(state) { method getWalletLayer2NFTStatus (line 37) | getWalletLayer2NFTStatus(state, action: PayloadAction void) { FILE: packages/web-earn/src/layouts/footer/index.tsx function updateSize (line 19) | function updateSize() { FILE: packages/web-earn/src/pages/AssetPage/AssetPanel/hook.ts type AssetPanelProps (line 52) | type AssetPanelProps = { FILE: packages/web-earn/src/pages/AssetPage/HistoryPanel/hooks.ts type TxsFilterProps (line 66) | type TxsFilterProps = { type TxTypeAMM (line 76) | enum TxTypeAMM { function useGetTxs (line 81) | function useGetTxs(setToastOpen: (state: any) => void) { function useGetTrades (line 169) | function useGetTrades(setToastOpen: (state: any) => void) { function useGetAmmRecord (line 248) | function useGetAmmRecord(setToastOpen: (props: any) => void) { function useGetDefiRecord (line 352) | function useGetDefiRecord(setToastOpen: (props: any) => void) { function useTaikoFarmingRecord (line 409) | function useTaikoFarmingRecord(setToastOpen: (props: any) => void) { function useGetLeverageETHRecord (line 1222) | function useGetLeverageETHRecord(setToastOpen: (props: any) => void) { FILE: packages/web-earn/src/pages/AssetPage/RewardsPanel/hook.ts function useRewardsTable (line 8) | function useRewardsTable(setToastOpen: (state: any) => void) { FILE: packages/web-earn/src/pages/AssetPage/index.tsx type BottomSectionProps (line 35) | interface BottomSectionProps { FILE: packages/web-earn/src/pages/BtradeSwapPage/index.tsx method onToggle (line 119) | onToggle() { FILE: packages/web-earn/src/pages/EarnPage/index.tsx constant FAQ (line 40) | const FAQ = styled(Box)<{ opend: boolean }>` FILE: packages/web-earn/src/pages/IntroPage/index.tsx type SectionProps (line 102) | type SectionProps = { type IntroProps (line 203) | interface IntroProps { FILE: packages/web-earn/src/pages/InvestPage/OverviewPanel/hook.ts function useOverview (line 6) | function useOverview() { FILE: packages/web-earn/src/pages/InvestPage/PoolsPanel/hook.ts function useAmmMapUI (line 13) | function useAmmMapUI, I extends { [key: string]: ... FILE: packages/web-earn/src/pages/InvestPage/index.tsx type InvestType (line 25) | enum InvestType { FILE: packages/web-earn/src/pages/Layer2Page/ContactPanel/delete.tsx type DeleteDialogProps (line 17) | interface DeleteDialogProps { FILE: packages/web-earn/src/pages/Layer2Page/ContactPanel/index.tsx type ContactL3Router (line 51) | enum ContactL3Router { FILE: packages/web-earn/src/pages/Layer2Page/ReferralRewardsPanel/hook.ts function useRefundTable (line 12) | function useRefundTable(setToastOpen: (state: any) => voi... function useReferralsTable (line 141) | function useReferralsTable(setToastOpen: (state: any) ... FILE: packages/web-earn/src/pages/Layer2Page/ReferralRewardsPanel/index.tsx type ReferStep (line 102) | enum ReferStep { type ImageReferralBanner (line 107) | type ImageReferralBanner = { FILE: packages/web-earn/src/pages/Layer2Page/SecurityPanel/hook.ts function useResetAccount (line 12) | function useResetAccount() { function useExportAccountInfo (line 24) | function useExportAccountInfo() { FILE: packages/web-earn/src/pages/Layer2Page/VipPanel/hooks.ts function useGetVIPInfo (line 6) | function useGetVIPInfo() { FILE: packages/web-earn/src/pages/QuotePage/hook.ts function useTickList (line 23) | function useTickList() { function useQuote (line 89) | function useQuote() { FILE: packages/web-earn/src/pages/TaikoLockPage/LogInToCleanLrTaiko.tsx type LogInToCleanLrTaikoModalModalProps (line 6) | type LogInToCleanLrTaikoModalModalProps = { FILE: packages/web-earn/src/pages/TaikoLockPage/MintRedeemModal.tsx type MintModalProps (line 16) | type MintModalProps = { FILE: packages/web-earn/src/pages/TaikoLockPage/PendingTxsModal.tsx type PendingTxsModalProps (line 10) | type PendingTxsModalProps = { FILE: packages/web-earn/src/pages/TaikoLockPage/TaikoLockInput.tsx type TaikoLockInputProps (line 41) | type TaikoLockInputProps = { FILE: packages/web-earn/src/pages/TaikoLockPage/TxSubmitModal.tsx type TxSubmitModalProps (line 10) | type TxSubmitModalProps = { FILE: packages/web-earn/src/pages/TradeRacePage/hook.ts type EVENT_STATUS (line 9) | enum EVENT_STATUS { FILE: packages/web-earn/src/pages/TradeRacePage/interface.ts type EventAPI (line 1) | type EventAPI = { type EventAPIExtender (line 7) | type EventAPIExtender = { type EventData (line 11) | type EventData = { type API_DATA (line 35) | type API_DATA = { FILE: packages/web-earn/src/types.d.ts type Window (line 11) | interface Window { type IntrinsicElements (line 20) | interface IntrinsicElements { type MyElementAttributes (line 24) | interface MyElementAttributes { FILE: packages/web-guardian/public/electron.js function createWindow (line 9) | function createWindow() { FILE: packages/web-guardian/src/common.ts type ChainId (line 2) | type ChainId = number | sdk.ChainId FILE: packages/web-guardian/src/hook.ts function useInit (line 32) | function useInit() { FILE: packages/web-guardian/src/hookAccountInit.ts function useAccountInit (line 6) | function useAccountInit({ state }: { state: keyof typeof SagaStatus }) { FILE: packages/web-guardian/src/pages/WalletPage/GuardianModal.tsx type GuardianModalProps (line 7) | type GuardianModalProps = { FILE: packages/web-guardian/src/pages/WalletPage/WalletValidationInfo.tsx constant VCODE_UNIT (line 21) | const VCODE_UNIT = 6 FILE: packages/web-guardian/src/pages/WalletPage/hook.ts type TxGuardianHistoryType (line 25) | enum TxGuardianHistoryType { type TxHebaoAction (line 40) | enum TxHebaoAction { FILE: packages/web-guardian/src/pages/WalletPage/utils.ts function decompressCallData (line 57) | function decompressCallData(compressedHexString: string) { FILE: packages/web-guardian/src/types.d.ts type Window (line 11) | interface Window { type IntrinsicElements (line 18) | interface IntrinsicElements { type MyElementAttributes (line 22) | interface MyElementAttributes { type ChainId (line 35) | type ChainId = ChainIdExtends | sdk.ChainId type IntrinsicElements (line 38) | interface IntrinsicElements { type MyElementAttributes (line 42) | interface MyElementAttributes { FILE: packages/web-wallet/public/electron.js function createWindow (line 9) | function createWindow() { FILE: packages/web-wallet/public/wallet.js function loopScroll (line 1032) | function loopScroll() { FILE: packages/webapp/public/electron.js function createWindow (line 9) | function createWindow() { FILE: packages/webapp/src/hook.ts function useInit (line 43) | function useInit() { FILE: packages/webapp/src/hookAccountInit.ts function useAccountInit (line 30) | function useAccountInit({ state }: { state: keyof typeof SagaStatus }) { FILE: packages/webapp/src/index.tsx function onLongPress (line 25) | function onLongPress(element: any, callback: () => void) { FILE: packages/webapp/src/layouts/footer/index.tsx function updateSize (line 19) | function updateSize() { FILE: packages/webapp/src/pages/AssetPage/AssetPanel/hook.ts type AssetPanelProps (line 50) | type AssetPanelProps = { FILE: packages/webapp/src/pages/AssetPage/HistoryPanel/hooks.ts type TxsFilterProps (line 70) | type TxsFilterProps = { type TxTypeAMM (line 80) | enum TxTypeAMM { function useGetTxs (line 85) | function useGetTxs(setToastOpen: (state: any) => void) { function useGetTrades (line 173) | function useGetTrades(setToastOpen: (state: any) => void) { function useGetAmmRecord (line 252) | function useGetAmmRecord(setToastOpen: (props: any) => void) { function useGetDefiRecord (line 339) | function useGetDefiRecord(setToastOpen: (props: any) => void) { function useDefiSideRecord (line 396) | function useDefiSideRecord(setToastOpen: (props: any) => void) { function useGetLeverageETHRecord (line 1218) | function useGetLeverageETHRecord(setToastOpen: (props: any) => void) { FILE: packages/webapp/src/pages/AssetPage/RewardsPanel/hook.ts function useRewardsTable (line 8) | function useRewardsTable(setToastOpen: (state: any) => void) { FILE: packages/webapp/src/pages/InvestPage/DualPanel/hook.tsx type ChooseDualTypeContentType (line 32) | type ChooseDualTypeContentType = { FILE: packages/webapp/src/pages/InvestPage/MyLiquidityPanel/interface.ts type Tab (line 1) | type Tab = 'pools' | 'lido' | 'staking' | 'dual' FILE: packages/webapp/src/pages/InvestPage/OverviewPanel/hook.ts function useOverview (line 6) | function useOverview() { FILE: packages/webapp/src/pages/InvestPage/PoolsPanel/hook.ts function useAmmMapUI (line 13) | function useAmmMapUI, I extends { [key: string]: ... FILE: packages/webapp/src/pages/LandPage/Card.tsx type CardProps (line 10) | type CardProps = { FILE: packages/webapp/src/pages/LandPage/HomePage.tsx type TitleGroupProps (line 45) | type TitleGroupProps = { FILE: packages/webapp/src/pages/LandPage/LandPage.tsx type TitleGroupProps (line 70) | type TitleGroupProps = { FILE: packages/webapp/src/pages/Layer2Page/ContactPanel/delete.tsx type DeleteDialogProps (line 17) | interface DeleteDialogProps { FILE: packages/webapp/src/pages/Layer2Page/ContactPanel/index.tsx type ContactL3Router (line 44) | enum ContactL3Router { FILE: packages/webapp/src/pages/Layer2Page/ReferralRewardsPanel/hook.ts function useRefundTable (line 12) | function useRefundTable(setToastOpen: (state: any) => voi... function useReferralsTable (line 141) | function useReferralsTable(setToastOpen: (state: any) ... FILE: packages/webapp/src/pages/Layer2Page/ReferralRewardsPanel/index.tsx type ReferStep (line 100) | enum ReferStep { type ImageReferralBanner (line 105) | type ImageReferralBanner = { FILE: packages/webapp/src/pages/Layer2Page/SecurityPanel/hook.ts function useResetAccount (line 12) | function useResetAccount() { function useExportAccountInfo (line 58) | function useExportAccountInfo() { FILE: packages/webapp/src/pages/Layer2Page/VipPanel/hooks.ts function useGetVIPInfo (line 6) | function useGetVIPInfo() { FILE: packages/webapp/src/pages/MiningPage/hook.ts type RewardListItem (line 14) | type RewardListItem = { FILE: packages/webapp/src/pages/MiningPage/index.tsx type MiningJumpType (line 19) | enum MiningJumpType { type ClickHandler (line 43) | type ClickHandler = { FILE: packages/webapp/src/pages/NFTPage/CollectionPanel/index.tsx type MyCollectionView (line 38) | enum MyCollectionView { FILE: packages/webapp/src/pages/NFTPage/ImportCollectionPanel/index.tsx type CollectionImportView (line 17) | enum CollectionImportView { FILE: packages/webapp/src/pages/NFTPage/MintNFTPanel/hook.ts type MINT_VIEW_STEP (line 14) | const enum MINT_VIEW_STEP { FILE: packages/webapp/src/pages/NFTPage/MyNFT/MyNFTList.tsx type MyNFTListProps (line 16) | type MyNFTListProps = { FILE: packages/webapp/src/pages/NFTPage/NFThistory/index.tsx type TabIndex (line 16) | enum TabIndex { FILE: packages/webapp/src/pages/NFTPage/components/usePublicNFTs.ts type CollectionProps (line 19) | type CollectionProps = { FILE: packages/webapp/src/pages/ProTradePage/index.tsx constant MARKET_ROW_LENGTH (line 35) | const MARKET_ROW_LENGTH: number = 8 constant MARKET_TRADES_LENGTH (line 38) | const MARKET_TRADES_LENGTH: number = 19 FILE: packages/webapp/src/pages/ProTradePage/panel/chart/hook.ts type TradingIntervalToTimer (line 9) | enum TradingIntervalToTimer { function useKlineChart (line 22) | function useKlineChart(market: string | undefined) { FILE: packages/webapp/src/pages/ProTradePage/panel/market/index.tsx type TabMarketIndex (line 31) | enum TabMarketIndex { type DepthShowType (line 36) | enum DepthShowType { FILE: packages/webapp/src/pages/ProTradePage/panel/spot/index.tsx type TabIndex (line 33) | enum TabIndex { FILE: packages/webapp/src/pages/ProTradePage/proService.ts constant TRADE_ARRAY_MAX_LENGTH (line 37) | const TRADE_ARRAY_MAX_LENGTH = 50 FILE: packages/webapp/src/pages/ProTradePage/stopLimtPage.tsx constant MARKET_ROW_LENGTH (line 28) | const MARKET_ROW_LENGTH: number = 8 constant MARKET_TRADES_LENGTH (line 31) | const MARKET_TRADES_LENGTH: number = 19 FILE: packages/webapp/src/pages/QuotePage/hook.ts function useTickList (line 23) | function useTickList() { function useQuote (line 89) | function useQuote() { FILE: packages/webapp/src/pages/TradeRacePage/hook.ts type EVENT_STATUS (line 9) | enum EVENT_STATUS { FILE: packages/webapp/src/pages/TradeRacePage/interface.ts type EventAPI (line 1) | type EventAPI = { type EventAPIExtender (line 7) | type EventAPIExtender = { type EventData (line 11) | type EventData = { type API_DATA (line 35) | type API_DATA = { FILE: packages/webapp/src/types.d.ts type Window (line 11) | interface Window { type IntrinsicElements (line 20) | interface IntrinsicElements { type MyElementAttributes (line 24) | interface MyElementAttributes {