Skip to main content

Module types

Module types 

Source
Expand description

Structured result types for ISCC code generation functions.

Each gen_*_v0 function returns a dedicated result struct carrying the ISCC code string plus any additional fields (metahash, name, characters, etc.) that match the iscc-core Python reference implementation’s dict returns.

Structs§

AudioCodeResult
Result of gen_audio_code_v0.
DataCodeResult
Result of gen_data_code_v0.
ImageCodeResult
Result of gen_image_code_v0.
InstanceCodeResult
Result of gen_instance_code_v0.
IsccCodeResult
Result of gen_iscc_code_v0.
MetaCodeResult
Result of gen_meta_code_v0.
MixedCodeResult
Result of gen_mixed_code_v0.
SumCodeResult
Result of gen_sum_code_v0.
TextCodeResult
Result of gen_text_code_v0.
VideoCodeResult
Result of gen_video_code_v0.