fix: remove circular imports
This commit is contained in:
@ -1,10 +1,9 @@
|
|||||||
// @flow
|
// @flow
|
||||||
|
|
||||||
import {Connection, Transaction} from '..';
|
import {Connection} from '../connection';
|
||||||
|
import {Transaction} from '../transaction';
|
||||||
import {sleep} from './sleep';
|
import {sleep} from './sleep';
|
||||||
|
import type {Account} from '../account';
|
||||||
import type {Account} from '..';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sign, send and confirm a transaction
|
* Sign, send and confirm a transaction
|
||||||
|
Reference in New Issue
Block a user