Versions in this module Expand all Collapse all v0 v0.0.2 May 13, 2020 v0.0.1 May 13, 2020 Changes in this version + const Version + var Routes = map[string]*rpc.RPCFunc + func ABCIInfo() (*ctypes.ResultABCIInfo, error) + func ABCIQuery(path string, data cmn.HexBytes, height int64, trusted bool) (*ctypes.ResultABCIQuery, error) + func ABCIQueryEx(path string) (*ctypes.ResultABCIQueryEx, error) + func AddUnsafeRoutes() + func Block(heightPtr *int64) (*ctypes.ResultBlock, error) + func BlockResults(heightPtr *int64) (*ctypes.ResultBlockResults, error) + func BlockchainInfo(minHeight, maxHeight int64) (*ctypes.ResultBlockchainInfo, error) + func BroadcastTxAsync(tx types.Tx) (*ctypes.ResultBroadcastTx, error) + func BroadcastTxCommit(tx types.Tx) (*ctypes.ResultBroadcastTxCommit, error) + func BroadcastTxSync(tx types.Tx) (*ctypes.ResultBroadcastTx, error) + func Commit(heightPtr *int64) (*ctypes.ResultCommit, error) + func DumpConsensusState() (*ctypes.ResultDumpConsensusState, error) + func Genesis() (*ctypes.ResultGenesis, error) + func GetGenesisPkg(tag string) (*core_types.ResultConfFile, error) + func Health() (*ctypes.ResultHealth, error) + func NetInfo() (*ctypes.ResultNetInfo, error) + func NumUnconfirmedTxs() (*ctypes.ResultUnconfirmedTxs, error) + func SetAddrBook(book p2p.AddrBook) + func SetBlockStore(bs types.BlockStore) + func SetCompleteStarted(b bool) + func SetConsensusReactor(conR *consensus.ConsensusReactor) + func SetConsensusState(cs Consensus) + func SetEventBus(b *types.EventBus) + func SetEvidencePool(evpool types.EvidencePool) + func SetGenesisDoc(doc *types.GenesisDoc) + func SetLogger(l log.Logger) + func SetMempool(mem types.Mempool) + func SetPrivatePeerIDs(pids string) + func SetProxyAppQuery(appConn proxy.AppConnQuery) + func SetPubKey(pk crypto.PubKey) + func SetStateDB(db dbm.DB) + func SetSwitch(sw P2P) + func SetTxIndexer(indexer txindex.TxIndexer) + func Status() (*ctypes.ResultStatus, error) + func Subscribe(wsCtx rpctypes.WSRPCContext, query string) (*ctypes.ResultSubscribe, error) + func Tx(hash string, prove bool) (*ctypes.ResultTx, error) + func TxSearch(query string, prove bool) ([]*ctypes.ResultTx, error) + func UnconfirmedTxs() (*ctypes.ResultUnconfirmedTxs, error) + func UnsafeDialPeers(peers []string, persistent bool) (*ctypes.ResultDialPeers, error) + func UnsafeDialSeeds(seeds []string) (*ctypes.ResultDialSeeds, error) + func UnsafeFlushMempool() (*ctypes.ResultUnsafeFlushMempool, error) + func UnsafeStartCPUProfiler(filename string) (*ctypes.ResultUnsafeProfile, error) + func UnsafeStopCPUProfiler() (*ctypes.ResultUnsafeProfile, error) + func UnsafeWriteHeapProfile(filename string) (*ctypes.ResultUnsafeProfile, error) + func Unsubscribe(wsCtx rpctypes.WSRPCContext, query string) (*ctypes.ResultUnsubscribe, error) + func UnsubscribeAll(wsCtx rpctypes.WSRPCContext) (*ctypes.ResultUnsubscribe, error) + func Validators(heightPtr *int64) (*ctypes.ResultValidators, error) + type Consensus interface + GetRoundStateJSON func() ([]byte, error) + GetState func() sm.State + GetValidators func() (int64, []*types.Validator) + type P2P interface + DialPeersAsync func(p2p.AddrBook, []string, bool) error + IsListening func() bool + Listeners func() []p2p.Listener + NodeInfo func() p2p.NodeInfo + NumPeers func() (outbound, inbound, dialig int) + Peers func() p2p.IPeerSet