Packages

Ethereum library for Gleam - JSON-RPC client, transaction signing, ABI encoding, and wallet management on the BEAM

Current section

Files

Jump to
gleeth include gleeth@eip712_TypedData.hrl
Raw

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())
}).