@lit-protocol/vincent-scaffold-sdk
Version:
Shared build configuration and utilities for Vincent abilities and policies
9 lines • 532 B
TypeScript
import { ethers } from "ethers";
import { StateManager } from "../managers/state-manager";
export declare function setupAccount(accountType: "appManager" | "appDelegatee" | "agentWalletPkpOwner", accountName: string, envPrivateKey: string | undefined, stateManager: StateManager, funderWallet: ethers.Wallet, provider: ethers.providers.JsonRpcProvider, fundAmount?: ethers.BigNumber): Promise<{
account: any;
address: string;
privateKey: string;
wallet: ethers.Wallet;
}>;
//# sourceMappingURL=setup-account.d.ts.map