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:
walletGet 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