Skip to main content

PPubKeyHash

A bytestring of length 28 representing the hash of a public key.

Definition:

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

export const PPubKeyHash = palias( bs );

aliased type: TermBS