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

    Interface CommandArgs

    Command arguments for the attachment add command.

    interface CommandArgs {
        attachment?: string;
        vendor?: string;
        payload?: string;
        conformsTo?: string;
        outputOpts: OutputOptions;
        passwordArgs: ReadWritePasswordArgs;
        verifyArgs: VerifyArgs;
        signingArgs: SigningArgs;
        envelope?: string;
    }
    Index

    Properties

    attachment?: string

    Pre-made attachment envelope

    vendor?: string

    Vendor string for constructing attachment

    payload?: string

    Payload data for constructing attachment

    conformsTo?: string

    Conforms-to URI

    outputOpts: OutputOptions
    passwordArgs: ReadWritePasswordArgs
    verifyArgs: VerifyArgs
    signingArgs: SigningArgs
    envelope?: string