amounts property

  1. @TagNumber(3)
List<Int64> get amounts

The amounts to be transferred to recipients, following the same order.

Implementation

@$pb.TagNumber(3)
$core.List<$fixnum.Int64> get amounts => $_getList(2);