idx property

  1. @TagNumber(3)
String get idx

Sometimes withdraw is just the index of a request, amount is already known by the SC

Implementation

@$pb.TagNumber(3)
$core.String get idx => $_getSZ(2);
  1. @TagNumber(3)
set idx (String v)

Implementation

@$pb.TagNumber(3)
set idx($core.String v) {
  $_setString(2, v);
}