IGPAPI
    Preparing search index...

    Interface RegistrationPartialAccountState

    interface RegistrationPartialAccountState {
        nonce: string | null;
        nonceExpiry: number | null;
        regInfo: string | null;
        userId: string;
    }
    Index

    Properties

    nonce: string | null
    nonceExpiry: number | null
    regInfo: string | null
    userId: string