Fix Circular Deps
This commit is contained in:
		
							parent
							
								
									d41c60da54
								
							
						
					
					
						commit
						9248303416
					
				| @ -15,14 +15,13 @@ | |||||||
| // along with Parity.  If not, see <http://www.gnu.org/licenses/>.
 | // along with Parity.  If not, see <http://www.gnu.org/licenses/>.
 | ||||||
| 
 | 
 | ||||||
| import Abi from '../../abi'; | import Abi from '../../abi'; | ||||||
| import Api from '../api'; |  | ||||||
| import { isInstanceOf } from '../util/types'; | import { isInstanceOf } from '../util/types'; | ||||||
| 
 | 
 | ||||||
| let nextSubscriptionId = 0; | let nextSubscriptionId = 0; | ||||||
| 
 | 
 | ||||||
| export default class Contract { | export default class Contract { | ||||||
|   constructor (api, abi) { |   constructor (api, abi) { | ||||||
|     if (!isInstanceOf(api, Api)) { |     if (!api) { | ||||||
|       throw new Error('API instance needs to be provided to Contract'); |       throw new Error('API instance needs to be provided to Contract'); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user