balances property

  1. @TagNumber.new(1)
List<Coin> get balances

balances is the spendable balances of all the coins.

Implementation

@$pb.TagNumber(1)
$core.List<$53.Coin> get balances => $_getList(0);