Versions in this module Expand all Collapse all v1 v1.0.2 Nov 7, 2022 Changes in this version + type OakClient struct + func New(namespace string, cas common.CASReader, opts ...Option) (*OakClient, error) + func (c *OakClient) GetAnchorOrigin(cid, suffix string) (interface{}, error) + type Option func(opts *OakClient) + func WithCurrentProtocolVersion(version string) Option + func WithDisableProofCheck(disableProofCheck bool) Option + func WithJSONLDDocumentLoader(docLoader ld.DocumentLoader) Option + func WithProtocolVersions(versions []string) Option + func WithPublicKeyFetcher(pkf verifiable.PublicKeyFetcher) Option