Type Definition concordium_std::OwnedAttributeValue[][src]

pub type OwnedAttributeValue = Vec<u8, Global>;
Expand description

An owned counterpart of AttributeValue, more convenient for testing.