namecoin / electrum-nmc

Namecoin port of Electrum Bitcoin client.
https://www.namecoin.org/
MIT License
29 stars 24 forks source link

Add optional outputs argument to name commands #196

Closed domob1812 closed 4 years ago

domob1812 commented 4 years ago

This adds a new, optional outputs argument to the name_new, name_firstupdate and name_update commands. It follows the same semantics as the outputs argument of the existing paytomany command. With it, name operations can be made that also include certain currency payments.

With this, we can achieve the same effect as with Namecoin Core's sendCoins option that can optionally be passed to the same commands.

domob1812 commented 4 years ago

@JeremyRand, please take a look at this when you have time.

domob1812 commented 4 years ago

@JeremyRand: Any chance you could review and merge this? It should be quite straight forward.

JeremyRand commented 4 years ago

Concept ACK.