-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need: bitcoin-"send to owners" RPC call #262
Comments
This doesn't work for Bitcoin, but only token transactions. I say it's almost trivial, because it can be done manually, but since it's often named in "comparisons of different meta-coin systems", I suggest to do it. |
sendtoowners_MP works for MSC, TMSC and all SP on Master Protocol. |
Correct.
A note in the spec wouldn't hurt, that's true. Strictly seen it's not a Master protocol transaction, but combining Core functions, but an explicit data package to tag such a transaction for easier identification by transaction explorers would be great. In this context: OmniLayer/spec#298 |
Thinking a bit more -- the current STO MP command does not actually "send" anything to the actual owners (no blockchain entry for those destination addresses). |
Just clarifying here - a bitcoin STO has absolutely nothing to do the the As such, the Q stands as should this be a Omni Protocol function? I actually think it will be useful for integrators, but agree on On Sat, Jan 3, 2015 at 8:29 AM, Michael [email protected] wrote:
|
This seems almost redundant to
sendmany
and one may just create a list of owners and create the transaction via some other means, but since an explicit call would be much easier, I suggest to implement a "send to owners" RPC call for bitcoin.I'll sign up for this task, but I'm not sure, if I get this ready within the next days due to xmas.
Related: #261
The text was updated successfully, but these errors were encountered: