Skip to content

Commit 89107cd

Browse files
Faizan Dastgirzone117x
authored andcommitted
chore: remove unused imports
1 parent 6765cde commit 89107cd

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/tests-rosetta/api-construction.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,11 @@ import { Server } from 'net';
1919
import { RosettaConstants, RosettaErrors } from './../api/rosetta-constants';
2020
import {
2121
makeSTXTokenTransfer,
22-
makeContractDeploy,
23-
PostConditionMode,
24-
makeContractCall,
25-
ClarityValue,
26-
StacksTestnet,
27-
getAddressFromPrivateKey,
28-
sponsorTransaction,
2922
makeUnsignedSTXTokenTransfer,
30-
TransactionSigner,
3123
createStacksPrivateKey,
32-
pubKeyfromPrivKey,
3324
publicKeyToString,
34-
addressFromPublicKeys,
35-
AddressHashMode,
36-
createStacksPublicKey,
37-
TransactionVersion,
38-
AddressVersion,
39-
addressToString,
4025
UnsignedTokenTransferOptions,
4126
getPublicKey,
42-
getAddressFromPublicKey,
4327
SignedTokenTransferOptions,
4428
} from '@blockstack/stacks-transactions';
4529
import * as BN from 'bn.js';

0 commit comments

Comments
 (0)