encode abstract method

List<int> encode({
  1. bool hash = true,
})

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

Implementation

List<int> encode({bool hash = true});