Skip to content

Commit

Permalink
added missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Mar 16, 2023
1 parent 11ccb89 commit 962c5f2
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions docs/interfaces/Network.md
@@ -0,0 +1,59 @@
[# Masa SDK
- v1.9.6](../README.md) / [Exports](../modules.md) / Network

# Interface: Network

## Table of contents

### Properties

- [blockExplorerUrls](Network.md#blockexplorerurls)
- [chainId](Network.md#chainid)
- [chainName](Network.md#chainname)
- [nativeCurrency](Network.md#nativecurrency)
- [networkName](Network.md#networkname)
- [rpcUrls](Network.md#rpcurls)

## Properties

### blockExplorerUrls

`Optional` **blockExplorerUrls**: `string`[]

___

### chainId

**chainId**: `number`

___

### chainName

**chainName**: `string`

___

### nativeCurrency

`Optional` **nativeCurrency**: `Object`

#### Type declaration

| Name | Type |
| :------ | :------ |
| `decimals` | `number` |
| `name` | `string` |
| `symbol` | `string` |

___

### networkName

**networkName**: [`NetworkName`](../modules.md#networkname)

___

### rpcUrls

**rpcUrls**: `string`[]

0 comments on commit 962c5f2

Please sign in to comment.