wallet
Get the current user's wallet.
const mirrorworld = new MirrorWorld(/* ... */)const wallet: Wallet = mirrorworld.walletexport interface Wallet { eth_address: string; sol_address: string;}
Edit this page on GitHub
Language:
wallet
Get the current user's wallet.
const mirrorworld = new MirrorWorld(/* ... */)const wallet: Wallet = mirrorworld.walletexport interface Wallet { eth_address: string; sol_address: string;}
Edit this page on GitHub
Home
Integration
Guides
API Reference
Changelog