balances property

  1. @BuiltValueField.new(wireName: r'balances')
BuiltList<Balance>? get balances

List of balances with the amount and currency.

Implementation

@BuiltValueField(wireName: r'balances')
BuiltList<Balance>? get balances;