viem
Version:
6 lines • 310 B
TypeScript
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