balances property

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

The list of the latest balance statuses in the transfer.

Implementation

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