@neo-one/server-plugin-project
Version:
NEO•ONE server plugin for project functionality.
15 lines (14 loc) • 748 B
TypeScript
import { Network } from '@neo-one/server-plugin-network';
export declare const WALLETS: readonly import("@neo-one/local").BootstrapWallet[];
export declare const setupWallets: (network: Network, masterPrivateKey: string) => Promise<{
client: import("@neo-one/client-full-core").Client<{
memory: import("@neo-one/client-full-core").LocalUserAccountProvider<import("@neo-one/client-core").LocalKeyStore, import("@neo-one/client-core").NEOONEProvider>;
}>;
developerClient: import("@neo-one/client-core").DeveloperClient;
masterWallet: import("@neo-one/client-core").LocalWallet;
wallets: readonly import("@neo-one/local").BootstrapWallet[];
accountIDs: {
network: string;
address: string;
}[];
}>;