hashgraph / hedera-sdk-reference

Hedera SDK specification repository.
Apache License 2.0
5 stars 1 forks source link

Add doc reference for `TokenAssociateTransaction` #116

Open deyanzz opened 1 year ago

deyanzz commented 1 year ago

Problem

SDK reference document for class TokenAssociateTransaction is missing.

Found during PR #395.

Sample implementation could be found in the Hedera C++ SDK:

Solution

To add proper documentation for class TokenAssociateTransaction.

Alternatives

N/A