GetSignatureInfo (ById)
Retrieves a signature request by its unique identifier, including current status, metadata, and signing details.
Returns information about:
Current signature request status (SAVED, READY, SIGNED, EXPIRED, CANCELED)
Original request parameters and data
Timestamps (created, expires, signed)
Signature results (if completed)
Associated wallet and blockchain network details
void GetSignatureInfoById(FString Id, const FVyOnGetSignatureInfoByIdComplete& OnComplete) const;Parameters
Id
FString
UUID of the signature request to retrieve
OnComplete
FVyOnGetSignatureInfoByIdComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnGetSignatureInfoByIdComplete) Contains a FVySignatureInfoDto response type
Last updated