idx property
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);
Implementation
@$pb.TagNumber(3)
set idx($core.String v) {
$_setString(2, v);
}