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
I am testing out Aiken. The last part where I need to unlock the funds in the contract. I follow the instructions, with blockfrost account setup and till lock the contract. It is working fine. The last part where I run the command to unlock the funds, I encountered the following errors:
Error: Transaction information is incomplete while no fetcher instance is provided. Provide a fetcher.
at MeshTxBuilder.queryAllTxInfo (file:///Users/andylow/Documents/aiken/hello-world/node_modules/@meshsdk/transaction/dist/index.js:1732:13)
at MeshTxBuilder.complete (file:///Users/andylow/Documents/aiken/hello-world/node_modules/@meshsdk/transaction/dist/index.js:1624:16)
at Transaction.build (file:///Users/andylow/Documents/aiken/hello-world/node_modules/@meshsdk/transaction/dist/index.js:2382:29)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async file:///Users/andylow/Documents/aiken/hello-world/hello-world-unlock.mjs:58:20
I am not sure how to rectify "Transaction information is incomplete while no fetcher instance is provided".
Please advise.
Thanks,
Andy
The text was updated successfully, but these errors were encountered:
Hi,
I am testing out Aiken. The last part where I need to unlock the funds in the contract. I follow the instructions, with blockfrost account setup and till lock the contract. It is working fine. The last part where I run the command to unlock the funds, I encountered the following errors:
% node hello-world-unlock.mjs e909e25eb77310ed9b43cf3ba297e96b4fdacbf6190c40bad7b7824f2bc7933a
file:///Users/andylow/Documents/aiken/hello-world/node_modules/@meshsdk/transaction/dist/index.js:1732
throw Error(
^
Error: Transaction information is incomplete while no fetcher instance is provided. Provide a
fetcher
.at MeshTxBuilder.queryAllTxInfo (file:///Users/andylow/Documents/aiken/hello-world/node_modules/@meshsdk/transaction/dist/index.js:1732:13)
at MeshTxBuilder.complete (file:///Users/andylow/Documents/aiken/hello-world/node_modules/@meshsdk/transaction/dist/index.js:1624:16)
at Transaction.build (file:///Users/andylow/Documents/aiken/hello-world/node_modules/@meshsdk/transaction/dist/index.js:2382:29)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async file:///Users/andylow/Documents/aiken/hello-world/hello-world-unlock.mjs:58:20
I am not sure how to rectify "Transaction information is incomplete while no fetcher instance is provided".
Please advise.
Thanks,
Andy
The text was updated successfully, but these errors were encountered: