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
required
The PCZT to verify
Payment[]
required
Original payments (same as passed to propose_transaction)
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