command "blockjobstatus", wshserver.BlockJobStatusCommand
(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts)
| 79 | |
| 80 | // command "blockjobstatus", wshserver.BlockJobStatusCommand |
| 81 | func BlockJobStatusCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) (*wshrpc.BlockJobStatusData, error) { |
| 82 | resp, err := sendRpcRequestCallHelper[*wshrpc.BlockJobStatusData](w, "blockjobstatus", data, opts) |
| 83 | return resp, err |
| 84 | } |
| 85 | |
| 86 | // command "blockslist", wshserver.BlocksListCommand |
| 87 | func BlocksListCommand(w *wshutil.WshRpc, data wshrpc.BlocksListRequest, opts *wshrpc.RpcOpts) ([]wshrpc.BlocksListEntry, error) { |
no test coverage detected