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
The FeedConfig type is currently considerably large and drags along description, decimals, that are probably not used very often. therefor it would make sense to extract them to a separate storage map with type FeedMetadata
The
FeedConfigtype is currently considerably large and drags alongdescription,decimals, that are probably not used very often. therefor it would make sense to extract them to a separate storage map with typeFeedMetadataSee also
AssetMetadatahttps://github.com/paritytech/substrate/blob/master/frame/assets/src/types.rs#L91