LoginGetMessageInput
The LoginGetMessageInput input type specifies the Typed Data message parameters.
input LoginGetMessageInput {
domain: String!
address: AddressEVM!
chainID: ChainID!
}
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.