export interface Account { network: number; address: string; publicKey?: string; }