Preparing search index...
The search index is not available
Shogun SDK Documentation v1.0.0 - v1.0.0
Shogun SDK Documentation v1.0.0
DIDCreateOptions
Interface DIDCreateOptions
DID creation options
interface
DIDCreateOptions
{
controller
?:
string
;
document
?:
DIDDocument
;
network
?:
string
;
services
?:
{
endpoint
:
string
;
type
:
string
}
[]
;
}
Index
Properties
controller?
document?
network?
services?
Properties
Optional
controller
controller
?:
string
Optional
document
document
?:
DIDDocument
Optional
network
network
?:
string
Optional
services
services
?:
{
endpoint
:
string
;
type
:
string
}
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
controller
document
network
services
Shogun SDK Documentation v1.0.0 - v1.0.0
Loading...
DID creation options