factory ScriptRefPlutusScript.fromJson(Map<String, dynamic> json) { return ScriptRefPlutusScript(PlutusScript.fromJson(json['script'])); }