Modules§
- client_
interceptor - cluster_
data_ impl - convert
- Contains utility functions convert to/from protos and Rust structs.
- utils
Structs§
Enums§
Traits§
Functions§
Type Aliases§
- Bundle
Id - 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()) }
- Searcher
Client Result