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

    Interface GranteeQueryOptions

    Options for querying grantees

    interface GranteeQueryOptions {
        limit?: number;
        offset?: number;
        includePermissions?: boolean;
    }
    Index

    Properties

    limit?: number

    Maximum number of grantees to return

    offset?: number

    Offset for pagination

    includePermissions?: boolean

    Whether to include permission info or just basic info