hashgraph / hashgraph/hedera-sdk-reference

Add doc reference for `TokenCreateTransaction `

Open
#113 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
HTML
Stars
7
Forks
3
PR merge metrics
No merged PRs in 30d

Description

### Problem

SDK reference document for `TokenCreateTransaction` is missing.
Found during [PR #391](https://github.com/hashgraph/hedera-sdk-cpp/pull/391).
Sample implementation could be found in the [Hedera C++ SDK](https://github.com/hashgraph/hedera-sdk-cpp):
- [TokenCreateTransaction.h](https://github.com/hashgraph/hedera-sdk-cpp/blob/main/sdk/main/include/TokenCreateTransaction.h)
- [TokenCreateTransaction.cc](https://github.com/hashgraph/hedera-sdk-cpp/blob/main/sdk/main/src/TokenCreateTransaction.cc)

For another reference could be used the [Java SDK](https://github.com/hashgraph/hedera-sdk-java) implementation:

- [TokenCreateTransaction.java](https://github.com/hashgraph/hedera-sdk-java/blob/develop/sdk/src/main/java/com/hedera/hashgraph/sdk/TokenCreateTransaction.java)

### Solution

To add proper documentation for `TokenCreateTransaction`.

### Alternatives

N/A

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.