Skip to content

Commit

Permalink
refactor: type
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfrosty committed Feb 26, 2025
1 parent e58ed47 commit b850a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gill/src/kit/send-and-confirm-transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
createRecentSignatureConfirmationPromiseFactory,
waitForRecentTransactionConfirmation,
} from '@solana/transaction-confirmation';
import { type FullySignedTransaction, type TransactionWithBlockhashLifetime } from '@solana/transactions';
import type { FullySignedTransaction, TransactionWithBlockhashLifetime } from '@solana/transactions';

import { sendAndConfirmTransactionWithBlockhashLifetime_INTERNAL_ONLY_DO_NOT_EXPORT } from './send-transaction-internal';
import type { CompilableTransactionMessage } from '@solana/transaction-messages';
Expand Down

0 comments on commit b850a44

Please sign in to comment.