Properties

Properties for the Wander Connect SDK

authInfo: AuthInfo

Contains the current authentication state of the SDK, and it is initialized with cached data in order to show as soon as possible the non-auth or the loading auth UIs.

routeConfig: RouteConfig | null

Current route configuration including dimensions and layout preferences.

backupInfo: BackupInfo | null

User's current backup information.

balanceInfo: BalanceInfo | null

User's current balance information.

pendingRequests: number

Number of pending requests awaiting user action.

isOpen: boolean

Indicates whether the wallet interface is currently open/visible.

width: number | undefined

Current width of the wallet interface in pixels.

height: number | undefined

Current height of the wallet interface in pixels.

Last updated

Was this helpful?