Simplify example code by passing around BlockchainConfig objects rather than individual pieces of configuration as many parameters. This also means code is more extensible, as more configuration can be put into blockchain configuration objects without needing to change code in dozens of files.
Add ability to determine WS URI from MessagingManagerInterface. This is in preparation for Java SDK supporting event relay.
Simplify example code by passing around BlockchainConfig objects rather than individual pieces of configuration as many parameters. This also means code is more extensible, as more configuration can be put into blockchain configuration objects without needing to change code in dozens of files.
Add ability to determine WS URI from MessagingManagerInterface. This is in preparation for Java SDK supporting event relay.