export interface CryptoAddressDetails {
    address: string;
    tag?: string;
}
