mcard-js
Version:
MCard - Content-addressable storage with cryptographic hashing, handle resolution, and vector search for Node.js and browsers
10 lines • 343 B
TypeScript
import { MCard } from './MCard';
/**
* Generate a collision event for the given card.
*/
export declare function generateCollisionEvent(card: MCard): Promise<string>;
/**
* Generate a duplication event for the given card.
*/
export declare function generateDuplicationEvent(card: MCard): string;
//# sourceMappingURL=EventProducer.d.ts.map