@number0/iroh
    Preparing search index...

    Interface EndpointOptions

    Options passed to [Endpoint::bind].

    bind applies the n0 preset by default. For a custom preset use [Endpoint::builder] + the EndpointBuilder surface.

    interface EndpointOptions {
        alpns?: number[][];
        bindAddr?: string;
        secretKey?: number[];
    }
    Index
    alpns?: number[][]
    bindAddr?: string
    secretKey?: number[]