mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-28 17:57:59 +00:00
24 lines
533 B
Markdown
24 lines
533 B
Markdown
|
|
|
|
# Functions
|
|
|
|
<a id="createitem"></a>
|
|
|
|
## createItem
|
|
|
|
▸ **createItem**(address: *`string`*, _name?: *`undefined` \| `string`*): [KeyringSectionOption](_options_types_.md#keyringsectionoption)
|
|
|
|
*Defined in [options/item.tsx:12](https://github.com/polkadot-js/ui/blob/28b991d/packages/ui-keyring/src/options/item.tsx#L12)*
|
|
|
|
**Parameters:**
|
|
|
|
| Name | Type |
|
|
| ------ | ------ |
|
|
| address | `string` |
|
|
| `Optional` _name | `undefined` \| `string` |
|
|
|
|
**Returns:** [KeyringSectionOption](_options_types_.md#keyringsectionoption)
|
|
|
|
___
|
|
|