Type Definition concordium_contracts_common::OwnedAttributeValue[][src]

type OwnedAttributeValue = Vec<u8>;

An owned counterpart of AttributeValue, more convenient for testing.