@blockchaincommons/xid - v1.0.0-beta.3
    Preparing search index...

    Interface ServiceInput

    What Service.from takes besides the URI.

    interface ServiceInput {
        capability?: string;
        name?: string;
        keyReferences?: Iterable<Reference, any, any>;
        delegateReferences?: Iterable<Reference, any, any>;
        permissions?: Permissions;
    }
    Index
    capability?: string

    The capability (addCapability).

    name?: string

    The name (setName).

    keyReferences?: Iterable<Reference, any, any>

    The keys the service is reached through, by reference.

    delegateReferences?: Iterable<Reference, any, any>

    The delegates the service is reached through, by reference.

    permissions?: Permissions

    The permissions; empty unless given.