web-ledger-client
Advanced tools
Changelog
3.0.0 - 2019-04-10
strictSSL
parameter has been removed from the constructor.
In order to disable strict SSL in Node, one must use the httpsAgent
parameter to the constructor to pass in a properly configured Node
https.Agent
instance. Example: const httpsAgent = new https.Agent({rejectUnauthorized: false});
Changelog
2.1.0 - 2019-04-09
getServiceEndpoint
API.getTargetNode
API.Changelog
2.0.0 - 2019-02-20
Changelog
1.0.0 - 2018-11-08