types.ResultSet

@polymeshassociation/polymesh-sdk / Modules / types / ResultSet

Interface: ResultSet<T>

types.ResultSet

Type parameters

Name

T

Table of contents

Properties

Properties

count

Optional count: BigNumber

Defined in

types/index.ts:694


data

data: T[]

Defined in

types/index.ts:692


next

next: NextKey

Defined in

types/index.ts:693

Last updated