PValidatorHash
Represents hash of a validator scripts, used to uniquely identify and reference these scripts.
Definition:
import { palias } from "../../../PTypes/PAlias/palias";
import { bs } from "../../../type_system/types";
export const PValidatorHash = palias( bs );
aliased type: TermBS