Interface MobileWalletOpts

The options for the Mobile Wallet

interface MobileWalletOpts {
    openInBrowser?: boolean;
}

Properties

Properties

openInBrowser?: boolean

If true in browser environment, the method calls will try to open the deep link. If set to false, the methods just return the generated deeplink. In NodeJS this flag will be ignored