/**
 * 32 byte digest encoded as a hex with `0x` prefix.
 */
export type TransactionHash = string;
