import type { CID } from 'multiformats/cid'; export interface AnchorServiceResponse { readonly cid: CID; readonly status: string; readonly message: string; readonly anchorCommit?: CID; } //# sourceMappingURL=anchor-service-response.d.ts.map