get_all_operations

Gets all operations in the current transaction.

Return

a list<gtx_operation>, i.e. list of struct values, each with two members:

  • name, the mount name of the operation as text; and

  • args, the list of arguments provided to the operation (a list of GTV-formatted text values).

Since

0.10.4

Throws

exception

if there is no operation context