Interface GetAssetTransfersResultItem

Hierarchy

  • GetAssetTransfersResultItem

Properties

asset: null | string
blockNum: string
erc1155Metadata: any
erc721TokenId: any
from: string
hash: string
metadata: {
    blockTimestamp: Date;
}

Type declaration

  • blockTimestamp: Date
rawContract: {
    address: null | string;
    decimal: string;
    value: string;
}

Type declaration

  • address: null | string
  • decimal: string
  • value: string
to: string
token: any
tokenId: null | string
uniqueId: string
value: null | number

Generated using TypeDoc