Skip to content
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

Feature/rpc sendmany from #614

Closed
wants to merge 6 commits into from
Closed

Feature/rpc sendmany from #614

wants to merge 6 commits into from

Conversation

Ashuaidehao
Copy link
Contributor

  1. Add 2 RPC functions, sendmanyfrom and importkey.

@@ -511,6 +549,50 @@ private JObject Process(string method, JArray _params)
return context.ToJson();
}
}
case "sendmanyfrom":
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure this really belongs or is needed in the core RPC methods. It is easy enough to formulate the transaction outside and just call sendrawtransaction.

@erikzhang
Copy link
Member

I will move all the wallet-related RPCs to the plugin.

@erikzhang erikzhang closed this Mar 5, 2019
Thacryba pushed a commit to simplitech/neo that referenced this pull request Feb 17, 2020
* 2.9.0

* updates for 2.9.0

* Update v2.9.0.md (neo-project#610)

Adjustment for instruction of getting nep-5 applicationlog.

* Update invokescript.md (neo-project#613)

Add tx

* Update invokefunction.md (neo-project#612)

Add tx for response.

* Create getwalletheight (neo-project#611)

Add getwalletheight api.

* updates for 2.9.0

* minor updates

* Update setup.md (neo-project#617)

Add introduction of Plugins.

* Update v2.9.0.md (neo-project#615)

Add introduction for setting config.json

* final updates

* Update v2.9.0.md (neo-project#618)

Add notes for install plugins.

* plugin related
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants