Map<String, dynamic> toJson() { return { 'timelock': timelock, 'publicKeys': publicKeys, 'signaturesRequired': signaturesRequired, }; }