chainlib-eth/man/eth-get.head.groff

20 lines
535 B
Plaintext
Raw Normal View History

.TH eth-get 1
.SH NAME
eth-get \- Retrieve transaction and transaction state from network
.SH SYNOPSIS
2022-02-25 12:07:18 +01:00
.PP
\fBeth-get\fP [ -p \fIrpc_provider\fP] \fItx_hash\fP
2022-02-25 12:07:18 +01:00
.PP
\fBeth-get\fP [ -p \fIrpc_provider\fP] \fIaddress\fP
.SH DESCRIPTION
.P
2022-02-25 12:07:18 +01:00
Retrieve a transaction by its transaction hash, or contract code by its address.
.P
2022-02-25 12:07:18 +01:00
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.
.SS OPTIONS