T402 API Reference - v2.8.0
    Preparing search index...

    Interface SIWxVerificationResult

    Result of SIWx signature verification.

    interface SIWxVerificationResult {
        valid: boolean;
        address?: string;
        error?: string;
    }
    Index

    Properties

    Properties

    valid: boolean

    Whether the signature is valid

    address?: string

    Recovered/verified address

    error?: string

    Error message if invalid