for kernal v2 there is a wrapping of the signature with eip6492 for signMessage method
|
return create6492Signature(isDeployed, signature) |
But for kernal v3, there was no wrapping but concat with kernelPluginManager.getIdentifier() hex
|
async signMessage({ message }) { |
What is the method used to verify the signature for kernal v3 signMessage ?