mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-21 14:31:04 +00:00
23 lines
365 B
Markdown
23 lines
365 B
Markdown
|
|
|
|
# Functions
|
|
|
|
<a id="istestchain"></a>
|
|
|
|
## isTestChain
|
|
|
|
▸ **isTestChain**(chain?: *`string` \| `null`*): `boolean`
|
|
|
|
*Defined in [isTestChain.ts:7](https://github.com/polkadot-js/ui/blob/0dbdc7e/packages/ui-util/src/isTestChain.ts#L7)*
|
|
|
|
**Parameters:**
|
|
|
|
| Name | Type |
|
|
| ------ | ------ |
|
|
| `Optional` chain | `string` \| `null` |
|
|
|
|
**Returns:** `boolean`
|
|
|
|
___
|
|
|