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

    Interface CommandArgs

    Command arguments for the delegate find command.

    interface CommandArgs {
        delegate: string;
        envelope?: string;
    }
    Index

    Properties

    Properties

    delegate: string
    envelope?: string