mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-25 23:27:58 +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/28b991d/packages/ui-util/src/isTestChain.ts#L7)*
|
|
|
|
**Parameters:**
|
|
|
|
| Name | Type |
|
|
| ------ | ------ |
|
|
| `Optional` chain | `string` \| `null` |
|
|
|
|
**Returns:** `boolean`
|
|
|
|
___
|
|
|