@coinbase/agentkit
Version:
Coinbase AgentKit core primitives
9 lines (8 loc) • 326 B
TypeScript
import { SuperfluidAccountResponse } from "./types";
/**
* Gets the current account outflows for the user
*
* @param userId - The user id of the account
* @returns The data on the current streams from the agent
*/
export declare function getAccountOutflow(userId: string): Promise<SuperfluidAccountResponse | undefined>;