import type { Cluster } from "@solana/web3.js" export interface TransactionResult { txId: string, slot?: number } export type SolanaCluster = Cluster