Gets the raw, unvalidated list of tokens in the SPL token registry
Last updated 3 years ago
(async() => { let token_list = await SOLPay.tokens.getRawUnvalidatedList(); // {"tokens": [...]} })();
object ({"tokens": [...]}) - the list of tokens (see for format)
{"tokens": [...]}