InlineResponse20059: InlineResponse20059

InlineResponse20059R Documentation

InlineResponse20059

Description

InlineResponse20059 Class

Format

An R6Class generator object

Public fields

amount

character

coin

character

network

character

status

integer

address

character

addressTag

character

txId

character

insertTime

integer

transferType

integer

confirmTimes

character

Methods

Public methods


Method new()

Usage
InlineResponse20059$new(
  amount,
  coin,
  network,
  status,
  address,
  addressTag,
  txId,
  insertTime,
  transferType,
  confirmTimes,
  ...
)

Method toJSON()

Usage
InlineResponse20059$toJSON()

Method fromJSON()

Usage
InlineResponse20059$fromJSON(InlineResponse20059Json)

Method toJSONString()

Usage
InlineResponse20059$toJSONString()

Method fromJSONString()

Usage
InlineResponse20059$fromJSONString(InlineResponse20059Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20059$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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