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

    Command arguments for the add envelope command.

    interface CommandArgs {
        assertion: string;
        salted: boolean;
        envelope?: string;
    }
    Index

    Properties

    assertion: string

    The assertion to add (must be a single envelope containing the entire assertion)

    salted: boolean

    Whether to add salt to the assertion

    envelope?: string

    The envelope to add the assertion to