Skip to content

AccountCurrency

AccountCurrency

Returns currency name of the current account.

string  AccountCurrency();

Returned value

Currency name of the current account.

Example:

Print("Account currency is ", AccountCurrency());
Last updated on