Policy.GetExecFeeFactor Method
Gets NeoVM execution fee.
Namespace: Neo.SmartContract.Framework.Native
Assembly: Neo.SmartContract.Framework
#
Syntaxpublic static extern uint GetExecFeeFactor();
Return:
- vm execution fee
#
Examplepublic static void Test(){ var factor = Policy.GetExecFeeFactor();}