@ -129,7 +129,7 @@ The following methods are used to manage signatures for a transaction:
* `clearSignatures`: removes all signatures for this input
* `isFullySigned`: returns true if the input is fully signed
## Adding outputs
## Handling Outputs
Outputs can be added by:
@ -137,6 +137,8 @@ Outputs can be added by:
* The `to(address, amount)` method, that adds an output with the script that corresponds to the given address. Builds an output and calls the `addOutput` method.
* Specifying a [change address](#Fee_calculation)
To remove all outputs, you can use `clearOutputs()`, which preserves change output configuration.
## Serialization
There are a series of methods used for serialization: