Skip to main content
Version: 23.0.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:789


data

data: T[]

Defined in

types/index.ts:784


next

next: NextKey

Defined in

types/index.ts:785