TypedData
The TypedData
type provides the generated EIP-712 spec Typed Data information.
type TypedData {
id: ID!
chainID: ChainID!
sender: AddressEVM!
data: String!
nonce: Int!
}
Fields
id
(ID
)
id
the Typed Data ID.
chainID
(ChainID
)
chainID
the chain id of the network.
sender
(AddressEVM
)
sender
the sender's address.
data
(String
)
data
the Typed Data message.
nonce
(Int
)
nonce
the nonce of the sender.