Add Ledger interfaces (#211)

This commit is contained in:
Jaco Greeff
2019-09-17 13:21:18 +02:00
committed by GitHub
parent 34b0350501
commit 425ca93aa0
8 changed files with 161 additions and 4 deletions
+3 -1
View File
@@ -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
};