File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,10 @@ import type { SmartAccount } from '../account-abstraction/accounts/types.js'
44import type { HDKey } from '../types/account.js'
55import type { AuthorizationRequest } from '../types/authorization.js'
66import type { Hash , Hex , SignableMessage } from '../types/misc.js'
7- import type {
8- TransactionSerializable ,
9- TransactionSerialized ,
10- } from '../types/transaction.js'
7+ import type { TransactionSerializable } from '../types/transaction.js'
118import type { TypedDataDefinition } from '../types/typedData.js'
12- import type { IsNarrowable , OneOf , Prettify } from '../types/utils.js'
9+ import type { OneOf , Prettify } from '../types/utils.js'
1310import type { NonceManager } from '../utils/nonceManager.js'
14- import type { GetTransactionType } from '../utils/transaction/getTransactionType.js'
1511import type { SerializeTransactionFn } from '../utils/transaction/serializeTransaction.js'
1612import type { SignAuthorizationReturnType } from './utils/signAuthorization.js'
1713
You can’t perform that action at this time.
0 commit comments