Networks overview
Added in v1.0.0
Table of contents
Errors
NetworksError (class)
Signature
export declare class NetworksError
Added in v1.0.0
isNetworksError
Signature
export declare const isNetworksError: (u: unknown) => u is NetworksError
Added in v1.0.0
Layers
NetworksLayer
Signature
export declare const NetworksLayer: Layer.Layer<
Networks,
never,
HttpClient.HttpClient<HttpClientError.HttpClientError, Scope>
>
Added in v1.0.0
Tags
Networks (class)
Networks service
Signature
export declare class Networks
Added in v1.0.0