Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

added sendRawTransaction #1405

Merged
merged 2 commits into from
Jan 23, 2020
Merged

added sendRawTransaction #1405

merged 2 commits into from
Jan 23, 2020

Conversation

LianaHus
Copy link
Collaborator

No description provided.

* @param {Function} callback - callback.
*/
sendRawTransaction (to, data, confirmationCb, continueCb, promptCb, callback) {
this.runTx({to, data, useCall: false}, confirmationCb, continueCb, promptCb, (error, txResult) => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should value field also be there?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Collaborator

Choose a reason for hiding this comment

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

ok

@yann300 yann300 merged commit 30d61a1 into master Jan 23, 2020
@yann300 yann300 deleted the sendRawTransaction branch January 23, 2020 10:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants