Musicoin/desktop

Implement tx batching

Closed this issue · 0 comments

For applications where it is necessary to send monthly payments (salaries, bounties, etc), it is useful to pre sign outputs and send them out at the given blockheight (not local time). We ned to estimate the given block height since it may not be nice UI wise to ask the user for blockheight. However, we should also have an option under advances settings that allows a user to do that. This must be a medium level task, since it involves some web3 stuff along with some UI stuff. Assigning a bounty of 20000MC at the moment, can be expanded if the work required is greater. Please request to be assigned so that no two users do the same task.