Policy.GetStoragePrice Method
Gets data storage fee per byte.
Namespace: Neo.SmartContract.Framework.Native
Assembly: Neo.SmartContract.Framework
#
Syntaxpublic static extern uint GetStoragePrice();
Return:
- Data storage fee per byte
#
Examplepublic static void Test(){ var price = Policy.GetStoragePrice();}