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 Mar 11, 2024. It is now read-only.
I'm using Drizzle inside of Vue (no vue-plugin, just pure Drizzle).
Following the docs on contract interaction I'm doing the following:
which successfully returns
stackId
. However when I try to retrieve the transaction from transaction stack:I get this error:
Which I figured out is because
transcationStack
is missing from the state object. In fact the only things I have in state object are:and nothing else.
My end goal is to get the hash of the transction, like I can do with web3 code:
but obviously without
transactionStack
being there I can't do so.What am I missing? Am I doing something wrong or is there a bug somewhere? How can I get the state of the transaction?
The text was updated successfully, but these errors were encountered: