BswapAddLiquidityPreviewCombination | R Documentation |
BswapAddLiquidityPreviewCombination Class
An R6Class
generator object
quoteAsset
character
baseAsset
character
quoteAmt
integer
baseAmt
integer
price
numeric
share
numeric
new()
BswapAddLiquidityPreviewCombination$new( quoteAsset, baseAsset, quoteAmt, baseAmt, price, share, ... )
toJSON()
BswapAddLiquidityPreviewCombination$toJSON()
fromJSON()
BswapAddLiquidityPreviewCombination$fromJSON( BswapAddLiquidityPreviewCombinationJson )
toJSONString()
BswapAddLiquidityPreviewCombination$toJSONString()
fromJSONString()
BswapAddLiquidityPreviewCombination$fromJSONString( BswapAddLiquidityPreviewCombinationJson )
clone()
The objects of this class are cloneable with this method.
BswapAddLiquidityPreviewCombination$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.