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

    Interface HyperbeamRequestOptions

    Configuration options for HyperBEAM requests

    interface HyperbeamRequestOptions {
        additionalPath?: string;
        endpoint?: ProcessEndpoint;
    }
    Index

    Properties

    additionalPath?: string

    Additional path components to access specific data within the process state Examples: "at-slot", "key2/inner", etc.

    endpoint?: ProcessEndpoint

    The endpoint to use (compute or now)

    ProcessEndpoint.COMPUTE