IGPAPI
    Preparing search index...

    Interface RegistrationKeystoreAttestationInput

    interface RegistrationKeystoreAttestationInput {
        challengeNonce: string;
        errors?: readonly number[];
        keyHash?: string;
        signedNonce?: string;
    }
    Index

    Properties

    challengeNonce: string
    errors?: readonly number[]
    keyHash?: string
    signedNonce?: string