Skip to main content
Verifies that a PCZT matches the original transaction request before signing. Important security check when the PCZT was handled by a third party.

Signature

Parameters

pczt
Pczt
required
The PCZT to verify
payments
Payment[]
required
Original payments (same as passed to propose_transaction)
expected_change
ExpectedTxOut[]
required
Expected change outputs

Example

When to Use

  • PCZT came from another system
  • Hardware wallet workflow
  • Multi-party transaction construction
May be skipped when you created the PCZT yourself.

See Also