OBJECT

EthPersonalSignData

link GraphQL Schema definition

  • type EthPersonalSignData {
  • # The message and address from which the message is signed from
  • messageAddress: MessageAddress!
  • # The HD wallet path within the BIP32 Wallet
  • hdWalletPath: HdWalletPath!
  • # The digest of the message
  • unverifiedDigestData: DigestData!
  • }