ao-js-sdk - v0.4.0
    Preparing search index...

    Interface HyperbeamClientConfig

    Configuration for the HyperBEAM client

    interface HyperbeamClientConfig {
        httpClient?: IHttpClient;
        nodeUrl: string;
    }
    Index

    Properties

    Properties

    httpClient?: IHttpClient

    Optional custom HTTP client (defaults to AxiosHttpClient)

    nodeUrl: string

    The HyperBEAM node URL (e.g., 'https://state-2.forward.computer')