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

Method Signature

Parameters

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

Returns

signedTxHex
string
required
The signed transaction hex

Example