SignSignature
The signatures endpoint supports the EIP-712 standard, Ethereum typed structured data hashing and signing. This EIP aims to improve the usability of off-chain message signing for use on-chain.
Parameters
reqParams | Request data for the operation | |
signingMethod | This operation requires a valid Signing-Method from the corresponding user |
Returns
VyTask<VySignatureBase> Signature created and signed successfully.
Relevant Functions
Last updated