static Uint8List hashStruct( TypedData typedData, String primaryType, dynamic data) { return keccak256(encodeData(typedData, primaryType, data)); }