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
Currently, for batch transactions, we only extract the pallet.extrinsic_name and send that information to the registered webhook. It would be beneficial to decode the batched extrinsics and send more detail in the webhook notification.
Description
Currently, for batch transactions, we only extract the
pallet.extrinsic_nameand send that information to the registered webhook. It would be beneficial to decode the batched extrinsics and send more detail in the webhook notification.