MCPcopy Create free account
hub / github.com/Eversmile12/sharedcontext / ResolvedIdentity

Interface ResolvedIdentity

src/cli/util.ts:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29export interface ResolvedIdentity {
30 encryptionKey: Uint8Array;
31 identityKey: Uint8Array;
32 walletAddress: string;
33}
34
35export function resolveIdentity(passphrase: string): ResolvedIdentity {
36 const encryptionKey = loadKey(passphrase);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected