Properties
Properties for the Wander Connect SDK
authInfo: AuthInfo
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
routeConfig: RouteConfig | null
Current route configuration including dimensions and layout preferences.
backupInfo: BackupInfo | null
backupInfo: BackupInfo | null
User's current backup information.
balanceInfo: BalanceInfo | null
balanceInfo: BalanceInfo | null
User's current balance information.
pendingRequests: number
pendingRequests: number
Number of pending requests awaiting user action.
isOpen: boolean
isOpen: boolean
Indicates whether the wallet interface is currently open/visible.
width: number | undefined
width: number | undefined
Current width of the wallet interface in pixels.
height: number | undefined
height: number | undefined
Current height of the wallet interface in pixels.
Last updated
Was this helpful?