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

    Interface iCompleteClaimPayload

    interface iCompleteClaimPayload {
        _expectedVersion: number;
        _specificInstanceIds?: string[];
        [customInstanceId: string]: any;
    }

    Indexable

    • [customInstanceId: string]: any

      The claim body for each unique plugin.

    Index

    Properties

    _expectedVersion: number

    Needs to be provided so we check that no plugins or claims have been updated since the claim was fetched. To override, set to -1.

    _specificInstanceIds?: string[]

    If provided, we will only complete the claim for the specific plugins w/ the provided instance IDs. Must be compatible with the satisfaction logic.