UNPKG

@dainprotocol/drift-sdk

Version:

SDK for Drift Protocol

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