PackedMaterialPackage
Defined in: types.ts:256
Properties
Section titled “Properties”archiveBytes
Section titled “archiveBytes”
readonlyarchiveBytes:Uint8Array
Defined in: types.ts:263
Deterministic, store-only ZIP bytes suitable for a .aelionmat file.
readonlyfiles:ReadonlyMap<string,Uint8Array<ArrayBufferLike>>
Defined in: types.ts:261
Includes manifest.json and every manifest-declared payload file.
integrity
Section titled “integrity”
readonlyintegrity:`sha256:${string}`
Defined in: types.ts:264
manifest
Section titled “manifest”
readonlymanifest:MaterialPackageManifest
Defined in: types.ts:258
Derived convenience view; verification authority is the signed manifestBytes.
manifestBytes
Section titled “manifestBytes”
readonlymanifestBytes:Uint8Array
Defined in: types.ts:259