Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CrudServer ¶
type CrudServer struct { RpcClient *rpc.Client EthClient *ethclient.Client MongoDBClient *mongo.Client MongoDBName string C *config.Config }
func (*CrudServer) Init ¶
func (crudServer *CrudServer) Init()
func (*CrudServer) InitConfig ¶ added in v1.0.6
func (crudServer *CrudServer) InitConfig()
func (*CrudServer) InitEthClient ¶ added in v1.0.3
func (crudServer *CrudServer) InitEthClient()
func (*CrudServer) InitRpcClient ¶ added in v1.0.3
func (crudServer *CrudServer) InitRpcClient()
初始化ethereum连接
Click to show internal directories.
Click to hide internal directories.