Read
Resolve URIs
Last updated
Was this helpful?
Resolve URIs
Last updated
Was this helpful?
The Read Control Plane is the interface responsible for resolving a to its Verifiable Credential.
The Read Plane implements one method: get
The get
method takes in a and resolves it to a Verifiable Credential.
If a plugin implementing get is unable to resolve a URI, it should return undefined, allowing other plugins to take a crack at resolving that URI. If no plugins are able to resolve the URI, the LearnCard will return undefined
.