UNPKG

viem

Version:

TypeScript Interface for Ethereum

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