Difference between revisions of "Eth getTransactionReceipt"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{lc}}
+
{{lc}} eth_getTransactionReceipt [https://docs.infura.io/api/networks/ethereum/json-rpc-methods/eth_gettransactionreceipt docs.infura.io]
* https://docs.infura.io/api/networks/ethereum/json-rpc-methods/eth_gettransactionreceipt
 
  
 
  curl http://URL:8080 \                                                                                                                                                                                                                         
 
  curl http://URL:8080 \                                                                                                                                                                                                                         
Line 7: Line 6:
 
                                                       --data '{"method":"eth_getTransactionReceipt","params": ["0xXXXXXXXXX"],"id":12345,"jsonrpc":"2.0"}'
 
                                                       --data '{"method":"eth_getTransactionReceipt","params": ["0xXXXXXXXXX"],"id":12345,"jsonrpc":"2.0"}'
  
 +
 +
* [[docs.infura.io]]
  
 
== See also ==
 
== See also ==

Latest revision as of 15:49, 30 September 2024

eth_getTransactionReceipt docs.infura.io

curl http://URL:8080 \                                                                                                                                                                                                                        
                                                      -X POST \
                                                      -H "Content-Type: application/json" \
                                                      --data '{"method":"eth_getTransactionReceipt","params": ["0xXXXXXXXXX"],"id":12345,"jsonrpc":"2.0"}'


See also[edit]

Advertising: