method BaseMandate.prototype.sha256Hash
BaseMandate.prototype.sha256Hash(data: string): string

Generate SHA-256 hash using @noble/hashes

Parameters

data: string

Return Type

string

Usage

import { BaseMandate } from ".";