Skip to content

api.entities.types.ResultSet

prashantasdeveloper edited this page Dec 2, 2024 · 17 revisions

Interface: ResultSet<T>

api/entities/types.ResultSet

Type parameters

Name
T

Table of contents

Properties

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:105


data

data: T[]

Defined in

api/entities/types.ts:100


next

next: NextKey

Defined in

api/entities/types.ts:101

Clone this wiki locally