Converts MintInfo instance to JSON format.
Map<String, dynamic> toJson() { return {policyID.toJson(): assets.toJson()}; }