MCPcopy Index your code
hub / github.com/cardstack/cardstack / EncodeOptions

Interface EncodeOptions

packages/did-resolver/index.ts:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53interface EncodeOptions {
54 type: CardstackIdentifierType;
55 version?: number;
56 uniqueId?: string;
57}
58
59export function encodeDID(opts: EncodeOptions): string {
60 return new CardstackIdentifier(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected