UNPKG

@drift-labs/sdk-browser

Version:
5 lines (4 loc) 183 B
import { BlockhashWithExpiryBlockHeight } from '@solana/web3.js'; export interface BlockhashFetcher { getLatestBlockhash(): Promise<BlockhashWithExpiryBlockHeight | undefined>; }