Type Definition concordium_std::AttributeValue[][src]

pub type AttributeValue<'a> = &'a [u8];
Expand description

A borrowed attribute value. The slice will have at most 31 bytes. The meaning of the bytes is dependent on the type of the attribute.