Bump api (interfaced types) (#163)

* Bump api (interfaced types)

* Bump deps for api
This commit is contained in:
Jaco Greeff
2019-07-29 10:15:10 +02:00
committed by GitHub
parent bfd2e0ad7c
commit 6f601dd343
6 changed files with 145 additions and 29 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// This software may be modified and distributed under the terms
// of the Apache-2.0 license. See the LICENSE file for details.
import { Hash } from '@polkadot/types';
import { Hash } from '@polkadot/types/interfaces';
import { KeyringInstance as BaseKeyringInstance, KeyringPair, KeyringPair$Meta, KeyringPair$Json, KeyringOptions as KeyringOptionsBase } from '@polkadot/keyring/types';
import { KeypairType } from '@polkadot/util-crypto/types';
import { AddressSubject, SingleAddress } from './observable/types';