Type alias KeyringClass<State>
Keyring
Class
<State>: { type
: string; new (options
?: Record<string, unknown>): Keyring<State>; }
Type declaration
-
- new (options?: Record<string, unknown>): Keyring<State>
-
Parameters
-
Optional
options: Record<string, unknown>
Returns Keyring<State>
-
type: string
The Keyring constructor. Takes a single parameter, an "options" object. See the documentation for the specific keyring for more information about what these options are.