getTokens
Get's the current user's tokens.
_8const tokens = await mirrorworld.getTokens()_8_8// Returns ISolanaToken array_8export interface ISolanaToken {_8 ata: string;_8 mint: string;_8 amount: string;_8}
Edit this page on GitHub