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

    Interface iSimulateClaimPayload

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

    Indexable

    • [customInstanceId: string]: any

      The claim body for each unique plugin.

    Index

    Properties

    _expectedVersion: number

    Will fail if the claim version is not the expected version. To override, set to -1.

    _specificInstanceIds?: string[]

    If provided, we will only simulate the claim for the specific plugins w/ the provided instance IDs.