Skip to main content

Usage

Show the user's wallet view. If the user is not authenticated, show the login / sign up modal instead.

The user may log in via this view, if they are not logged in already.

import { Marble } from "marble-sdk";

const marble = new Marble();
const response = await marble.api.showWalletView();

Return value

This method's return type is similar to loginWithEmailPassword:

{
loginState: "SUCCESS" | "FAILURE" | "ABANDONED",
}