I don't know if this question was already answered but my question is about a normal wallet address and not a smartcontract.
So what I want to do is to launch multiple transactions with small gaz price and let them until they are executed. Is it possible?
Can we do that with metamask for instance?
Also can anyone tell me how it can be possible in the technical part (I mean the blockchain need by construction to have only a transaction from the same address in a block, and the following transaction should be in another block)?
Thank you for your responses
noncethat makes the transactions mined as per the sent sequences. You can send any number of transactions and they would all be mined in the sequence. Hope this addresses your need. – Rajesh May 01 '18 at 11:03