maxAmountOutput property
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);
Implementation
@$pb.TagNumber(8)
set maxAmountOutput(Output v) {
setField(8, v);
}