Hey, I found this great library and I'm trying to adapt it with to our substrate chain Polymesh.
I'm facing some troubles, maybe you could help me:
Text type from schema.json in Substrate: How should I represent it? Should it be any kind of Vec<>?
- It doesn't recognize
[u8; 32] on my json. Even when it is present on the default.json file and it's working fine there. Is there anything else I should add to make it work?
Thanks in advance!
Hey, I found this great library and I'm trying to adapt it with to our substrate chain Polymesh.
I'm facing some troubles, maybe you could help me:
Texttype fromschema.jsonin Substrate: How should I represent it? Should it be any kind ofVec<>?[u8; 32]on my json. Even when it is present on thedefault.jsonfile and it's working fine there. Is there anything else I should add to make it work?Thanks in advance!