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

    Interface CommandArgs

    Command arguments for the edge find command.

    interface CommandArgs {
        isA?: string;
        source?: string;
        target?: string;
        subject?: string;
        envelope?: string;
    }
    Index

    Properties

    isA?: string
    source?: string
    target?: string
    subject?: string
    envelope?: string