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 v) {
$_setBool(8, v);
}
Set if sending max amount is requested.
@$pb.TagNumber(9)
$core.bool get useMaxAmount => $_getBF(8);
@$pb.TagNumber(9)
set useMaxAmount($core.bool v) {
$_setBool(8, v);
}