getLogo

getLogo is a method on the ANT class that retrieves the transaction ID (TX ID) of the ANT's logo. This method is particularly useful when working with ANT versioning functionality, as logos can be updated with new versions.

getLogo does not require authentication.

Examples

getLogo

const logoTxId = await ant.getLogo();

Parameters

The getLogo method does not accept any parameters.

Output

Sie_26dvgyok0PZD_-iQAFOhOd5YxDTkczOLoqTTL_A

Was this page helpful?