pub fn attach_approval_assertion(
signer: &Signer,
request: &mut ApprovalResponseRequest,
assertion: AssertedApproval,
)Expand description
Put assertion on request and sign it in place.
Whatever signature_hex assertion arrives with is irrelevant:
canonical_bytes clears the field before encoding, and the minted
signature then replaces it.