Bundle adjust (#504)

* Bundle adjust

* Bumps
This commit is contained in:
Jaco
2021-07-09 18:19:48 +03:00
committed by GitHub
parent 3803286251
commit 0cd16ee2d7
14 changed files with 184 additions and 171 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import type { Prefix } from '@polkadot/util-crypto/address/types';
import type { AddressSubject } from './observable/types';
import type { KeyringOptions, KeyringStore } from './types';
import { createTestKeyring } from '@polkadot/keyring/testing';
import { createTestKeyring } from '@polkadot/keyring';
import { isBoolean, isNumber, isString } from '@polkadot/util';
import { accounts } from './observable/accounts';