add rabbitMq, executeSellDecision #82
Annotations
6 errors
check
Property 'balance' is missing in type '{ tokenAddress: string; priceChange24h: number; volumeChange24h: number; trade_24h_change: number; liquidity: number; liquidityChange24h: number; holderChange24h: number; rugPull: false; ... 6 more ...; lastUpdated: Date; }' but required in type 'TokenPerformance'.
|
check
Type 'number | { usd: number; base: number; quote: number; }' is not assignable to type 'number'.
|
check
Argument of type '{ tokenAddress: string; type: string; transactionHash: string; amount: number; price: number; isSimulation: boolean; timestamp: string; }' is not assignable to parameter of type 'Transaction'.
|
check
Property 'getTokenBalance' does not exist on type 'TrustScoreDatabase'.
|
check
Argument of type '{ tokenAddress: string; type: string; transactionHash: string; amount: number; price: number; isSimulation: boolean; timestamp: string; }' is not assignable to parameter of type 'Transaction'.
|
check
Process completed with exit code 1.
|