Pelican - v0.0.7
    Preparing search index...

    Type Alias JsonRpcServerOptions

    type JsonRpcServerOptions = {
        host: string;
        port: number;
        timeout?: number;
    }
    Index

    Properties

    Properties

    host: string

    The host to bind the server to.

    port: number

    The port to bind the server to.

    timeout?: number

    Optionally configure a timeout for the server.