export type Account = { uuid: string username?: string publicKey: string currency: string }