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.
public signSignature(reqParams: VyBuildSignatureDto, signingMethod: VyUserAuth) : VyPromise<VySignatureBase>
Last updated