Documentation ¶
Index ¶
- Constants
- func NewDoc(publicKey []did.PublicKey, authentication []did.VerificationMethod, ...) (*did.Doc, error)
- type VDRI
- func (v *VDRI) Accept(method string) bool
- func (v *VDRI) Build(pubKey *vdriapi.PubKey, opts ...vdriapi.DocOpts) (*did.Doc, error)
- func (v *VDRI) Close() error
- func (v *VDRI) Get(id string) (*did.Doc, error)
- func (v *VDRI) Read(didID string, _ ...vdriapi.ResolveOpts) (*did.Doc, error)
- func (v *VDRI) Store(doc *did.Doc, by *[]vdriapi.ModifiedBy) error
Constants ¶
View Source
const (
// StoreNamespace store name space for DID Store.
StoreNamespace = "peer"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.