-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
starknet_subscribeTransactionStatus websocket method
- Loading branch information
Showing
10 changed files
with
802 additions
and
123 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
...ainnet/transaction/0x111100000000222200000000333300000000444400000000555500000000fff.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"revert_error": "This is hand-made transaction used for txStatus endpoint test", | ||
"execution_status": "REJECTED", | ||
"finality_status": "ACCEPTED_ON_L1", | ||
"status": "REVERTED", | ||
"block_hash": "0x111100000000111100000000333300000000444400000000111100000000111", | ||
"block_number": 304740, | ||
"transaction_index": 1, | ||
"transaction_hash": "0x111100000000222200000000333300000000444400000000555500000000fff", | ||
"l2_to_l1_messages": [], | ||
"events": [], | ||
"actual_fee": "0x247aff6e224" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.