command "blockinfo", wshserver.BlockInfoCommand
(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts)
| 73 | |
| 74 | // command "blockinfo", wshserver.BlockInfoCommand |
| 75 | func BlockInfoCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) (*wshrpc.BlockInfoData, error) { |
| 76 | resp, err := sendRpcRequestCallHelper[*wshrpc.BlockInfoData](w, "blockinfo", data, opts) |
| 77 | return resp, err |
| 78 | } |
| 79 | |
| 80 | // command "blockjobstatus", wshserver.BlockJobStatusCommand |
| 81 | func BlockJobStatusCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) (*wshrpc.BlockJobStatusData, error) { |
no test coverage detected