c2pa.createmanifeststore
Home > c2pa > createManifestStore
createManifestStore() function
Creates a facade object with convenience methods over manifest store data returned from the toolkit. Merges a manifest store with a CAWG report from the toolkit such that each manifest has its associated CAWG data attached.
Signature:export declare function createManifestStore(manifestStoreData: ToolkitManifestStore, cawgData: CawgReport): ManifestStore;
Parameters
Parameter | Type | Description |
---|---|---|
manifestStoreData | ToolkitManifestStore | Manifest store data returned by the toolkit |
cawgData | CawgReport | Deserialized CAWG report returned by the toolkit |