@orangecheck/wallet-adapter / WalletInfo
Interface: WalletInfo
Defined in: types.ts:19
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-detected"></a> detected | boolean | true when the wallet's browser extension is detected on window. | types.ts:26 |
<a id="property-id"></a> id | WalletId | - | types.ts:20 |
<a id="property-installurl"></a> installUrl? | string | Home page for install prompts. | types.ts:24 |
<a id="property-ismanual"></a> isManual? | boolean | For the manual adapter, always true — it's the always-available fallback for Sparrow / Bitcoin Core / hardware wallets that don't expose a browser API. The UI prompts the user to paste a signature. | types.ts:32 |
<a id="property-name"></a> name | string | Human-readable name for UI. | types.ts:22 |