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
As a dev,
Given I want to make cool stuff in polkadot,
When I go to the repo,
Then I expect to see a good example of
how to decode bytes to a type statically ( storage, event, extrinsic )
how to decode bytes to some dynamic structure (or can we do rust amazing trick of visit the bytes without decoding / borrowing bits using lifetimes?)
how to encode something to bytes (I think people will have the least difficulty with this).
We have docs at many levels but some well placed examples here would go a long way. Either on the readme or in an examples dir would be where I would be looking for these.
The text was updated successfully, but these errors were encountered:
As a dev,
Given I want to make cool stuff in polkadot,
When I go to the repo,
Then I expect to see a good example of
We have docs at many levels but some well placed examples here would go a long way. Either on the readme or in an examples dir would be where I would be looking for these.
The text was updated successfully, but these errors were encountered: