Questions tagged [hedera]
17 questions
0
votes
0 answers
"Unkown error: Receipt Status Error" for a Smart Contract deployed on Hedera
I'm following this Hedera tutorial for transferring hbars with a smart contract.
After trying to run the code provided in the tutorial, I get the following error:
ReceiptStatusError: receipt for transaction 0.0.3969463@1682422103.737727129…

Defi Girl
- 186
- 4
0
votes
0 answers
How to get "Request ID" for hedera transactions that are not errors?
When sending transactions using ethers.js to the Hedera testnet,
and one errors, I can catch it like so:
} catch (error) {
if (error instanceof Error) console.log(error.message);
else console.log(error);
}
And the output…

bguiz
- 27,371
- 47
- 154
- 243