hashTypedDataV1 static method

Uint8List hashTypedDataV1(
  1. List<EIP712TypedData> typedData
)

Implementation

static Uint8List hashTypedDataV1(List<EIP712TypedData> typedData) {
  return typedSignatureHash(typedData);
}