Skip to main content

PDatumHash

Represents a hash of a datum (piece of data associated with a transaction output), allowing the script to reference and verify the datum efficiently

Definition:

import { palias } from "../../../PTypes/PAlias/palias";
import { bs } from "../../../type_system/types";

export const PDatumHash = palias( bs );

aliased type: TermBS