ConfirmSignature
Confirms a saved signature request and prepares it for execution by updating its status from SAVED to READY.
Process flow:
Validates the saved signature request parameters
For transaction signatures:\ Calculates and populates gas fees, nonce, and other required fields
Updates status to READY, making it available for signing
Sets expiration time for the confirmed request
void ConfirmSignature(FString Id, const FVyConfirmSignatureRequest& Params, const FVyOnConfirmSignatureComplete& OnComplete) const;Parameters
Id
FString
The UUID of the signature request to mark as READY
OnComplete
FVyOnConfirmSignatureComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnConfirmSignatureComplete) Contains a FVySignatureInfoDto response type
Last updated