SignSignature (ById)

Executes a confirmed signature request by performing the cryptographic signing operation. It returns the completed signature in the appropriate format.

Prerequisites:

  • Signature request must be in READY status (use confirm endpoint first)

void SignSignatureById_SubmittedAndSignedTransactionSignature(FString Id, const FVyUserAuth& SigningMethod, const FVySignSignatureById_SubmittedAndSignedTransactionSignatureRequest& Params, const FVyOnSignSignatureById_SubmittedAndSignedTransactionSignatureComplete& OnComplete) const;

Parameters

Id

FString

UUID of the signature request to execute

SigningMethod

FVyUserAuth

The Id and Value of one of the user's registered signing-methods

Params

FVySignSignatureById_SubmittedAndSignedTransactionSignatureRequest

Parameters for this operation (FVySignSignatureById_SubmittedAndSignedTransactionSignatureRequest)

OnComplete

FVyOnSignSignatureById_SubmittedAndSignedTransactionSignatureComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnSignSignatureById_SubmittedAndSignedTransactionSignatureComplete) Contains a FVySubmittedAndSignedTransactionSignatureDto response type

Last updated