@ceramicnetwork/anchor-listener
Version:
Ceramic anchor events listener
5 lines • 310 B
TypeScript
import { type SupportedNetwork } from '@ceramicnetwork/anchor-utils';
import type { AnchorProof } from '@ceramicnetwork/common';
import type { Log } from '@ethersproject/providers';
export declare function createAnchorProof(chainId: SupportedNetwork, log: Log): AnchorProof;
//# sourceMappingURL=utils.d.ts.map