TableSnapshotResponse

Type TableSnapshotResponse

Properties

type
required
String     The table_snapshot string
data
required
TableRows     Rows for the corresponding get_table_rows request. The TableRows object will not contain account nor scope in this case.

Example Payload

{"type": "table_snapshot",
 "req_id": "your-request-id",
 "data": {
  "rows": [
   {
    ...
   }]
}}