mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-17 19:31:04 +00:00
@@ -3,9 +3,9 @@
|
||||
|
||||
/// <reference types="@polkadot/dev/node/test/node" />
|
||||
|
||||
import type { KeyringStruct } from '../types';
|
||||
import type { KeyringStruct } from '../types.js';
|
||||
|
||||
import { KeyringOption } from '.';
|
||||
import { KeyringOption } from './index.js';
|
||||
|
||||
const keyringOption = new KeyringOption();
|
||||
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { SingleAddress } from '../observable/types';
|
||||
import type { KeyringStruct } from '../types';
|
||||
import type { KeyringOptionInstance, KeyringOptions, KeyringSectionOption, KeyringSectionOptions } from './types';
|
||||
import type { SingleAddress } from '../observable/types.js';
|
||||
import type { KeyringStruct } from '../types.js';
|
||||
import type { KeyringOptionInstance, KeyringOptions, KeyringSectionOption, KeyringSectionOptions } from './types.js';
|
||||
|
||||
import { BehaviorSubject } from 'rxjs';
|
||||
|
||||
import { assert } from '@polkadot/util';
|
||||
|
||||
import { obervableAll } from '../observable';
|
||||
import { obervableAll } from '../observable/index.js';
|
||||
|
||||
let hasCalledInitOptions = false;
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { KeyringSectionOption } from './types';
|
||||
import type { KeyringSectionOption } from './types.js';
|
||||
|
||||
import { isUndefined } from '@polkadot/util';
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { KeyringItemType, KeyringStruct } from '../types';
|
||||
import type { KeyringItemType, KeyringStruct } from '../types.js';
|
||||
|
||||
export interface KeyringSectionOption {
|
||||
key: string | null;
|
||||
|
||||
Reference in New Issue
Block a user