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

    Interface PrintCommandArgs

    Arguments for the print command.

    Corresponds to Rust CommandArgs

    interface PrintCommandArgs {
        path: string;
        start: number;
        end?: number;
        format: OutputFormat;
    }
    Index

    Properties

    Properties

    path: string

    Path to the chain's directory. Must already exist.

    start: number

    The sequence number of the first mark to print.

    end?: number

    The sequence number of the last mark to print.

    format: OutputFormat

    Output format for the rendered marks.