UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

14 lines (13 loc) 604 B
import { Address } from '@melonproject/token-math'; export declare const keyPairs: Map<string, string>; export declare const initTestEnvironment: (endpoint?: string) => Promise<{ wallet: { address: any; signTransaction: (unsignedTransaction: any, from?: Address) => any; }; eth: any; track: import("../../utils/environment/Environment").Tracks; options: import("../../utils/environment/Environment").Options; logger: import("../../utils/environment/Environment").CurriedLogger; deployment?: import("../../utils/environment/Environment").PartialDeployment; }>;