Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("did not found under given key")
ErrNotFound signals that the entry for the given DID and key is not present in the store.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store stores vc
func (*Store) GetVC ¶
func (s *Store) GetVC(vcID string) (*verifiable.Credential, error)
GetVC get verifiable credential
func (*Store) SaveVC ¶
func (s *Store) SaveVC(vc *verifiable.Credential) error
SaveVC save verifiable credential
Click to show internal directories.
Click to hide internal directories.