salt-sdk
    Preparing search index...

    Type Alias ConstructorParams

    type ConstructorParams = {
        authToken?: string;
        environment: Environment;
    }
    Index

    Properties

    authToken?: string

    The authentication token for the Salt SDK. See Salt.authenticate for the full authentication flow, or Salt#setAuthToken to set a pre-existing token after calling the constructor.

    null
    
    environment: Environment

    Environment to use. This will be optional in the future, but right now it is required. Use 'TESTNET'