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
Hi maintainers, I try to extract the metadata of a Substrate WASM binary using ac-node-api::Metadata::try_from. The result looks great but seems like there are no hooks included in the returned data. Am I missing anything or this is not added in the current feature yet?
I will check this tomorrow or the day after. Just to make sure: What is your use case? I'm guessing you don't want to simply print them, but also extract the hooks to use them in your code, is that correct?
Hi maintainers, I try to extract the metadata of a Substrate WASM binary using
ac-node-api::Metadata::try_from
. The result looks great but seems like there are no hooks included in the returned data. Am I missing anything or this is not added in the current feature yet?As can be seen in the above returned metadata. The pallet
Timestamp
does no haveon_finalize()
which is the hook of the pallet.The text was updated successfully, but these errors were encountered: