hashTypedDataV4 static method

Uint8List hashTypedDataV4(
  1. TypedMessage typedData
)

Implementation

static Uint8List hashTypedDataV4(TypedMessage typedData) {
  return hashTypedData(typedData, 'V4');
}