handshake-org / hsd-ledger

Javascript client library for the Handshake Ledger application
Other
18 stars 7 forks source link

Added function to send raw transaction #13

Open Nathanwoodburn opened 1 year ago

Nathanwoodburn commented 1 year ago

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"]
Nathanwoodburn commented 1 year ago

Squashed two commits to cleanup commit history

Nathanwoodburn commented 1 year ago

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

Nathanwoodburn commented 9 months ago

@pinheadmz can we get this merged sometime