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

    Interface NewCommandArgs

    Arguments for the new command.

    Corresponds to Rust CommandArgs

    interface NewCommandArgs {
        path: string;
        seed?: ProvenanceSeed;
        resolution: Resolution;
        comment: string;
        date?: Date;
        quiet: boolean;
        format: OutputFormat;
        info: InfoArgs;
    }
    Index

    Properties

    path: string

    Path to directory to be created. Must not already exist.

    seed?: ProvenanceSeed

    A seed to use for the provenance mark chain, encoded as base64.

    resolution: Resolution

    The resolution of the provenance mark chain.

    comment: string

    A comment to be included for the genesis mark.

    date?: Date

    The date of the genesis mark. If not supplied, the current date is used.

    quiet: boolean

    Suppress informational status output on stderr/stdout.

    format: OutputFormat

    Output format for the creation summary.

    info: InfoArgs

    Info args for the mark.