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