QueryBalancesResponse constructor

const QueryBalancesResponse({
  1. List<Coin> locked = const [],
  2. List<Coin> unvested = const [],
  3. List<Coin> vested = const [],
})

Implementation

const QueryBalancesResponse({
  this.locked = const [],
  this.unvested = const [],
  this.vested = const [],
});