File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 153
153
"address" : " 0xBB9bc244D798123fDe783fCc1C72d3Bb8C189413"
154
154
}
155
155
},
156
- "check_contract_execution_status " : {
156
+ "get_contract_execution_status " : {
157
157
"module" : " transactions" ,
158
158
"kwargs" : {
159
159
"txhash" : " 0x15f8e5ea1079d9a0bb04a4c58ae5fe7654b5b2b4463375ff7ffb490aa0032f3a"
160
160
}
161
161
},
162
- "check_tx_receipt_status " : {
162
+ "get_tx_receipt_status " : {
163
163
"module" : " transactions" ,
164
164
"kwargs" : {
165
165
"txhash" : " 0x513c1ba0bebf66436b5fed86ab668452b7805593c05073eb2d51d3a52f480a76"
Original file line number Diff line number Diff line change 5
5
6
6
class Transactions :
7
7
@staticmethod
8
- def check_contract_execution_status (txhash : str ) -> str :
8
+ def get_contract_execution_status (txhash : str ) -> str :
9
9
url = (
10
10
f"{ fields .MODULE } "
11
11
f"{ modules .TRANSACTION } "
@@ -17,7 +17,7 @@ def check_contract_execution_status(txhash: str) -> str:
17
17
return url
18
18
19
19
@staticmethod
20
- def check_tx_receipt_status (txhash : str ) -> str :
20
+ def get_tx_receipt_status (txhash : str ) -> str :
21
21
url = (
22
22
f"{ fields .MODULE } "
23
23
f"{ modules .TRANSACTION } "
You can’t perform that action at this time.
0 commit comments