Response from parsing device challenge-response.

interface DeviceChallengeResponse {
    error?: string;
    nodeId?: string;
    signedChallenge?: string;
    success: boolean;
}

Properties

error?: string
nodeId?: string
signedChallenge?: string
success: boolean