Interface VerifySIWBBOptions

interface VerifySIWBBOptions {
    checkClaimedMinOnce?: boolean;
    claimId?: string;
    issuedAtTimeWindowMs?: number;
    ownershipRequirements?: AssetConditionGroup<NumberType>;
    simulateClaim?: boolean;
    skipAssetVerification?: boolean;
}

Properties

checkClaimedMinOnce?: boolean

If true, we will only check for the existence of the claim.

claimId?: string

Claim ID to check for.

issuedAtTimeWindowMs?: number

How recent the challenge must be in milliseconds. Defaults to 10 minutes. If 0, we will not check the time.

ownershipRequirements?: AssetConditionGroup<NumberType>

The expected ownership requirements for the user

simulateClaim?: boolean

If true, we will simulate the claim. Only compatible with non-indexed claims.

skipAssetVerification?: boolean

Skip asset verification. This may be useful for simulations or testing