Contract.GetCallFlags Method
Gets the call privilege of the contract.
Namespace: Neo.SmartContract.Framework.Services
Assembly: Neo.SmartContract.Framework
#
Syntaxpublic static extern byte GetCallFlags();
#
Examplepublic class Contract1 : SmartContract.Framework.SmartContract{ public static int GetCallFlags() { return Contract.GetCallFlags(); }}