bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iGetTokensViewForUserPayload

    interface iGetTokensViewForUserPayload {
        bookmark?: string;
        collectionId?: string;
        oldestFirst?: boolean;
        standard?: string;
        viewType?: "collected" | "managing" | "created";
    }

    Hierarchy

    • iBaseQueryParams
      • iGetTokensViewForUserPayload
    Index

    Properties

    bookmark?: string
    collectionId?: string

    Optional collection ID to filter by

    oldestFirst?: boolean
    standard?: string

    The standard to filter by for the view.

    viewType?: "collected" | "managing" | "created"

    The view type to search for. Default is 'collected'

    • 'collected' will return the tokens the user has a balance of
    • 'managing' will return the tokens the user is managing
    • 'created' will return the tokens the user has created