encodeHex abstract method

String encodeHex({
  1. bool hash = true,
})

Encodes the data into a hex according to EIP-712. hashing encoded type bytes using QuickCrypto.keccack256Hash

Implementation

String encodeHex({bool hash = true});