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

    Interface CommandArgs

    Command arguments for the split command.

    interface CommandArgs {
        groupThreshold: number;
        groups: string[];
        key?: string;
        recipients: string[];
        envelope?: string;
    }
    Index

    Properties

    groupThreshold: number

    The number of groups that must meet their threshold (1-16)

    groups: string[]

    Group specifications (e.g., "2-of-3")

    key?: string

    The symmetric key to use for encryption

    recipients: string[]

    Public keys to also encrypt the message to

    envelope?: string

    The envelope to split