Skip to main content

Module yellowstone_tx_parse

Module yellowstone_tx_parse 

Source
Expand description

Yellowstone SubscribeUpdateTransaction 单笔解析(logs ∥ instructions + 去重)。 从 super::client 抽出,供 crate 内与下游 streamer 复用。

Functions§

parse_subscribe_update_transaction
解析单笔 Yellowstone 交易更新(含 meta):并行 logs + enhanced instructions,再 log/ix 去重合并。
parse_subscribe_update_transaction_low_latency
单笔交易解析:顺序执行 logs → instructions 再合并。