You are viewing a single comment's thread from:

RE: How to update your JS apps after HF25 | hive-js, hive-tx, dhive

in HiveDevs3 years ago

Only change is recurrent transfer for those wondering. At least from the last commit ^>^

hive.broadcast.recurrentTransfer(wif, from, to, amount, memo, recurrence, executions, extensions, function(err, result) {
  console.log(err, result);
});
Sort:  
 3 years ago (edited) 

And:

hive.broadcast.collateralizedConvert(wif, owner, requestid, amount, function(err, result) {
  console.log(err, result);
});

and + new parameter for updateProposal