Skip to content

Commit

Permalink
revert: undeprecate TokenRelationship.symbol (#1857)
Browse files Browse the repository at this point in the history
This reverts commit d64dd12.

Signed-off-by: Nikita Lebedev <[email protected]>
  • Loading branch information
thenswan authored Jun 11, 2024
1 parent 61292e5 commit 264c0ab
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,7 @@ public class TokenRelationship {
public final TokenId tokenId;
/**
* The Symbol of the token
*
* @deprecated Not supported by consensus nodes (from hedera-services tag v0.50.x).
* Although the Mirror Node REST APIs still contain this feature, there is no straightforward way of integration,
* leading to this field being deprecated.
* Can be extracted from TokenInfo class.
*/
@Deprecated
public final String symbol;
/**
* For token of type FUNGIBLE_COMMON - the balance that the Account holds
Expand Down

0 comments on commit 264c0ab

Please sign in to comment.