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

    Interface iETHSignatureChallenge

    interface iETHSignatureChallenge {
        challengeTrackerId: string;
        customData: string;
        signer: string;
        uri: string;
    }

    Implemented by

    Index

    Properties

    challengeTrackerId: string

    The ID of this ETH signature challenge for tracking the number of uses per signature.

    customData: string

    Arbitrary custom data associated with this ETH signature challenge.

    signer: string

    The Ethereum address that must sign the nonce for verification.

    uri: string

    The URI associated with this ETH signature challenge, optionally providing metadata about the challenge.