Map<String, dynamic> toJson() { return { 'signatures': signatures.map((e) => e.toJson()).toList(growable: false), }; }