chainlib-eth

Ethereum implementation of the chainlib interface
Info | Log | Files | Refs | README | LICENSE

eth-wait.head.groff (565B)


      1 .TH eth-wait 1
      2 
      3 .SH NAE
      4 eth-wait \- Wait for a transaction to be confirmed on network
      5 
      6 .SH SYNOPSIS
      7 \fBeth-wait\fP [ -p \fIrpc_provider\fP ] \fItransaction_hash\fP ... 
      8 
      9 .SH DESCRIPTION
     10 .P
     11 Blocks until network confirmation for the transactions are returned from \fIrpc_provider\fP.
     12 .P
     13 By default, if execution of the transaction failed on the network, the command will cause an error. This behavior can be adjusted using the \fB--ignore\fP or \fB--ignore-all\fP option.
     14 .P
     15 A transaction hash unknown to the \fIrpc_provider\fP will also cause an error.
     16 
     17 .SS OPTIONS