Takes in a single UTXO input - split into N Outputs
if have change, add change into the next output
throws error if:
outputs are more than 4
amount to split > from amount
Note: Split is reimplementing a lot of function found in Send right now. I will refactor all the PlasmaTransactions and have them share the same interface later.
https://github.com/omisego/plasma-cli/issues/42
use:
Takes in a single UTXO input - split into N Outputs
Note:
Split
is reimplementing a lot of function found inSend
right now. I will refactor all thePlasmaTransactions
and have them share the same interface later.