UNPKG

viem

Version:

TypeScript Interface for Ethereum

7 lines 167 B
import type { Hash } from '../../types/misc.js'; export type MessageProof = { id: number; proof: Hash[]; root: Hash; }; //# sourceMappingURL=proof.d.ts.map