InlineResponse20095DataWorkerDatas: InlineResponse20095DataWorkerDatas

InlineResponse20095DataWorkerDatasR Documentation

InlineResponse20095DataWorkerDatas

Description

InlineResponse20095DataWorkerDatas 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
InlineResponse20095DataWorkerDatas$new(
  workerId,
  workerName,
  status,
  hashRate,
  dayHashRate,
  rejectRate,
  lastShareTime,
  ...
)

Method toJSON()

Usage
InlineResponse20095DataWorkerDatas$toJSON()

Method fromJSON()

Usage
InlineResponse20095DataWorkerDatas$fromJSON(
  InlineResponse20095DataWorkerDatasJson
)

Method toJSONString()

Usage
InlineResponse20095DataWorkerDatas$toJSONString()

Method fromJSONString()

Usage
InlineResponse20095DataWorkerDatas$fromJSONString(
  InlineResponse20095DataWorkerDatasJson
)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20095DataWorkerDatas$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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