Gordian Envelope TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Enumeration DigestDisplayFormat

    Specifies the format for displaying envelope digests in tree output.

    Ported from bc-envelope-rust/src/format/tree/format/digest.rs

    Index

    Enumeration Members

    Enumeration Members

    Short: "short"

    Short format: first 7 hex characters of the digest. This is the default format.

    Full: "full"

    Full format: complete 64 hex character digest.

    UR: "ur"

    UR format: digest encoded as a UR string.