Skip to main content
Version: 22.1.x

Interface: ResultSet<T>

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

types/index.ts:751


data

data: T[]

Defined in

types/index.ts:746


next

next: NextKey

Defined in

types/index.ts:747