command "blockslist", wshserver.BlocksListCommand
(w *wshutil.WshRpc, data wshrpc.BlocksListRequest, opts *wshrpc.RpcOpts)
| 85 | |
| 86 | // command "blockslist", wshserver.BlocksListCommand |
| 87 | func BlocksListCommand(w *wshutil.WshRpc, data wshrpc.BlocksListRequest, opts *wshrpc.RpcOpts) ([]wshrpc.BlocksListEntry, error) { |
| 88 | resp, err := sendRpcRequestCallHelper[[]wshrpc.BlocksListEntry](w, "blockslist", data, opts) |
| 89 | return resp, err |
| 90 | } |
| 91 | |
| 92 | // command "captureblockscreenshot", wshserver.CaptureBlockScreenshotCommand |
| 93 | func CaptureBlockScreenshotCommand(w *wshutil.WshRpc, data wshrpc.CommandCaptureBlockScreenshotData, opts *wshrpc.RpcOpts) (string, error) { |
no test coverage detected