getVmLogs method

Future<List<RpcVmLog>> getVmLogs(
  1. RpcHash hash
)

Implementation

Future<List<RpcVmLog>> getVmLogs(RpcHash hash) => api.getVmLogs(hash);