mnscript
number VentzCoin.GetValue()
Description
Gets the current £ value of VentzCoin
Returns
number
- The £ value of VentzCoin
Example
msc
using Console;
using VentzCoin;
using Util;
// Prints the current value of VentzCoin to the console.
number value = VentzCoin.GetValue();
Console.WriteLine("VC Value: "..value);