# Packages
No description provided by the author
Package core defines the Tendermint RPC endpoints.
No description provided by the author
HTTP RPC server supporting calls via uri params, jsonrpc over HTTP, and jsonrpc over websockets
# Client Requests
Suppose we want to expose the rpc function `HelloWorld(name string, num int)`.
No description provided by the author