addOutput method

void addOutput(
  1. TxOutput output
)

Implementation

void addOutput(TxOutput output) {
  _outputs.add(output);
}