pending property

  1. @BuiltValueField.new(wireName: r'pending')
int? get pending

The sum of transactions that will be settled in the future.

Implementation

@BuiltValueField(wireName: r'pending')
int? get pending;