We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff59ea commit a5f4737Copy full SHA for a5f4737
src/model/transaction/AccountLinkTransaction.ts
@@ -15,14 +15,11 @@
15
*/
16
17
import { AccountLinkTransaction as AccountLinkTransactionLibrary, VerifiableTransaction } from 'nem2-library';
18
-import { Address } from '../account/Address';
19
import { PublicAccount } from '../account/PublicAccount';
20
import { NetworkType } from '../blockchain/NetworkType';
21
-import { Mosaic } from '../mosaic/Mosaic';
22
import { UInt64 } from '../UInt64';
23
import { Deadline } from './Deadline';
24
import { LinkAction } from './LinkAction';
25
-import { Message } from './Message';
26
import { Transaction } from './Transaction';
27
import { TransactionInfo } from './TransactionInfo';
28
import { TransactionType } from './TransactionType';
0 commit comments