export interface IEthereumStrategy { start(): Promise stop(): Promise } export type GanacheEthereum = { personal_accounts: { [publicKey: string]: number } }