Versions in this module Expand all Collapse all v0 v0.19.0 Jun 26, 2018 v0.18.0 May 8, 2018 Changes in this version + type NodeView struct + func NewNodeView(tmNode *tendermint.Node, txDecoder txs.Decoder) *NodeView + func (nv *NodeView) BlockStore() types.BlockStoreRPC + func (nv *NodeView) IsListening() bool + func (nv *NodeView) Listeners() []p2p.Listener + func (nv *NodeView) MempoolTransactions(maxTxs int) ([]txs.Tx, error) + func (nv *NodeView) NodeInfo() p2p.NodeInfo + func (nv *NodeView) PeerRoundStates() ([]*ctypes.PeerRoundState, error) + func (nv *NodeView) Peers() p2p.IPeerSet + func (nv *NodeView) PrivValidatorPublicKey() (acm.PublicKey, error) + func (nv *NodeView) RoundState() *ctypes.RoundState