Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrAddressesDoesNotMatch = func(expected, recovered common.Address) error { return fmt.Errorf("addresses does not match, expected(%s) recovered(%s)", expected.Hex(), recovered.Hex()) } ErrInvalidSignature = errors.New("invalid signature") ErrEthInvalidSignature = errors.New("invalid ethereum signature") )
Functions ¶
func RecoverEthereumAddress ¶ added in v0.72.0
func VerifyEthereumSignature ¶
func VerifyVegaSignature ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.