hashgraph / hashgraph/hedera-sdk-reference
Add doc reference for `TokenDeleteTransaction`
- Dominant language
- HTML
- Stars
- 7
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
### Problem
SDK reference document for `TokenDeleteTransaction` is missing.
Found during [PR #392](https://github.com/hashgraph/hedera-sdk-cpp/pull/392).
Sample implementation could be found in the [Hedera C++ SDK](https://github.com/hashgraph/hedera-sdk-cpp):
- TokenDeleteTransaction.h
- TokenDeleteTransaction.cc
For another reference could be used the [Java SDK](https://github.com/hashgraph/hedera-sdk-java) implementation:
- [TokenDeleteTransaction.java](https://github.com/hashgraph/hedera-sdk-java/blob/develop/sdk/src/main/java/com/hedera/hashgraph/sdk/TokenDeleteTransaction.java)
### Solution
To add proper documentation for `TokenDeleteTransaction`.
### Alternatives
N/A
Contributor guide
Assessment
This issue has not been assessed yet.