useMaxAmount property
Set if sending max amount is requested.
Implementation
@$pb.TagNumber(9)
$core.bool get useMaxAmount => $_getBF(8);
Implementation
@$pb.TagNumber(9)
set useMaxAmount($core.bool value) => $_setBool(8, value);
Set if sending max amount is requested.
@$pb.TagNumber(9)
$core.bool get useMaxAmount => $_getBF(8);
@$pb.TagNumber(9)
set useMaxAmount($core.bool value) => $_setBool(8, value);