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

    Interface iGetClaimAttemptsPayload

    interface iGetClaimAttemptsPayload {
        address?: string;
        bookmark?: string;
        includeErrors?: boolean;
        includeRequestBinAttemptData?: boolean;
    }

    Implemented by

    Index

    Properties

    address?: string

    The specific address to fetch claims for. If blank, we fetch most recent claims.

    bookmark?: string

    The bookmark to start from.

    includeErrors?: boolean

    Whether to include errors or not.

    includeRequestBinAttemptData?: boolean

    Include the cached payload data for requestBin plugin. Must be claim creator to view.

    You can also use the individual GET route to fetch this data.