UNPKG

viem

Version:

TypeScript Interface for Ethereum

8 lines (6 loc) 122 B
import type { Hash } from '../../types/misc.js' export type MessageProof = { id: number proof: Hash[] root: Hash }