WalletHistory: { blockTime: string; chainId: number; collectionInfo: { id: string | null; logoImageUrl: string | null; name: string | null; slug: string | null; }; contractAddress: `0x${string}`; currencyInfo: { isNative: boolean | null; isWrapped: boolean | null; name: string | null; symbol: string | null; }; event: WalletHistoryEvent; inAmount: string | null; inAmountUsd: string | null; outAmount: string | null; outAmountUsd: string | null; symbol: string | null; tag: WalletHistoryTag; txHash: `0x${string}`; }