()
| 248 | } |
| 249 | |
| 250 | func (cli *socketClient) CommitAsync() *ReqRes { |
| 251 | return cli.queueRequest(types.ToRequestCommit()) |
| 252 | } |
| 253 | |
| 254 | func (cli *socketClient) InitChainAsync(req types.RequestInitChain) *ReqRes { |
| 255 | return cli.queueRequest(types.ToRequestInitChain(req)) |
nothing calls this directly
no test coverage detected