Versions in this module Expand all Collapse all v0 v0.18.15 May 17, 2022 Changes in this version + func NewContext(logger *log.Logger, node *consensus.Node, feePool *fees.Store, ...) rpctypes.Web3Context + func RegisterApis(src *rpc.Server, apis map[string]rpctypes.Web3Service) error + type Context struct + func (ctx *Context) GetAccountKeeper() balance.AccountKeeper + func (ctx *Context) GetBlockStore() *store.BlockStore + func (ctx *Context) GetConfig() *config.Server + func (ctx *Context) GetConsensusReactor() *cs.Reactor + func (ctx *Context) GetContractStore() *evm.ContractStore + func (ctx *Context) GetEventBus() *types.EventBus + func (ctx *Context) GetFeePool() *fees.Store + func (ctx *Context) GetGenesisDoc() *types.GenesisDoc + func (ctx *Context) GetLogger() *log.Logger + func (ctx *Context) GetMempool() mempool.Mempool + func (ctx *Context) GetNode() *consensus.Node + func (ctx *Context) GetNodeContext() *node.Context + func (ctx *Context) GetSwitch() *p2p.Switch + func (ctx *Context) GetTxIndexer() txindex.TxIndexer + func (ctx *Context) RegisterService(name string, service rpctypes.Web3Service) + func (ctx *Context) ServiceList() map[string]rpctypes.Web3Service + type Server struct + func NewServer(config *config.Server) *Server + func (s *Server) StartHTTP(apis map[string]rpctypes.Web3Service) error + func (s *Server) StartWS(apis map[string]rpctypes.Web3Service) error