Interface: ResultSet<T>
Defined in: src/api/entities/types.ts:101
Type Parameters
| Type Parameter |
|---|
|
Properties
count?
optionalcount:BigNumber
Defined in: src/api/entities/types.ts:107
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:102
next
next:
NextKey
Defined in: src/api/entities/types.ts:103