mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-05-31 18:01:04 +00:00
Add Ledger interfaces (#211)
This commit is contained in:
@@ -5,11 +5,13 @@
|
||||
import { assertSingletonPackage } from '@polkadot/util';
|
||||
|
||||
import keyring, { Keyring } from './Keyring';
|
||||
import { openLedger } from './ledger';
|
||||
|
||||
assertSingletonPackage('@polkadot/ui-keyring');
|
||||
|
||||
export default keyring;
|
||||
|
||||
export {
|
||||
Keyring
|
||||
Keyring,
|
||||
openLedger
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user