TableRows

Type TableRows

Properties

rows
required
Array<DBRow>     An array of rows in the table.
account
Optional
AccountName     Sometimes required*. Contract account this table is a representation of.
scope
Optional
Name     Sometimes required*. Scope in contract account this table is a representation of.

* The account and scope fields will not be present when the request context makes it obvious what they should be (ex: in the context of a get_table_rows). They will however always be present when querying multi accounts /v0/state/tables/accounts or multi accounts /v0/state/tables/scopes endpoints.