chainlib-eth/man/get.head.groff

18 lines
411 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.TH eth-get 1
.SH NAME
eth-get \- Retrieve transaction and transaction state from network
.SH SYNOPSIS
\fBeth-get\fP [ -p \fIrpc_provider\fP] \fItx_hash\fP
.SH DESCRIPTION
.P
Retrieve a transaction by its transaction hash.
.P
\fBeth-get\fP retrieves the state of the transaction (the "receipt") and applies it to the output.
.P
It also re-serializes the transaction wire format for reference.
.SS OPTIONS