chainBalance property
Returns the balance of the currently connected wallet on the selected chain.
Implementation
@Deprecated('Use balanceNotifier')
@override
String get chainBalance => CoreUtils.formatChainBalance(_chainBalance);
Returns the balance of the currently connected wallet on the selected chain.
@Deprecated('Use balanceNotifier')
@override
String get chainBalance => CoreUtils.formatChainBalance(_chainBalance);