Converts the object to a JSON representation.
@override Map<String, dynamic> toJson() { return { 'output': BytesUtils.toHexString(output), 'proof': BytesUtils.toHexString(proof) }; }