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

    Interface CommandArgs

    Command arguments for the walk command.

    interface CommandArgs {
        target: string[];
        envelope?: string;
        command?: WalkSubcommand;
    }
    Index

    Properties

    target: string[]

    Optional target digests to filter nodes

    envelope?: string

    The envelope to walk

    command?: WalkSubcommand

    The subcommand to execute