maxAmountOutput property

  1. @TagNumber(8)
Output get maxAmountOutput

The only output with a max available amount to be send. If set, SigningInput.outputs and SigningInput.change will be ignored. The Output.value will be overwritten, leave default.

Implementation

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

Implementation

@$pb.TagNumber(8)
set maxAmountOutput(Output v) {
  setField(8, v);
}