BC-Envelope-CLI TypeScript Library - v1.0.0-alpha.16
    Preparing search index...

    Interface CommandArgs

    Command arguments for the digest command.

    interface CommandArgs {
        depth: Depth;
        hex: boolean;
        envelope?: string;
    }
    Index

    Properties

    Properties

    depth: Depth

    Depth of digest extraction

    hex: boolean

    Output as hex instead of UR

    envelope?: string

    The envelope to get digest from