跳转到内容

PackedMaterialPackage

此内容尚不支持你的语言。

Defined in: types.ts:256

readonly archiveBytes: Uint8Array

Defined in: types.ts:263

Deterministic, store-only ZIP bytes suitable for a .aelionmat file.


readonly files: ReadonlyMap<string, Uint8Array<ArrayBufferLike>>

Defined in: types.ts:261

Includes manifest.json and every manifest-declared payload file.


readonly integrity: `sha256:${string}`

Defined in: types.ts:264


readonly manifest: MaterialPackageManifest

Defined in: types.ts:258

Derived convenience view; verification authority is the signed manifestBytes.


readonly manifestBytes: Uint8Array

Defined in: types.ts:259