@blockchaincommons/envelope - v1.0.0-beta.4
    Preparing search index...

    Variable DigestDisplayFormatConst

    DigestDisplayFormat: { Short: "short"; Full: "full"; UR: "ur" } = ...

    Specifies the format for displaying envelope digests in tree output.

    Type Declaration

    • ReadonlyShort: "short"

      Short format: hex-encoded first 4 bytes of the digest (8 chars), matching the reference Digest::short_description. This is the default format.

    • ReadonlyFull: "full"

      Full format: complete 64 hex character digest.

    • ReadonlyUR: "ur"

      UR format: digest encoded as a UR string.