Vana SDK - v2.2.2
    Preparing search index...

    Interface GetUserPermissionsOptions

    Options for retrieving user permissions

    interface GetUserPermissionsOptions {
        limit?: number;
        fetchAll?: boolean;
        subgraphUrl?: string;
    }
    Index

    Properties

    limit?: number

    Maximum number of permissions to retrieve

    fetchAll?: boolean

    Whether to fetch all permissions (ignores limit)

    subgraphUrl?: string

    Custom subgraph URL to use for querying