@did-btc1/method / BeaconService
Interface: BeaconService
Defined in: packages/method/src/interfaces/ibeacon.ts:61
Extends
DidService
Extended by
Indexable
[key
: string
]: any
Properties
casType?
> optional
casType: string
Defined in: packages/method/src/interfaces/ibeacon.ts:63
serviceEndpoint
> serviceEndpoint: DidServiceEndpoint
Defined in: packages/method/src/interfaces/ibeacon.ts:62
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.
Overrides
IDidService.serviceEndpoint