Hi! Is there a way to split a utxo into multiple smaller ones? One way seems to be to send ADA to yourself, but is there some documentation for this?
Thanks!
Hi! Is there a way to split a utxo into multiple smaller ones? One way seems to be to send ADA to yourself, but is there some documentation for this?
Thanks!
The cardano-cli transaction build-raw command with a --tx-out for each destination address will let you split a UTxO; those destination addresses can be in the originating wallet.
Thanks! That makes sense.