add

abstract fun add(input: iTxInput): iTransaction
abstract fun add(spendable: Spendable): iTransaction

Add an input to this transaction (at the end)


abstract fun add(output: iTxOutput): iTransaction

Add an output to this transaction (at the end)