pub type MultiValuedAddresses = MultiValuedAttribute<Address>;Expand description
Type alias for a collection of addresses using MultiValuedAttribute.
This provides a type-safe way to handle multiple addresses with support for primary address designation.
Aliased Typeยง
pub struct MultiValuedAddresses { /* private fields */ }