Preparing search index...
The search index is not available
SDK Core Documentation - v0.0.2-5
SDK Core Documentation
API
v1
GetTableRowsResponse
Interface GetTableRowsResponse<Index, Row>
interface
GetTableRowsResponse
<
Index
,
Row
>
{
more
:
boolean
;
next_key
?:
Index
;
ram_payers
?:
Name
[]
;
rows
:
Row
[]
;
}
Type Parameters
Index
=
TableIndexType
Row
=
any
Index
Properties
more
next_
key?
ram_
payers?
rows
Properties
more
more
:
boolean
Optional
next_
key
next_
key
?:
Index
Optional
ram_
payers
ram_
payers
?:
Name
[]
rows
rows
:
Row
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
more
next_
key
ram_
payers
rows
SDK Core Documentation - v0.0.2-5
Loading...