Skip to main content

CreateEthSignTypedDataResponse

No description

type CreateEthSignTypedDataResponse {
requestId: String
signData: EthSignTypedData
}

Fields

CreateEthSignTypedDataResponse.requestId ● String scalar

The unique identifier for the ethereum personal sign request (null if sendToDevicesForSigning is false)

CreateEthSignTypedDataResponse.signData ● EthSignTypedData object

The details of message data to be signed

Returned By

createEthSignTypedData mutation