TableOp

Type TableOp

A TableOp represents a table operation, creation or removal of a contract’s table. The table is represents as triplet <account>/<table>/<scope>. No two tables can exist at the same time with the same triplet.

Properties

op
required
String     Operation, one of REM (removal) or INS (insertion).
action_idx
required
Number (uint16)     Position of the action within the transaction, going depth-first in inline_actions. 0-based index.
account
required
AccountName     Contract account in which this table operation occurred.
table
required
TableName     Contract account’s table affected by this table operation.
scope
required
Name     Table’s scope affected by this table operation.
payer
required
AccountName     Represents the payer of this table, i.e. the table represented by the account/table/scope triplet.