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

    Interface iCreateClaimPayload

    interface iCreateClaimPayload {
        claims: CreateClaimRequest<NumberType>[];
        testClaims?: boolean;
    }
    Index

    Properties

    Properties

    The claims to create.

    By default, it will create standalone (non-test claims) or collection linked claims if the corresponding fields are specified in the claim.

    Note that collection / list linked claims require the proper permissions and have special setup required.

    For test claims, you must specify the testClaims field to be true.

    testClaims?: boolean

    Create test claims (e.g. the claim tester). Used for frontend testing. Test claims are auto-deleted after the browser session is terminated and do not show up in search results.