Returns a balance object with properties balanceObject.amount and balanceObject.display
balanceObject.amount is amount * priceUnit.
balanceObject.display is a formatted version of balanceObject.amount based on the native currency specified.
buffer can be used to control the amount of decimal places shown.
For more details on how this property is generated see convertAmountToNativeDisplay.
Returns a balance object with properties
balanceObject.amount
andbalanceObject.display
balanceObject.amount
isamount * priceUnit
.balanceObject.display
is a formatted version ofbalanceObject.amount
based on the native currency specified.buffer
can be used to control the amount of decimal places shown. For more details on how this property is generated see convertAmountToNativeDisplay.