Type Definition concordium_contracts_common::OwnedPolicy[][src]

type OwnedPolicy = Policy<Vec<(AttributeTag, OwnedAttributeValue)>>;

A policy with a vector of attributes, fully allocated and owned. This is in contrast to a policy which is lazily read from a read source. The latter is useful for efficiency, this type is more useful for testing since the values are easier to construct.

Trait Implementations

impl Deserial for OwnedPolicy[src]

impl Serial for OwnedPolicy[src]