instructions property

Iterable<MessageInstruction> instructions
final

A list of program instructions that will be executed in sequence and committed in one atomic transaction if all succeed.

Implementation

final Iterable<MessageInstruction> instructions;