@did-btc1/method
    Preparing search index...

    Interface BeaconService

    interface BeaconService {
        casType?: string;
        serviceEndpoint: DidServiceEndpoint;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    casType?: string
    serviceEndpoint: DidServiceEndpoint

    A URI that can be used to interact with the DID service.

    The value of the serviceEndpoint property MUST be a string, an object containing key/value pairs, or an array composed of strings or objects. All string values MUST be valid URIs conforming to RFC3986.