Skip to content

v1.0.8 Release Notes - June 16, 2020

Latest

Choose a tag to compare

@jacobgershon jacobgershon released this 24 Jun 20:57

What's Changed in hstx-node-sdk v1.0.8

Change constructor's arguments of HSTx

  • peerNames, channelName, chaincodeName, orgName, userName is optional.
  • Using static function "instantWithNetworkConnection" to config blockchain network connection instead of.

Update functions

  • Remove calling invoke function in createSuperAdmin & createApproval functions
  • Return superAdmin Object as result of createSuperAdmin function
  • Return approval Object as result of createApproval function
  • Explain clientData & clientData structure