eth-get.head.groff (535B)
1 .TH eth-get 1 2 3 .SH NAME 4 eth-get \- Retrieve transaction and transaction state from network 5 6 .SH SYNOPSIS 7 .PP 8 \fBeth-get\fP [ -p \fIrpc_provider\fP] \fItx_hash\fP 9 .PP 10 \fBeth-get\fP [ -p \fIrpc_provider\fP] \fIaddress\fP 11 12 .SH DESCRIPTION 13 .P 14 Retrieve a transaction by its transaction hash, or contract code by its address. 15 .P 16 In the context of transaction, \fBeth-get\fP retrieves the state of the transaction (the "receipt") and applies it to the output. It also re-serializes the transaction wire format for reference. 17 18 19 .SS OPTIONS