export interface ITradeIdeaAccess {
    wallets: string[];
    encryption?: {
        encrypt: boolean;
        key: string;
    };
}
