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

    Interface KeyArgsLike

    Trait for commands that accept key arguments.

    interface KeyArgsLike {
        nickname: string;
        privateOpts: cmd.xid.PrivateOptions;
        endpoints: URI[];
        permissions: XIDPrivilege[];
        keys?: string;
    }
    Index

    Properties

    nickname: string

    A user-assigned name for the key

    privateOpts: cmd.xid.PrivateOptions

    Whether to include, omit, or elide private keys

    endpoints: URI[]

    Endpoint URIs for the key

    permissions: XIDPrivilege[]

    Permissions (privileges) to grant to the key

    keys?: string

    The key to process. If omitted, the key will be read from stdin.