eip712

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2025 License: Apache-2.0 Imports: 10 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExtractSigAndData

func ExtractSigAndData(raw string) (common.Address, apitypes.TypedData, []byte, error)

func HashEIP712Message

func HashEIP712Message(data apitypes.TypedData) ([]byte, error)

Implement the hashing function based on EIP-712 requirements

func SignMessage

func SignMessage(hash []byte, privateKey *ecdsa.PrivateKey) ([]byte, error)

Types

type SigAndData

type SigAndData struct {
	Signature string `json:"signature"`
	TypedData string `json:"typedData"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL