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
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Some native rust types cannot be used in metadata, like &'static [u8], and currently it's represented by &[u8] in metadata like in claims pallet.
pallet::constant should provide a way to configure custom types for metadata. An attribute macro like pallet::constant_type("&[u8]") might be a way to do it.
The text was updated successfully, but these errors were encountered:
Hey, is anyone still working on this? Due to the inactivity this issue has been automatically marked as stale. It will be closed if no further activity occurs. Thank you for your contributions.
stalebot
added
the
A5-stale
Pull request did not receive any updates in a long time. No review needed at this stage. Close it.
label
Jul 7, 2021
Some native rust types cannot be used in metadata, like
&'static [u8]
, and currently it's represented by&[u8]
in metadata like in claims pallet.pallet::constant
should provide a way to configure custom types for metadata. An attribute macro likepallet::constant_type("&[u8]")
might be a way to do it.The text was updated successfully, but these errors were encountered: