Skip to content

Feature/rpc sendmany from#614

Closed
Ashuaidehao wants to merge 6 commits intoneo-project:masterfrom
Ashuaidehao:feature/rpc_sendmany_from
Closed

Feature/rpc sendmany from#614
Ashuaidehao wants to merge 6 commits intoneo-project:masterfrom
Ashuaidehao:feature/rpc_sendmany_from

Conversation

@Ashuaidehao
Copy link
Copy Markdown
Contributor

  1. Add 2 RPC functions, sendmanyfrom and importkey.

return context.ToJson();
}
}
case "sendmanyfrom":
Copy link
Copy Markdown
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
Copy Markdown
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