Optional
height: numberOptional
height: numberQueries block headers filtered by minHeight <= height <= maxHeight.
Optional
minHeight: numberThe minimum height to be included in the result. Defaults to 0.
Optional
maxHeight: numberThe maximum height to be included in the result. Defaults to infinity.
Broadcast transaction to mempool and do not wait for result
https://docs.tendermint.com/master/rpc/#/Tx/broadcast_tx_async
Broadcast transaction to mempool and wait for block
https://docs.tendermint.com/master/rpc/#/Tx/broadcast_tx_commit
Broadcast transaction to mempool and wait for response
https://docs.tendermint.com/master/rpc/#/Tx/broadcast_tx_sync
Optional
height: numberSearch for transactions that are in a block
Optional
height: numberStatic
connectCreates a new Tendermint client for the given endpoint.
Uses HTTP when the URL schema is http or https. Uses WebSockets otherwise.
Static
createCreates a new Tendermint client given an RPC client.
Generated using TypeDoc
Search for events that are in a block.
NOTE This method will error on any node that is running a Tendermint version lower than 0.34.9.
See
https://docs.tendermint.com/master/rpc/#/Info/block_search