hashTypedDataV3 static method

Uint8List hashTypedDataV3(
  1. TypedMessage typedData
)

Implementation

static Uint8List hashTypedDataV3(TypedMessage typedData) {
  return hashTypedData(typedData, 'V3');
}