SapiV1StakingProductListDetail: SapiV1StakingProductListDetail

SapiV1StakingProductListDetailR Documentation

SapiV1StakingProductListDetail

Description

SapiV1StakingProductListDetail Class

Format

An R6Class generator object

Public fields

asset

character

rewardAsset

character

duration

integer

renewable

character

apy

character

Methods

Public methods


Method new()

Usage
SapiV1StakingProductListDetail$new(
  asset,
  rewardAsset,
  duration,
  renewable,
  apy,
  ...
)

Method toJSON()

Usage
SapiV1StakingProductListDetail$toJSON()

Method fromJSON()

Usage
SapiV1StakingProductListDetail$fromJSON(SapiV1StakingProductListDetailJson)

Method toJSONString()

Usage
SapiV1StakingProductListDetail$toJSONString()

Method fromJSONString()

Usage
SapiV1StakingProductListDetail$fromJSONString(
  SapiV1StakingProductListDetailJson
)

Method clone()

The objects of this class are cloneable with this method.

Usage
SapiV1StakingProductListDetail$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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