public class TriggerType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
ALL |
static byte |
APPLICATION
The application trigger indicates that the contract is being invoked as an application.
|
static byte |
SYSTEM |
static byte |
VERIFICATION
The verification trigger indicates that the contract is being invoked as a verification
function.
|
| Constructor and Description |
|---|
TriggerType() |
public static final byte SYSTEM
public static final byte VERIFICATION
public static final byte APPLICATION
public static final byte ALL