Gets the tags from the SPL token registry
Last updated 3 years ago
(async() => { let token_tags = await SOLPay.tokens.getTags(); // {"tags": {...}} })();
object ({"tags": {...}}) - the token tags (see for format)
{"tags": {...}}