Parameters for checking if a specific permission exists and is valid.
Used to verify whether an application has active permission to access
specific user files for a particular operation before attempting to use the data.
Example
constcheckParams: CheckPermissionParams = { application:'0x1234...', // App address operation:'llm_inference', files: [1, 2, 3], // File IDs to check parameters: { model:'gpt-4' }, // Operation parameters user:'0xabcd...'// Optional specific user };
Parameters for checking if a specific permission exists and is valid.
Used to verify whether an application has active permission to access specific user files for a particular operation before attempting to use the data.
Example