This pr makes ExtraFlags visible outside the pallet-balances. Since it is a public field of the AccountData struct this should also be made public otherwise, it's not possible to create a non-default value of this type
Checklist
[ x] My PR includes a detailed description as outlined in the "Description" section above
[ ] My PR follows the labeling requirements of this project (at minimum one label for each A, B, C and D required)
[ x] I have made corresponding changes to the documentation (if applicable)
[ x] I have added tests that prove my fix is effective or that my feature works (if applicable)
[ x] If this PR alters any external APIs or interfaces used by Polkadot, the corresponding Polkadot PR is ready as well as the corresponding Cumulus PR (optional)
Description
This pr makes
ExtraFlags
visible outside thepallet-balances
. Since it is a public field of theAccountData
struct this should also be made public otherwise, it's not possible to create a non-default value of this typeChecklist
A
,B
,C
andD
required)