Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EIP712DomainType = []Type{ { Name: "name", Type: "string", }, { Name: "version", Type: "string", }, { Name: "chainId", Type: "uint256", }, }
EIP712DomainType is the type description for the EIP712 Domain
Functions ¶
func EncodeForSigning ¶
EncodeForSigning encodes the hash that will be signed for the given EIP712 data
Types ¶
type TypedDataDomain ¶
type TypedDataDomain = apitypes.TypedDataDomain
type TypedDataMessage ¶
type TypedDataMessage = apitypes.TypedDataMessage
Click to show internal directories.
Click to hide internal directories.