Show / Hide Table of Contents

TriggerType Enumeration

An enumeration used to represent the type of smart contract trigger. Using Runtime.Trigger you can get whether the trigger type of the current smart contract is Verification or Application .

For more information on triggers, refer to Smart Contract Triggers

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public enum TriggerType : byte
{
    Verification = 0x00,
    Application = 0x10
}