@did-btc1/method / BeaconServiceAddress
Interface: BeaconServiceAddress
Defined in: packages/method/src/interfaces/ibeacon.ts:66
Extends
Indexable
[key
: string
]: any
Properties
address
> address: string
Defined in: packages/method/src/interfaces/ibeacon.ts:67
casType?
> optional
casType: string
Defined in: packages/method/src/interfaces/ibeacon.ts:63
Inherited from
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.