Inputs shared by every escrow operation. All non-signer parties are
required because the program reconstructs the escrow_sig PDA from
them and bails if anything has been tampered with.
The six public builder methods all consume this shape and add only the
signer-vs-address distinction for the participants they need to sign
(sender / updateAuthority / releaseAuthority).
Inputs shared by every escrow operation. All non-signer parties are required because the program reconstructs the
escrow_sigPDA from them and bails if anything has been tampered with.The six public builder methods all consume this shape and add only the signer-vs-address distinction for the participants they need to sign (sender / updateAuthority / releaseAuthority).