Bump common/api (#397)

This commit is contained in:
Jaco Greeff
2020-11-09 20:57:18 +01:00
committed by GitHub
parent bc5973bdaf
commit 4d6d9abbc0
11 changed files with 102 additions and 101 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { AddressSubject, SingleAddress } from './observable/types';
import { CreateResult, KeyringAddress, KeyringAddressType, KeyringItemType, KeyringJson, KeyringJson$Meta, KeyringOptions, KeyringStruct } from './types';
import BN from 'bn.js';
import createPair from '@polkadot/keyring/pair';
import { createPair } from '@polkadot/keyring/pair';
import chains from '@polkadot/ui-settings/defaults/chains';
import { bnToBn, hexToU8a, isHex, isString, u8aSorted } from '@polkadot/util';
import { base64Decode, createKeyMulti } from '@polkadot/util-crypto';