fabric-smart-client
fabric-smart-client copied to clipboard
Code review and cli APIs best practice
- remove any panic in FSC/FTS/FSCP APIs and return errors so that the APP doesn't close but get an error it can handle
- check any potential usage of nil pointer and raise error in case of nil pointer before using it