eth-monitor

Monitor and cache ethereum transactions with match filters
git clone git://git.defalsify.org/eth-monitor.git
Info | Log | Files | Refs | README | LICENSE

eth-monitor-list.head.groff (644B)


      1 .TH eth-monitor-list 1
      2 
      3 
      4 .SH NAME
      5 eth-monitor-list \- Query transactions cache
      6 
      7 
      8 .SH SYNOPSIS
      9 .SY eth-monitor-list
     10 [ -i \fIchain_spec\fP ] [ p \fIeth_provider\fP ] [ -a \fIaddress\fP ... ] \fIcache_dir\fP
     11 .YS
     12 
     13 
     14 .SH DESCRIPTION
     15 List transactions stored in cache matching the given address.
     16 .P
     17 Any block data and/or transaction data matchin the relevant hashes returned by the query will be used to create the output. The \fB--fresh\fP option may be defined to force all block and transaction data from the RPC provider endpoint instead.
     18 .P
     19 For details on rendering and filtering, please refer to to \fBeth-monitor (1)\fP man page.
     20 
     21 
     22 .SS OPTIONS