Skip to main content
BETA
HomeIntegration BuilderAPI ReferenceGuidesChangelog
View Mirror World on Github
Join the Discord server

Language:

wallet

Get the current user's wallet.


const mirrorworld = new MirrorWorld(/* ... */)
const wallet: Wallet = mirrorworld.wallet
export interface Wallet {
eth_address: string;
sol_address: string;
}

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog