Concordium / concordium-node-sdk-js

TypeScript SDK for using the Concordium blockchain
http://developer.concordium.software/concordium-node-sdk-js/
Apache License 2.0
20 stars 17 forks source link

Add doc comments to all public code in modules #210

Open soerenbf opened 1 year ago

soerenbf commented 1 year ago

To give developers a better idea of the what types they're working with do, it would be good to have documentation in the form of doc comments to everything we export from the different modules.

soerenbf commented 1 year ago

If we can prioritize implementing #212, we could eliminate the need to document many of the custom types added for gRPC v1 compatibility

rasmus-kirk commented 11 months ago

Also document the GRPC errors from here:

https://github.com/Concordium/concordium-node/blob/main/concordium-node/src/grpc2.rs