Github
Preparing search index...
The search index is not available
Documentation
Documentation
iso-did
core
DIDCore
Class DIDCore
DID Core
Implements
Hierarchy (
View Summary
)
DIDCore
DIDKey
Index
Constructors
constructor
Properties
did
did
Url
fragment
id
method
path
query
Methods
to
String
from
String
Constructors
constructor
new
DIDCore
(
parsed
:
DIDURLObject
)
:
DIDCore
Parameters
parsed
:
DIDURLObject
Returns
DIDCore
Properties
did
did
:
`
did:
${
string
}
:
${
string
}
`
did
Url
didUrl
:
string
fragment
fragment
:
undefined
|
string
id
id
:
string
method
method
:
string
path
path
:
undefined
|
string
query
query
:
undefined
|
string
Methods
to
String
toString
()
:
string
Returns a string representation of an object.
Returns
string
Static
from
String
fromString
(
did
:
string
)
:
DIDCore
Create a DIDCore from a DID string
Parameters
did
:
string
Returns
DIDCore
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
did
did
Url
fragment
id
method
path
query
Methods
to
String
from
String
Github
Documentation
Loading...
DID Core
Implements