debeem-wallet
TransactionHistoryItem: {
    asset: string | null;
    blockNum: string;
    category: string;
    erc1155Metadata: string | null;
    erc721TokenId: string | null;
    from: string;
    hash: string;
    metadata: TransactionHistoryItemMetadata;
    rawContract: TransactionHistoryItemRawContract;
    stringValue: string | null;
    to: string;
    tokenId: string | null;
    uniqueId: string;
    value: number | null;
}

Type declaration

  • asset: string | null

    'ETH'

  • blockNum: string

    '0x5dcff7'

  • category: string

    'external'

  • erc1155Metadata: string | null
  • erc721TokenId: string | null
  • from: string

    '0x47b506704da0370840c2992a3d3d301fd3c260d3'

  • hash: string

    '0x27cc43ddb6e4d369d262bd56780abba6441747d408855ad26fb3c550250a902c'

  • metadata: TransactionHistoryItemMetadata
  • rawContract: TransactionHistoryItemRawContract
  • stringValue: string | null

    0.01

  • to: string

    '0x3a62dffe13529d981f2155f764d8e109772a0566'

  • tokenId: string | null
  • uniqueId: string

    '0x27cc43ddb6e4d369d262bd56780abba6441747d408855ad26fb3c550250a902c:external'

  • value: number | null

    0.01