Policy.GetExecFeeFactor方法
获取vm执行费率。
命名空间:Neo.SmartContract.Framework.Native
程序集:Neo.SmartContract.Framework
#
语法public static extern uint GetExecFeeFactor();
返回值:
- vm执行费率
#
示例public static void Test(){ var factor = Policy.GetExecFeeFactor();}
获取vm执行费率。
命名空间:Neo.SmartContract.Framework.Native
程序集:Neo.SmartContract.Framework
public static extern uint GetExecFeeFactor();
返回值:
public static void Test(){ var factor = Policy.GetExecFeeFactor();}