Skip to main content

PPubKey

A bytestring of length 28 representing a public key.

Definition:

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

export const PPubKey = palias( bs );

aliased type: TermBS