LoginVerifyInput
The LoginVerifyInput input type specifies the Typed Data message parameters along with it's signature.
input LoginVerifyInput {
domain: String!
address: AddressEVM!
chainID: ChainID!
signature: String!
}
Fields
domain (String)
domain the domain of the app.
address (AddressEVM)
address the address of the user.
chainID (ChainID)
chainID the chain ID of the network.
signature (String)
signature the signature of the message.