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

    Command arguments for the add components command.

    interface CommandArgs {
        vendor: string;
        conformsTo?: string;
        payload: string;
        envelope?: string;
    }
    Index

    Properties

    vendor: string

    The vendor of the attachment. Usually a reverse domain name.

    conformsTo?: string

    An optional conforms-to value of the attachment. Usually a URI.

    payload: string

    The payload of the attachment. Entirely defined by the vendor.

    envelope?: string

    The envelope to add the attachment to