UNPKG

westwallet-api

Version:
7 lines (6 loc) 127 B
class Balance { constructor(balance, currency) { this.balance = balance; this.currency = currency; } }