InlineResponse200104DataWorkerDatas: InlineResponse200104DataWorkerDatas

InlineResponse200104DataWorkerDatasR Documentation

InlineResponse200104DataWorkerDatas

Description

InlineResponse200104DataWorkerDatas Class

Format

An R6Class generator object

Public fields

workerId

character

workerName

character

status

integer

hashRate

integer

dayHashRate

integer

rejectRate

integer

lastShareTime

integer

Methods

Public methods


Method new()

Usage
InlineResponse200104DataWorkerDatas$new(
  workerId,
  workerName,
  status,
  hashRate,
  dayHashRate,
  rejectRate,
  lastShareTime,
  ...
)

Method toJSON()

Usage
InlineResponse200104DataWorkerDatas$toJSON()

Method fromJSON()

Usage
InlineResponse200104DataWorkerDatas$fromJSON(
  InlineResponse200104DataWorkerDatasJson
)

Method toJSONString()

Usage
InlineResponse200104DataWorkerDatas$toJSONString()

Method fromJSONString()

Usage
InlineResponse200104DataWorkerDatas$fromJSONString(
  InlineResponse200104DataWorkerDatasJson
)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse200104DataWorkerDatas$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


grahamjwhite/binanceRapi documentation built on Nov. 22, 2022, 9:37 p.m.