public WalletInfoCallback(CMsgClientWalletInfoUpdate wallet) { hasWallet = wallet.getHasWallet(); currency = ECurrencyCode.f(wallet.getCurrency()); balance = wallet.getBalance(); }
static { for (final ECurrencyCode type : ECurrencyCode.values()) { ECurrencyCode.values.put(type.v(), type); } }