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
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
The notification text we have in Figma is not indicative of chain events. Ex: "Executed transaction Ox34ea34ea...1f0f1f0f"
I suggest we stick with Substrate event / error messages for now.
use transactionStatuses() on the ExtrinsicStatusRune to capture events in real-time
@ryanleecode do we have an example in capi for this? (couldn't find one)
The text was updated successfully, but these errors were encountered:
We have a component for notifications here https://github.com/paritytech/capi-multisig-app/blob/main/www/src/components/Notifications.tsx
The notification text we have in Figma is not indicative of chain events. Ex: "Executed transaction Ox34ea34ea...1f0f1f0f"
I suggest we stick with Substrate event / error messages for now.
use
transactionStatuses()
on theExtrinsicStatusRune
to capture events in real-time@ryanleecode do we have an example in capi for this? (couldn't find one)
The text was updated successfully, but these errors were encountered: