public void ShowVCSNotifications(bool showNotification) { SPCurrency.Call("showVCSNotification", showNotification); }
public void RequestNewCoins(string credentialsToken, string currencyName, string currencyId) { SPCurrency.Call("requestNewCoins", credentialsToken, currencyName, currencyId); }