-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decoding custom events #269
Comments
Currently I'm working on paritytech/substrate#8615 which will provide full type metadata for all pallet events. Once this in in we will likely overhaul the |
@ascjones |
Most likely a month of two away. |
Any further updates on this? |
The substrate PR mentioned is merged, and the |
Closed by #294 |
In the example here, the Event is decoded into a Wrapper struct,
TransferEvent
which is packaged with subxt inbalances.rs
, not frompallet-balances
itself.In that case, when using custom events, is the pattern you're going for to have a wrapper for each custom pallet, containing a wrapper like what is done for
balances
in the example? Or am I missing something?Also noted that there is an open issue here which potentially makes what I've written above irrelevant. Is there any progress on that front?
The text was updated successfully, but these errors were encountered: