wallet
Get the current user's wallet.
_7const mirrorworld = new MirrorWorld(/* ... */)_7const wallet: Wallet = mirrorworld.wallet_7_7export interface Wallet {_7 eth_address: string;_7 sol_address: string;_7}
Edit this page on GitHub