Skip to main content

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

ParameterTypeDescription
manifestStoreDataToolkitManifestStoreManifest store data returned by the toolkit
cawgDataCawgReportDeserialized CAWG report returned by the toolkit
Returns:

ManifestStore