OBJECT

CreateEthSignTypedDataResponse

link GraphQL Schema definition

  • type CreateEthSignTypedDataResponse {
  • # 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: EthSignTypedData
  • }

link Require by