Interface: ResultSet<T>
Defined in: src/api/entities/types.ts:103
Type Parameters
| Type Parameter |
|---|
|
Properties
count?
optionalcount?:BigNumber
Defined in: src/api/entities/types.ts:109
Note
methods will have count defined when middleware is configured, but be undefined otherwise. This happens when the chain node is queried directly
data
data:
T[]
Defined in: src/api/entities/types.ts:104
next
next:
NextKey
Defined in: src/api/entities/types.ts:105