useMaxUtxo property

  1. @TagNumber.new(15)
bool get useMaxUtxo

If use max utxo.

Implementation

@$pb.TagNumber(15)
$core.bool get useMaxUtxo => $_getBF(14);
  1. @TagNumber.new(15)
set useMaxUtxo (bool v)

Implementation

@$pb.TagNumber(15)
set useMaxUtxo($core.bool v) {
  $_setBool(14, v);
}