mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2026-07-25 09:14:43 +10:00
feat: complete rewrite
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { BlockhashWithExpiryBlockHeight, Transaction, VersionedTransaction } from '@solana/web3.js';
|
||||
|
||||
export interface TransactionExecutor {
|
||||
executeAndConfirm(
|
||||
transaction: Transaction | VersionedTransaction,
|
||||
latestBlockhash: BlockhashWithExpiryBlockHeight,
|
||||
): Promise<{ confirmed: boolean; signature: string }>;
|
||||
}
|
||||
Reference in New Issue
Block a user