Versions in this module Expand all Collapse all v0 v0.1.0 Jan 11, 2023 Changes in this version + const DIDMethodIon + const DIDMethodKey + const Ed25519VerificationKey2018 + const JSONWebKey2020 + type Creator struct + func NewCreator(keyWriter api.KeyWriter, keyReader api.KeyReader) (*Creator, error) + func NewCreatorWithKeyReader(keyReader api.KeyReader) (*Creator, error) + func NewCreatorWithKeyWriter(keyWriter api.KeyWriter) (*Creator, error) + func (d *Creator) Create(method string, createDIDOpts *api.CreateDIDOpts) (*did.DocResolution, error)