Converts the object to a JSON representation.
@override Map<String, dynamic> toJson() { return {"anchor": anchor.toJson(), "script_hash": scriptHash?.toJson()}; }