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
Describe the bug
The txStatusReceipts function inside the Provider class seems broken (the input is the txhash rather than the receipt_id and the function does not work properly).
Expected behavior
I expect a function where I can get my transaction status from the receipt_id and that’s what seems to be expected with this feature but it doesn’t work.
The text was updated successfully, but these errors were encountered:
Describe the bug
The txStatusReceipts function inside the Provider class seems broken (the input is the txhash rather than the receipt_id and the function does not work properly).
abstract txStatusReceipts(txHash: Uint8Array | string, accountId: string): Promise<FinalExecutionOutcome>;
Expected behavior
I expect a function where I can get my transaction status from the receipt_id and that’s what seems to be expected with this feature but it doesn’t work.
The text was updated successfully, but these errors were encountered: