> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nanoforge.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# getNetwork

> Retrieve the registered network library instance.

import { PageLink } from '/snippets/tsdocs/PageLink.jsx';
import { RefLink } from '/snippets/tsdocs/RefLink.jsx';

# getNetwork

## Summary

Retrieve the registered network library instance.

## Signature

```typescript theme={null}
getNetwork<T extends INetworkLibrary = INetworkLibrary>(): T;
```

## Parameters

*No parameters.*

## Returns

**Type**:`T`

Retrieve the registered network library instance.
