pub trait AuthorizationsFamily {
    type Output: Debug;
}
Expand description

Together with Authorizations this defines a type family allowing us to map ChainParameterVersion0 and ChainParameterVersion1 to the corresponding Authorizations version.

Required Associated Types§

Implementors§