package
0.31.5
Repository: https://github.com/rnssolution/prism.git
Documentation: pkg.go.dev

# README

Tendermint RPC

We are using Slate to power our RPC documentation. For generating markdown use:

go get github.com/davecheney/godoc2md

# from root of this repo
make rpc-docs

Pagination

Requests that return multiple items will be paginated to 30 items by default. You can specify further pages with the ?page parameter. You can also set a custom page size up to 100 with the ?per_page parameter.

# Packages

No description provided by the author

# Functions

Get some info about the application.
Query the application for some information.
No description provided by the author
Get block at a given height.
Get block headers for minHeight <= height <= maxHeight.
BlockResults gets ABCIResults at a given height.
Returns right away, with no response.
Returns with the responses from CheckTx and DeliverTx.
Returns with the response from CheckTx.
Get block commit at a given height.
Get the consensus parameters at the given block height.
ConsensusState returns a concise summary of the consensus state.
DumpConsensusState dumps consensus state.
Get genesis file.
Get node health.
Get network info.
Get number of unconfirmed transactions.
No description provided by the author
No description provided by the author
SetConfig sets an RPCConfig.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Get Tendermint status including node info, pubkey, latest block hash, app hash, block height and time.
Subscribe for events via WebSocket.
Tx allows you to query the transaction results.
TxSearch allows you to query for multiple transactions results.
Get unconfirmed transactions (maximum ?limit entries) including their number.
No description provided by the author
No description provided by the author
UnsafeFlushMempool removes all transactions from the mempool.
UnsafeStartCPUProfiler starts a pprof profiler using the given filename.
UnsafeStopCPUProfiler stops the running pprof profiler.
UnsafeWriteHeapProfile dumps a heap profile to the given filename.
Unsubscribe from events via WebSocket.
Unsubscribe from all events via WebSocket.
Get the validator set at the given block height.

# Constants

SubscribeTimeout is the maximum time we wait to subscribe for an event.

# Variables

TODO: better system than "unsafe" prefix NOTE: Amino is registered in rpc/core/types/wire.go.

# Interfaces

No description provided by the author