OBJECT

MessageAddress

link GraphQL Schema definition

  • type MessageAddress {
  • # The message string to be signed
  • message: String!
  • # The address from which the message will be signed from
  • address: String!
  • }