Interface GetNFTHistoryData

Hierarchy

  • GetNFTHistoryData

Properties

Properties

getNFTHistoryV2?: {
    data: null | HistoryData[];
    totalCount: number;
}

Type declaration

  • data: null | HistoryData[]
  • totalCount: number