OBJECT

CreateEthPersonalSignResponse

link GraphQL Schema definition

  • type CreateEthPersonalSignResponse {
  • # The unique identifier for the ethereum personal sign request (null if
  • # sendToDevicesForSigning is false)
  • requestId: String
  • # The details of message data to be signed
  • signData: EthPersonalSignData
  • }

link Require by