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