Creates a new TokenBalance instance.
Constructor parameters containing currencyAmount and tokenConfig
Gets the currency amount for this token balance.
The CurrencyAmount representing the balance
Gets the token configuration including metadata.
The TokenConfig with logo and name information
Static
fromCreates a TokenBalance from a credit notice and token configuration
The credit notice containing quantity information
The token configuration for the balance
A new TokenBalance instance
Concrete implementation of ITokenBalance for managing token balances with configuration.