repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| /** |
| #2 | * Social Client Factory |
| #3 | * |
| #4 | * Creates a SocialClient for the automaton runtime. |
| #5 | * Self-contained: uses viem for signing and fetch for HTTP. |
| #6 | */ |
| #7 | import { type PrivateKeyAccount } from "viem"; |
| #8 | import type { SocialClientInterface } from "../types.js"; |
| #9 | /** |
| #10 | * Create a SocialClient wired to the agent's wallet. |
| #11 | */ |
| #12 | export declare function createSocialClient(relayUrl: string, account: PrivateKeyAccount): SocialClientInterface; |
| #13 | //# sourceMappingURL=client.d.ts.map |