Gets information about tokens owned by the SparkWallet.
Method Signature
async getTokenInfo(): Promise<TokenInfo[]>
Returns
Array of token information objects
Example
const tokenInfo = await wallet.getTokenInfo();
console.log("Token Info:", tokenInfo);