Calculates the SHA256 hash of the given value.
import { sha256 } from "thirdweb/utils";const hash = sha256("0x1234");
The SHA256 hash of the value in the specified format.