CreateSignature
Creates and optionally executes cryptographic signatures for blockchain messages and structured data.
Supported signature types:
Message signing:\ Plain text message signing using personal_sign method
EIP-712:\ Ethereum typed structured data signing for improved security and usability
void CreateSignature(const FVyUserAuth& SigningMethod, const FVyCreateSignatureRequest& Params, const FVyOnCreateSignatureComplete& OnComplete) const;Parameters
SigningMethod
FVyUserAuth
The Id and Value of one of the user's registered signing-methods
OnComplete
FVyOnCreateSignatureComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnCreateSignatureComplete) Contains a FVyCreateSignatureOneOf response type
Last updated