mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-17 06:35:43 +00:00
23 lines
487 B
Markdown
23 lines
487 B
Markdown
|
|
|
|
# Functions
|
|
|
|
<a id="seeder"></a>
|
|
|
|
## seeder
|
|
|
|
▸ **seeder**(_seed?: *`string` \| `Uint8Array`*): [Seeder](_beachball_types_.md#seeder)
|
|
|
|
*Defined in [beachball/seeder.ts:11](https://github.com/polkadot-js/ui/blob/0dbdc7e/packages/ui-identicon/src/beachball/seeder.ts#L11)*
|
|
|
|
**Parameters:**
|
|
|
|
| Name | Type | Default value |
|
|
| ------ | ------ | ------ |
|
|
| `Default value` _seed | `string` \| `Uint8Array` | new Uint8Array(32) |
|
|
|
|
**Returns:** [Seeder](_beachball_types_.md#seeder)
|
|
|
|
___
|
|
|