func ECDSAValidateRaw(ecdsaPubBytes []byte, messageHash []byte, signature []byte) bool { return ethCrypto.VerifySignature(ecdsaPubBytes, messageHash, signature) }
(str string, pubKey *common.Point, signature []byte)
source not stored for this graph (policy: none)