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

    Interface CommandArgs

    Command arguments for the create command.

    interface CommandArgs {
        vendor: string;
        conformsTo?: string;
        payload?: 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.