Crate air_interpreter_cid

Source

Structs§

CID

Enums§

CidCalculationError
CidVerificationError

Functions§

raw_value_to_json_cid
value_to_json_cid
Calculate a CID of JSON-serialized value.
verify_raw_value
verify_value

Type Aliases§

CidRef
Should-be-opaque type for the inner representation of CID. It has to be serializable and Borsh-serializable, as well as implement Debug, Eq, Ord, Hash and similar basic traits. It is also can be unsized.