Skip to main content
The window.phantom.bitcoin provider has been deprecated.
Phantom supports signing transactions using the Partially Signed Bitcoin Transaction (PSBT) format. The signPSBT method takes in a serialized PSBT, and returns a serialized PSBT where the user’s inputs have been signed.
We recommend using bitcoinjs-lib for constructing and serializing PSBTs.