@jagad/icsi
Version:
Internet Computer Subaccount Indexer Library - TypeScript SDK for ICP multi-token subaccount management, transaction tracking, and automated sweeping with webhook support
4 lines (3 loc) • 348 B
TypeScript
import { HttpAgent } from '@dfinity/agent';
export declare function addHttpAgentFromSeed<T>(action: (agent: HttpAgent, ...args: any[]) => Promise<T>, args: any[], seedPhrase: string): Promise<T>;
export declare function addHttpAgentAndExecute<T>(action: (agent: HttpAgent, ...args: any[]) => Promise<T>, args: any[], agent: HttpAgent): Promise<T>;