Like cosmjs's Coin, but with amount being a bigint instead of a string.
Coin
amount
bigint
string
This implements IBigIntCoin, only difference being is that this class has helper methods.
Returns a string which displays this object's amount and denom in a user-friendly way.
If true, the result won't have trailing zeros. e.g. "0.100000" becomes "0.1" *
A user friendly string, e.g. "1.234567 SEI"
an object with the amount as a string and denom unchanged.
denom
Like cosmjs's
Coin
, but withamount
being abigint
instead of astring
.This implements IBigIntCoin, only difference being is that this class has helper methods.