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
When performing an action such as Contract Mint/Burn TX another CDE Blockchain (Different as game chain)
How do we wait until the event has been processed?
-- Workaround
Do and wait until the mint / burn is completed
Fetch the MAIN CHAIN current blockheight (not last processed)
Fetch Last Processed Block Height, and compare - if less then wait and fetch again. (If emulated. conversion is required)
The text was updated successfully, but these errors were encountered:
When performing an action such as Contract Mint/Burn TX another CDE Blockchain (Different as game chain)
How do we wait until the event has been processed?
-- Workaround
The text was updated successfully, but these errors were encountered: