pendingBalance property

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

The list of pending balances held by the account.

Implementation

@BuiltValueField(wireName: r'pendingBalance')
BuiltList<Amount>? get pendingBalance;