Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryResult<T>

Data returned from a query against a chain

Type parameters

  • T

Hierarchy

  • QueryResult

Index

Properties

Properties

results

results: T[]

Array of results

total

total: number

Total count of results that match the query

Note this number can be higher than the length of the results array, indicating that pagination was used to shorten the results returned