maxAmountOutput property

  1. @TagNumber.new(8)
Output get maxAmountOutput

The only output with a max available amount to be send. The Output.value will be overwritten, leave default. Note: max_amount_output is mutually exclusive with outputs and change_output; do not use them together.

Implementation

@$pb.TagNumber(8)
Output get maxAmountOutput => $_getN(7);
  1. @TagNumber.new(8)
set maxAmountOutput (Output value)

Implementation

@$pb.TagNumber(8)
set maxAmountOutput(Output value) => $_setField(8, value);