Vana SDK - v0.1.0
    Preparing search index...

    Interface Refiner

    Represents a refiner with schema information

    interface Refiner {
        id: number;
        dlpId: number;
        owner: `0x${string}`;
        name: string;
        schemaId: number;
        refinementInstructionUrl: string;
    }
    Index

    Properties

    id: number

    Refiner ID

    dlpId: number

    DLP ID this refiner belongs to

    owner: `0x${string}`

    Owner address

    name: string

    Refiner name

    schemaId: number

    Schema ID associated with this refiner

    refinementInstructionUrl: string

    URL containing refinement instructions