INPUT_OBJECT

MessageAddressInput

link GraphQL Schema definition

  • input MessageAddressInput {
  • # The message string to be signed
  • message: String!
  • # The address from which the message will be signed from
  • address: String!
  • # Version of the eth_signedtyped_data. defaults to "V3". format is currently "V3"
  • # or "V4" Based on EIP712 https://eips.ethereum.org/EIPS/eip-712
  • version: String
  • }