Skip to main content
Version: 24.2.x

Interface: ResultSet<T>

api/entities/types.ResultSet

Type parameters

Name
T

Properties

count

Optional count: BigNumber

Note

methods will have count defined when middleware is configured, but be undefined otherwise. This happens when the chain node is queried directly

Defined in

api/entities/types.ts:98


data

data: T[]

Defined in

api/entities/types.ts:93


next

next: NextKey

Defined in

api/entities/types.ts:94