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

    Interface CommandArgs

    Command arguments for the new command.

    interface CommandArgs {
        keys?: string;
        nickname: string;
        privateOpts: cmd.xid.newCmd.PrivateOptions;
        generatorOpts: cmd.xid.newCmd.GeneratorOptions;
        endpoints: string[];
        permissions: string[];
        password?: string;
        date?: string;
        info?: string;
    }
    Index

    Properties

    keys?: string

    The inception key (ur:crypto-prvkeys, ur:crypto-pubkeys, or ur:prvkeys)

    nickname: string

    Nickname for the key

    Private key options

    Generator options

    endpoints: string[]

    Endpoints for the key

    permissions: string[]

    Permissions for the key

    password?: string

    Password for encryption

    date?: string

    Date for genesis mark

    info?: string

    Additional info for genesis mark