【golang/jsonrpc】go-ethereum中json rpc初步使用(websocket版本)
说在前面操作系统:win11wsl2go-ethereum版本:1.15.8关于json-rpc官网server定义方法typeCalculatorServicestruct{}func(s*CalculatorService)Add(a,bint)int{returna+b}func(s*CalculatorService)Div(a,bint)(int,error){ifb==0{return