BswapAddLiquidityPreviewSingle | R Documentation |
BswapAddLiquidityPreviewSingle Class
An R6Class
generator object
quoteAsset
character
quoteAmt
integer
price
numeric
share
numeric
slippage
numeric
fee
numeric
new()
BswapAddLiquidityPreviewSingle$new( quoteAsset, quoteAmt, price, share, slippage, fee, ... )
toJSON()
BswapAddLiquidityPreviewSingle$toJSON()
fromJSON()
BswapAddLiquidityPreviewSingle$fromJSON(BswapAddLiquidityPreviewSingleJson)
toJSONString()
BswapAddLiquidityPreviewSingle$toJSONString()
fromJSONString()
BswapAddLiquidityPreviewSingle$fromJSONString( BswapAddLiquidityPreviewSingleJson )
clone()
The objects of this class are cloneable with this method.
BswapAddLiquidityPreviewSingle$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.