UNPKG

opstack-kit-chains

Version:
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