TypeAlias.Signer
type Signer = {
apiKey?: string | null;
commitmentKey?: string | null;
createdAt: string;
id: string;
mcpConfig: | {
mcpServers: {
agent-wallet: {
args: string[];
command: string;
env: {
KEYBAN_API_KEY: string;
KEYBAN_APP_ID: string;
KEYBAN_INVITE_KEY: string;
KEYBAN_NETWORK: string;
KEYBAN_WALLET_ADDRESS: string;
};
};
};
}
| null;
name: string;
status: "active" | "failed" | "pending" | "ready" | "deleting";
type: "agentic";
updatedAt: string;
};
Type Declaration
| Name | Type |
|---|---|
apiKey? | string |
commitmentKey? | string |
createdAt | string |
id | string |
mcpConfig | |
name | string |
status | "active" |
type | "agentic" |
updatedAt | string |