export interface ApplicationWallet { name: string; contractAddress: string; privateKey: string; }