Type Definition concordium_std::AttributeValue[][src]

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

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.