pub type CertificateToken = u8;
Expand description

A type alias used as the value part on the secondary index. Since on the index we don’t really need to store any value, as all the necessary info are part of the key, we just used the minimum possible value we can store.