Interface StreamingProcessedResponse

Processed streaming response ready for Solana transactions

interface StreamingProcessedResponse {
    instruction: TransactionInstruction;
    bundleData: Buffer;
    feedHashes: string[];
    values: string[];
    timestamp: number;
}

Properties

instruction: TransactionInstruction
bundleData: Buffer
feedHashes: string[]
values: string[]
timestamp: number