tokens
Get current user tokens.
const mirrorworld = new MirrorWorld(/* ... */)const tokens: ISolanaToken[] = mirrorworld.tokensexport interface ISolanaToken { ata: string; mint: string; amount: string;}
Edit this page on GitHub
Language:
tokens
Get current user tokens.
const mirrorworld = new MirrorWorld(/* ... */)const tokens: ISolanaToken[] = mirrorworld.tokensexport interface ISolanaToken { ata: string; mint: string; amount: string;}
Edit this page on GitHub
Home
Integration
Guides
API Reference