Current section
Files
Jump to
Current section
Files
include/glethers@hash@typed_data_TypedDataDomain.hrl
-record(typed_data_domain, {
name :: gleam@option:option(binary()),
version :: gleam@option:option(binary()),
chain_id :: gleam@option:option(glethers@primitives@integer:uint256()),
verifying_contract :: gleam@option:option(glethers@address:address()),
salt :: gleam@option:option(glethers@primitives@bytes:bytes32())
}).