For the complete documentation index, see llms.txt. This page is also available as Markdown.

CreateSignature

Description

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

public static VyTask<VySavedOrReadySignatureResponse> CreateSignature(VyCreateSignatureRequest reqParams, VyUserAuth signingMethod)

Parameters

reqParams

Request data for the operation

signingMethod

VyUserAuth

This operation requires a valid Signing-Method from the corresponding user

Returns

VyTask<VySavedOrReadySignatureResponse> Signature created and signed successfully.

Last updated