> For the complete documentation index, see [llms.txt](https://docs.justaname.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.justaname.id/sdk-reference/justaname-core-sdk/interfaces/networkwithprovider.md).

# NetworkWithProvider

[**@justaname.id/sdk**](/sdk-reference/justaname-core-sdk.md) • **Docs**

***

[@justaname.id/sdk](/sdk-reference/justaname-core-sdk/globals.md) / NetworkWithProvider

## Interface: NetworkWithProvider\<Chain>

### Extends

* [`Network`](/sdk-reference/justaname-core-sdk/interfaces/network.md)<`Chain`>

### Type Parameters

• **Chain** *extends* [`ChainId`](/sdk-reference/justaname-core-sdk/type-aliases/chainid.md) = [`ChainId`](/sdk-reference/justaname-core-sdk/type-aliases/chainid.md)

### Properties

#### chainId

> **chainId**: `Chain`

**Inherited from**

[`Network`](/sdk-reference/justaname-core-sdk/interfaces/network.md).[`chainId`](/sdk-reference/justaname-core-sdk/interfaces/network.md#chainid)

**Defined in**

[packages/@justaname.id/sdk/src/lib/types/justaname/configuration.ts:10](https://github.com/JustaName-id/JustaName-sdk/blob/dc845c10af242e3ca87d95ef392516ac0bfa8b95/packages/@justaname.id/sdk/src/lib/types/justaname/configuration.ts#L10)

***

#### provider

> **provider**: `JsonRpcProvider`

**Defined in**

[packages/@justaname.id/sdk/src/lib/types/justaname/configuration.ts:6](https://github.com/JustaName-id/JustaName-sdk/blob/dc845c10af242e3ca87d95ef392516ac0bfa8b95/packages/@justaname.id/sdk/src/lib/types/justaname/configuration.ts#L6)

***

#### providerUrl

> **providerUrl**: `string`

**Inherited from**

[`Network`](/sdk-reference/justaname-core-sdk/interfaces/network.md).[`providerUrl`](/sdk-reference/justaname-core-sdk/interfaces/network.md#providerurl)

**Defined in**

[packages/@justaname.id/sdk/src/lib/types/justaname/configuration.ts:11](https://github.com/JustaName-id/JustaName-sdk/blob/dc845c10af242e3ca87d95ef392516ac0bfa8b95/packages/@justaname.id/sdk/src/lib/types/justaname/configuration.ts#L11)
