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

    Interface ServiceArgsLike

    Service arguments interface.

    interface ServiceArgsLike {
        name?: string;
        capability?: string;
        keys: string[];
        delegates: string[];
        permissions: XIDPrivilege[];
        uri?: string;
    }
    Index

    Properties

    name?: string

    Service name

    capability?: string

    Capability identifier

    keys: string[]

    Key references (public keys URs)

    delegates: string[]

    Delegate references (XID document URs)

    permissions: XIDPrivilege[]

    Permissions to grant

    uri?: string

    Service URI