Skip to content

types.ResultSet

VictorVicente edited this page Mar 13, 2023 · 49 revisions

Interface: ResultSet<T>

types.ResultSet

Type parameters

Name
T

Table of contents

Properties

Properties

count

Optional count: BigNumber

Defined in

types/index.ts:727


data

data: T[]

Defined in

types/index.ts:725


next

next: NextKey

Defined in

types/index.ts:726

Clone this wiki locally