Crates.io | jito-geyser-protos |
lib.rs | jito-geyser-protos |
version | 0.0.2 |
source | src |
created_at | 2023-02-24 21:38:08.436854 |
updated_at | 2023-02-24 21:54:51.665649 |
description | Jito's Solana geyser protobufs and helper libraries |
homepage | |
repository | |
max_upload_size | |
id | 793948 |
size | 98,376 |
Adding to Cargo.toml
jito-geyser-protos = "0.0.2"
Importing
use jito_geyser_protos::solana::storage::confirmed_block::ConfirmedBlock;
Note:
Pulling in updates
pub mod solana {
pub mod geyser {
tonic::include_proto!("solana.geyser");
}
pub mod storage {
pub mod confirmed_block {
tonic::include_proto!("solana.storage.confirmed_block");
}
}
}
pub mod tx_by_addr {
tonic::include_proto!("solana.storage.transaction_by_addr");
}