Add real Solana wallet observation and raw transaction persistence
This commit is contained in:
@@ -23,11 +23,12 @@ export interface WalletTransactionObservation {
|
||||
signature: string;
|
||||
slot: number;
|
||||
walletAddress: string;
|
||||
tokenMint: string;
|
||||
side: 'buy' | 'sell';
|
||||
amountSol: number | null;
|
||||
tokenAmount: number | null;
|
||||
tokenMint?: string | null;
|
||||
side?: 'buy' | 'sell' | null;
|
||||
amountSol?: number | null;
|
||||
tokenAmount?: number | null;
|
||||
timestamp: Date;
|
||||
correlationId?: string;
|
||||
}
|
||||
|
||||
export interface IWalletWatcher {
|
||||
|
||||
Reference in New Issue
Block a user