Interface: ResultSet<T>
api/entities/types.ResultSet
Type parameters
| Name |
|---|
T |
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
data
• data: T[]
Defined in
next
• next: NextKey