How to use the info function from bunyan

Find comprehensive JavaScript bunyan.info code examples handpicked from public code repositorys.

216
217
218
219
220
221
222
223
224
225

  // // submit to blockchain
  let tx = {};
  tx = client.submitAndWait(signed.tx_blob)

  log.info({ hash: signed.hash }, "hash of the executed transaction");
  return signed.hash;
} catch (e) {
  throw new Error('Something went wrong when sigining the transaction')
}
fork icon0
star icon0
watch icon1

+ 2 other calls in file