Structs§
Enums§
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.