You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
paritytech/substrate#14750 introduces the persistence of some configured types in the metadata. It uses PhantomData<T> to express these types as they don't need to get instantiated.
However, due to #111 these types are not reflected in the metadata.
Is it possible to add an optional flag to persist these fields in the metadata?
The text was updated successfully, but these errors were encountered:
paritytech/substrate#14750 introduces the persistence of some configured types in the metadata. It uses
PhantomData<T>
to express these types as they don't need to get instantiated.However, due to #111 these types are not reflected in the metadata.
Is it possible to add an optional flag to persist these fields in the metadata?
The text was updated successfully, but these errors were encountered: