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

Added function to send raw transaction #13

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Nathanwoodburn
Copy link

This function is required to send batches from a ledger.

Syntax:

hsd-ledger sendraw <batch> <names>

batch is the json output from the createbatch method of HSD
names is a array of all the names in the batch. This is needed to create the hash from the names to then convert hash -> name
For example names could be

["test1","test2"]

This allows sending batched transactions

sendraw: Removed testing comment
@Nathanwoodburn
Copy link
Author

Squashed two commits to cleanup commit history

@Nathanwoodburn
Copy link
Author

It looks like OPEN doesn't work but I don't know why yet. It could also be my test playing up

@Nathanwoodburn
Copy link
Author

@pinheadmz can we get this merged sometime

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.

1 participant