The VirtualCurrencies object contains all the virtual currencies associated to the user.

interface VirtualCurrencies {
    all: { [key: string]: VirtualCurrency };
}

Properties

Properties

all: { [key: string]: VirtualCurrency }

Map of all VirtualCurrency objects keyed by virtual currency code.