UNPKG

viem

Version:

TypeScript Interface for Ethereum

6 lines 310 B
import type { ErrorType } from '../../errors/utils.js'; import type { Proof } from '../../types/proof.js'; import type { RpcProof } from '../../types/rpc.js'; export type FormatProofErrorType = ErrorType; export declare function formatProof(proof: Partial<RpcProof>): Proof; //# sourceMappingURL=proof.d.ts.map