amounts property

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

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

Implementation

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