Current section
Files
Jump to
Current section
Files
include/gleeth@eip712_TypedData.hrl
-record(typed_data, {
types :: gleam@dict:dict(binary(), list(gleeth@eip712:typed_field())),
primary_type :: binary(),
domain :: gleeth@eip712:domain(),
message :: gleam@dict:dict(binary(), gleeth@eip712:typed_value())
}).