Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DIDCreator ¶
type DIDCreator struct {
// contains filtered or unexported fields
}
DIDCreator implements creation of new dids
func New ¶
func New(provider provider, opts ...Option) (*DIDCreator, error)
New return new instance of did creator
type Option ¶
type Option func(opts *DIDCreator)
Option configures the did creator
func WithCreatorKeyType ¶
WithCreatorKeyType allows for setting key type
func WithCreatorServiceEndpoint ¶
WithCreatorServiceEndpoint allows for setting service endpoint
func WithCreatorServiceType ¶
WithCreatorServiceType is service type for this creator
func WithDidMethod ¶
WithDidMethod adds did method implementation for creator
Click to show internal directories.
Click to hide internal directories.