[][src]Type Definition concordium_contracts_common::OwnedAttributeValue

type OwnedAttributeValue = Vec<u8>;

An owned counterpart of AttributeValue, more convenient for testing.