static List<Coin> fromProto(List<COMB.Coin> coins) { return coins.map((e) => Coin.fromProto(e)).toList(); }