import { BlockhashWithExpiryBlockHeight } from "@solana/web3.js"; export interface ISolanaRecentHash extends BlockhashWithExpiryBlockHeight { slot: number; blockHeight: number; added: Date; } //# sourceMappingURL=solana-recent-hash.interface.d.ts.map