Skip to content

api.entities.types.ResultSet

prashantasdeveloper edited this page Oct 31, 2024 · 15 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:100


data

data: T[]

Defined in

api/entities/types.ts:95


next

next: NextKey

Defined in

api/entities/types.ts:96

Clone this wiki locally