CodeChain-io / CodeChain-io/codechain-sdk-go
Hold pointer value if the object is nullable
Open
- Dominant language
- Go
- Stars
- 5
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Some elements of objects are nullable.
But current implementation has not considered this.
Since golang does not support nullable structs in default,
If the object is nullable, hold pointer value instead of the exact value.
We should check all the structs that are implemented.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.