Versions in this module Expand all Collapse all v1 v1.0.2 Nov 7, 2022 Changes in this version + const ID + const Namespace + const Version + type Generator struct + func New() *Generator + func (g *Generator) CreateContentObject(payload *subject.Payload) (vocab.Document, error) + func (g *Generator) CreatePayload(doc vocab.Document, coreIndexURI *url.URL, anchors []*url.URL) (*subject.Payload, error) + func (g *Generator) ID() *url.URL + func (g *Generator) Namespace() string + func (g *Generator) ValidateAnchorCredential(vc *verifiable.Credential, originalContentBytes []byte) error + func (g *Generator) Version() uint64