Skip to main content

MessageAddressInput

No description

input MessageAddressInput {
message: String!
address: String!
version: String
}

Fields

MessageAddressInput.message ● String! non-null scalar

The message string to be signed

MessageAddressInput.address ● String! non-null scalar

The address of the public key pair from which the message will be signed from

MessageAddressInput.version ● String scalar

Version of the eth_signedtyped_data. defaults to "V3". format is currently "V3" or "V4"

Member Of

CreateEthPersonalSignInput input ● CreateEthSignTypedDataInput input