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

    Interface iGenericBlockinVerifyPayload

    Generic route to verify any SIWBB request. Does not sign you in with the API. Used for custom SIWBB implementations.

    interface iGenericBlockinVerifyPayload {
        message: string;
        options?: VerifyChallengeOptions;
        publicKey?: string;
        signature: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    message: string

    The original message that was signed.

    options?: VerifyChallengeOptions

    Additional options for verifying the challenge.

    publicKey?: string

    Required for some chains (Cosmos) to verify signature. The public key of the signer.

    signature: string

    The signature of the message