Type Definition concordium_std::OwnedAttributeValue[][src]

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

An owned counterpart of AttributeValue, more convenient for testing.