eip-712
Version:
Tiny library with utility functions that can help with signing and verifying EIP-712 based messages
38 lines (37 loc) • 489 B
JSON
{
"valid": [
"address",
"bool",
"bytes",
"bytes1",
"bytes16",
"bytes32",
"int8",
"int128",
"int256",
"string",
"uint8",
"uint128",
"uint256",
"Mail",
"Person",
"EIP712Domain",
"address[]",
"address[1]",
"address[100]"
],
"invalid": [
"bytes0",
"bytes33",
"foo bar",
"int",
"int0",
"int123",
"int264",
"uint",
"uint0",
"uint123",
"uint264",
"SomeStruct"
]
}