export interface Wallet { name: string, trigram: string, address: string, public: string, private: string, amount: number }