Skip to main content

Usage

Show the fund wallet modal, if the user is logged in. This modal will display a third-party fiat on-ramp.

If the user is not logged in, this method will return an error.

import { Marble } from "marble-sdk";

const marble = new Marble();
await marble.api.showFundWalletModal();

Return value

null