@orangecheck/wallet-adapter / SignOptions
Interface: SignOptions
Defined in: types.ts:35
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-address"></a> address | string | Bitcoin address the caller expects to sign under. Not all wallets use this (UniSat ignores it), but some (Xverse, Leather) require it in their API. | types.ts:40 |
<a id="property-manualprompt"></a> manualPrompt? | string | Prompt text for the manual adapter. Shown alongside the message so the user knows what they're signing. | types.ts:45 |