Class Invoke

java.lang.Object
All Implemented Interfaces:
IAssociative<Keyword,ACell>, IValidated, IWriteable, Map<Keyword,ACell>

public class Invoke extends ATransaction
Transaction class representing the Invoke of an on-chain operation. The command provided may be specified as either:
  • A Form (will be compiled and executed)
  • A pre-compiled Op (will be executed directly, cheaper)
Peers may separately implement functionality to parse and compile a command provided as a String: this must be performed outside the CVM which not provide a parser internally.