add

abstract fun add(input: iTxInput): 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)