Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is the TM2 RPC client
func NewHTTPClient ¶
NewHTTPClient creates a new TM2 HTTP RPC client
func NewWSClient ¶
NewWSClient creates a new TM2 WebSocket RPC client
func (*Client) GetLatestBlockNumber ¶
func (*Client) GetTxResults ¶
func (c *Client) GetTxResults(block uint64) ([]*abci.ResponseDeliverTx, error)
Click to show internal directories.
Click to hide internal directories.