Type Alias air_interpreter_cid::CidRef

source ยท
pub type CidRef = str;
Expand description

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.