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 14e5348 commit 7ecf950Copy full SHA for 7ecf950
packages/transaction-controller/src/types.ts
@@ -3,7 +3,7 @@ import type { AccountsController } from '@metamask/accounts-controller';
3
import type EthQuery from '@metamask/eth-query';
4
import type { GasFeeState } from '@metamask/gas-fee-controller';
5
import type { NetworkClientId, Provider } from '@metamask/network-controller';
6
-import type { Hex, Json, JsonRpcRequest } from '@metamask/utils';
+import type { Hex, Json } from '@metamask/utils';
7
import type { Operation } from 'fast-json-patch';
8
9
/**
0 commit comments