Map<String, dynamic> toJson() { return { 'coins': coins.map((e) => e.toJson()).toList(), 'recipients': recipients, 'amounts': amounts, }; }