Last modified: 2024-09-14
Policy.GetExecFeeFactor Method
Gets NeoVM execution fee.
Namespace: Neo.SmartContract.Framework.Native
Assembly: Neo.SmartContract.Framework
Syntax
public static extern uint GetExecFeeFactor();
Return:
-
vm execution fee
Example
public static void Test()
{
var factor = Policy.GetExecFeeFactor();
}