UNPKG

opstack-kit-chains

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