Policy.GetFeePerByte Method
Gets the transaction network fee per byte.
Namespace: Neo.SmartContract.Framework.Native
Assembly: Neo.SmartContract.Framework
#
Syntaxpublic static extern long GetFeePerByte();
Return:
- Transaction network fee per byte
#
Examplepublic static void Test(){ var feePerByte = Policy.GetFeePerByte();}