UNPKG

@drift-labs/sdk

Version:
5 lines 218 B
import { BlockhashWithExpiryBlockHeight } from '@solana/web3.js'; export interface BlockhashFetcher { getLatestBlockhash(): Promise<BlockhashWithExpiryBlockHeight | undefined>; } //# sourceMappingURL=types.d.ts.map