Map<String, dynamic> toJson() { return { 'callData': callData, 'callHash': callHash, 'threshold': threshold, 'allSignatories': allSignatories, }; }