CreateEthPersonalSignResponse
No description
type CreateEthPersonalSignResponse {
requestId: String
signData: EthPersonalSignData
}
Fields
CreateEthPersonalSignResponse.requestId ● String scalar
The unique identifier for the ethereum personal sign request (null if sendToDevicesForSigning is false)
CreateEthPersonalSignResponse.signData ● EthPersonalSignData object
The details of message data to be signed
Returned By
createEthPersonalSign mutation