type CryptoWallet = {
    coin: string;
    address: string;
    network: string;
    memo_address_tag: string;
};
export type { CryptoWallet };
