Type Alias CreateQueryTransport
CreateQueryTransport: (
options: { host: string; timeout?: number },
) => RpcTransport & MaybeCloseable
Type declaration
- (options: { host: string; timeout?: number }): RpcTransport & MaybeCloseable
Parameters
- options: { host: string; timeout?: number }
Returns RpcTransport & MaybeCloseable