sdk/provider/cosmos/tendermint/methods/methods library
Classes
-
TendermintRequestAbciQuery<
Response extends CosmosProtoMessage> - Query the application for some information. https://docs.tendermint.com/v0.34/rpc/#/ABCI/abci_query
- TendermintRequestBlock
- Get Block. https://docs.tendermint.com/v0.34/rpc/#/Info/block
- TendermintRequestBlockByHash
- Get block by hash. https://docs.tendermint.com/v0.34/rpc/#/Info/block_by_hash
- TendermintRequestBlockchain
- Get block headers (max: 20) for minHeight <= height <= maxHeight. https://docs.tendermint.com/v0.34/rpc/#/Info/blockchain
- TendermintRequestBlockResults
- Block results. https://docs.tendermint.com/v0.34/rpc/#/Info/block_results
- TendermintRequestBlockSearch
- Search for blocks by BeginBlock and EndBlock events. See /subscribe for the query syntax. https://docs.tendermint.com/v0.34/rpc/#/Info/block_search
- TendermintRequestBroadcastAbciInfo
- Get info about the application. https://docs.tendermint.com/v0.34/rpc/#/ABCI/abci_info
- TendermintRequestBroadcastAbciQuery
- Query the application for some information. https://docs.tendermint.com/v0.34/rpc/#/ABCI/abci_query
- TendermintRequestBroadcastCheckTx
- Checks the transaction without executing it. https://docs.tendermint.com/v0.34/rpc/#/Tx/check_tx
- TendermintRequestBroadcastDialPeers
- Add Peers/Persistent Peers https://docs.tendermint.com/v0.34/rpc/#/Unsafe/dial_peers
- TendermintRequestBroadcastDialSeeds
- Dial a peer, this route in under unsafe, and has to manually enabled to use https://docs.tendermint.com/v0.34/rpc/#/Unsafe/dial_seeds
- TendermintRequestBroadcastEvidence
- Broadcast evidence of the misbehavior. https://docs.tendermint.com/v0.34/rpc/#/Info/broadcast_evidence
- TendermintRequestBroadcastTxAsync
- Returns right away, with no response. Does not wait for CheckTx nor DeliverTx results. https://docs.tendermint.com/v0.34/rpc/#/Tx/broadcast_tx_async
- TendermintRequestBroadcastTxCommit
- Returns with the responses from CheckTx and DeliverTx. https://docs.tendermint.com/v0.34/rpc/#/Tx/broadcast_tx_commit
- TendermintRequestBroadcastTxSync
- Returns with the response from CheckTx. Does not wait for DeliverTx result. https://docs.tendermint.com/v0.34/rpc/#/Tx/broadcast_tx_sync
- TendermintRequestCommit
- Get commit results at a specified height https://docs.tendermint.com/v0.34/rpc/#/Info/commit
- TendermintRequestConsensusParams
- Get consensus parameters https://docs.tendermint.com/v0.34/rpc/#/Info/consensus_params
- TendermintRequestConsensusState
- Get consensus state https://docs.tendermint.com/v0.34/rpc/#/Info/consensus_state
- TendermintRequestDumpConsensusState
- Get consensus state https://docs.tendermint.com/v0.34/rpc/#/Info/dump_consensus_state
- TendermintRequestGenesis
- Get Genesis https://docs.tendermint.com/v0.34/rpc/#/Info/genesis
- TendermintRequestGenesisChunked
- Get Genesis in multiple chunks https://docs.tendermint.com/v0.34/rpc/#/Info/genesis_chunked
- TendermintRequestHealth
- Gets Node Health https://docs.tendermint.com/v0.34/rpc/#/Info/health
- TendermintRequestNetInfo
- Network informations https://docs.tendermint.com/v0.34/rpc/#/Info/net_info
- TendermintRequestNumUnconfirmedTxs
- Get data about unconfirmed transactions https://docs.tendermint.com/v0.34/rpc/#/Info/num_unconfirmed_txs
- TendermintRequestRemoveTx
- TendermintRequestStatus
- Node Status https://docs.tendermint.com/v0.34/rpc/#/Info/status
- TendermintRequestSubscribe
- Subscribe for events via WebSocket. https://docs.tendermint.com/v0.34/rpc/#/Websocket/subscribe
- TendermintRequestTx
- Get transactions by hash https://docs.tendermint.com/v0.34/rpc/#/Info/tx
- TendermintRequestTxSearch
- Search for transactions https://docs.tendermint.com/v0.34/rpc/#/Info/tx_search
- TendermintRequestUnconfirmedTxs
- Get the list of unconfirmed transactions https://docs.tendermint.com/v0.34/rpc/#/Info/unconfirmed_txs
- TendermintRequestUnSubscribe
- Unsubscribe from event on Websocket https://docs.tendermint.com/v0.34/rpc/#/Websocket/unsubscribe
- TendermintRequestUnSubscribeAll
- Unsubscribe from all events via WebSocket https://docs.tendermint.com/v0.34/rpc/#/Websocket/unsubscribe_all
- TendermintRequestValidators
- Get validator set at a specified height https://docs.tendermint.com/v0.34/rpc/#/Info/validators