verze-app / solana-php-sdk

Simple PHP SDK for Solana JSON RPC endpoints
MIT License
88 stars 45 forks source link

How to get owner of a token #27

Closed MattiaLeoni closed 2 years ago

MattiaLeoni commented 2 years ago

Hello, I used the function getTokenLargestAccounts to get the Token account (address), but from here i would like to get the owner wallet. Is there a way I can accomplish that?

Thank you