Skip to content

Commit 34415b1

Browse files
committed
clean imports
1 parent 52141de commit 34415b1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/model/transaction/AccountLinkTransaction.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,11 @@
1515
*/
1616

1717
import { AccountLinkTransaction as AccountLinkTransactionLibrary, VerifiableTransaction } from 'nem2-library';
18-
import { Address } from '../account/Address';
1918
import { PublicAccount } from '../account/PublicAccount';
2019
import { NetworkType } from '../blockchain/NetworkType';
21-
import { Mosaic } from '../mosaic/Mosaic';
2220
import { UInt64 } from '../UInt64';
2321
import { Deadline } from './Deadline';
2422
import { LinkAction } from './LinkAction';
25-
import { Message } from './Message';
2623
import { Transaction } from './Transaction';
2724
import { TransactionInfo } from './TransactionInfo';
2825
import { TransactionType } from './TransactionType';

0 commit comments

Comments
 (0)