You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature would give library users the option to format a tip in the currently know tip.cc format by calling a function in the amount class. Preferably, at client initalization there is a new option, which allows to pass a currencies-emojis map to the client, which would be used for this feature too (ex. BTC => <BTC:12312312312312312>...). The format for tips would be as follows
<#Amount>.toString(withUsd defaults to true)
<emojiName:emojiId> currencyAmount currencySymbol (≈ $usdValue) currencyAmount would represent the this.humanValue.toFixed(currency.format.scale)
The text was updated successfully, but these errors were encountered:
This feature would give library users the option to format a tip in the currently know tip.cc format by calling a function in the amount class. Preferably, at client initalization there is a new option, which allows to pass a currencies-emojis map to the client, which would be used for this feature too (ex.
BTC => <BTC:12312312312312312>
...). The format for tips would be as follows<#Amount>.toString(withUsd defaults to true)
<emojiName:emojiId> currencyAmount currencySymbol (≈ $usdValue)
currencyAmount
would represent thethis.humanValue.toFixed(currency.format.scale)
The text was updated successfully, but these errors were encountered: