Documentation

    Type Alias StorageNodeClientOptions

    type StorageNodeClientOptions = {
        fetch?: Fetch;
        timeout?: number;
    }
    Index

    Properties

    Properties

    fetch?: Fetch

    An optional custom fetch function.

    If not provided, defaults to the global fetch function (globalThis.fetch).

    globalThis.fetch
    
    timeout?: number

    An optional timeout for requests.

    30_000ms (30 seconds)
    
    MMNEPVFCICPMFPCPTTAAATR