Type alias WalletModalOpened

WalletModalOpened: {
    closeReason: null;
    status: "opened";
}

Opened modal window state.

Type declaration

  • closeReason: null

    Always null for opened modal window.

  • status: "opened"

    Modal window status.

Generated using TypeDoc