Skip to main content
Signs a Bitcoin transaction with wallet keys.

Method Signature

Parameters

string
required
The transaction hex to sign
string
Key type to use: "identity", "deposit", or "auto-detect" (default: "auto-detect")

Returns

string
required
The signed transaction hex

Example