Crate jito_searcher_client

Source

Modules§

client_interceptor
cluster_data_impl
convert
Contains utility functions convert to/from protos and Rust structs.
utils

Structs§

SearcherClient

Enums§

SearcherClientError

Traits§

ClusterData

Functions§

grpc_connect

Type Aliases§

BundleId
BundleId is expected to be a hash of the contained transaction signatures: fn derive_bundle_id(transactions: &[VersionedTransaction]) -> String { let mut hasher = Sha256::new(); hasher.update(transactions.iter().map(|tx| tx.signatures[0]).join(“,”)); format!(“{:x}”, hasher.finalize()) }
SearcherClientResult