export interface IAddressObject {
  address: string;
  mnemonic?: string;
  path: string;
  privateKey: string;
  WIF: string;
}
