RPC request options. With an URL.

interface RPCOptionsWithURL {
    rpcURL: string;
    timeout?: number;
}

Properties

Properties

rpcURL: string

RPC URL. Example: http://localhost:8545

timeout?: number

Request timeout in milliseconds

Generated using TypeDoc