Skip to content

Commit

Permalink
update autocomplet defs
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-jentzsch committed Nov 5, 2021
1 parent 8d08812 commit b0b4f7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/_in3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ subcmds=(
'getblockheader: Returns data of block header for given block hash <hash> <verbosity>'
'getdifficulty: Returns the proof-of-work difficulty as a multiple of the minimum difficulty'
'getrawtransaction: Returns the raw transaction data <txid> <verbosity> <blockhash>'
'sendrawtransaction: sends a transaction to a btc node <transaction>'
'sendtransaction: sends a transaction to a btc node <from> <outputs> <utxo>'
'in3_config: changes the configuration of a client <config>'
'eth_blockNumber: returns the number of the most recent block'
'eth_call: calls a function of a contract (or simply executes the evm opcodes) and returns the result <tx> <block>'
Expand Down

0 comments on commit b0b4f7b

Please sign in to comment.