Parameters for registering a new data refiner in the Vana network.
Refiners are processors that transform and validate user data according to specific
schemas and instructions. They enable applications to work with structured, verified
user data while maintaining privacy and user control.
Example
constrefinerParams: AddRefinerParams = { dlpId:1, // Data Liquidity Pool ID name:'Social Media Refiner', schemaId:5, // Pre-defined schema for social media data refinementInstructionUrl:'ipfs://Qm...'// Instructions for data processing };
Parameters for registering a new data refiner in the Vana network.
Refiners are processors that transform and validate user data according to specific schemas and instructions. They enable applications to work with structured, verified user data while maintaining privacy and user control.
Example