API Reference for TUWA Satellite headless wallet connectivity and session state management.
unwrapUiWalletHandles()
unwrapUiWalletHandles(
uiWallet,uiAccount):object
Defined in: packages/satellite-solana/src/utils/connectionUtils.ts:24
Extracts raw Wallet Standard objects from UI handles. This is necessary to access actual feature implementations like signMessage.
Parameters
uiWallet
UiWallet
The UI wallet handle
uiAccount
UiWalletAccount
The UI wallet account handle
Returns
object
The raw underlying Wallet Standard objects, or the original handles if extraction fails
account
account:
WalletAccount|UiWalletAccount
wallet
wallet:
Wallet|UiWallet
Last updated on