Helius SDK - v2.2.2
    Preparing search index...

    Interface SignupResponse

    interface SignupResponse {
        newUser: boolean;
        refId: string;
        token: string;
    }
    Index

    Properties

    Properties

    newUser: boolean
    refId: string
    token: string