@effectai/sdk
Version:
Effect Network Javscript/Typescript SDK (for [https://effect.network](https://effect.network))
9 lines (8 loc) • 335 B
TypeScript
import type { NameType } from "@wharfkit/antelope";
import type { Session } from "@wharfkit/session";
import { type Client, type Account } from "../../exports";
export declare const getOrCreateVAccount: ({ client, actor, session, }: {
client: Client;
actor: NameType;
session?: Session | undefined;
}) => Promise<Account>;