Added two methods: addOperationAtIndex and clearOperationAtIndex in the TransactionBuilder class
Use Case
I wanted to add them because I was trying to change the amount of one operations after cloning and realized it would that much easier if I could just clear an operation at a specified index and then add it add the updated operation at the same index again.
Summary of changes
addOperationAtIndex
andclearOperationAtIndex
in theTransactionBuilder
classUse Case
I wanted to add them because I was trying to change the amount of one operations after cloning and realized it would that much easier if I could just clear an operation at a specified index and then add it add the updated operation at the same index again.