solana-shadow 0.2.4

Synchronized shadow state of Solana programs available for off-chain processing.
Documentation
mod blockchain;
mod error;
mod message;
mod network;
mod rpc;
mod stubborn;
mod sync;

pub use blockchain::{BlockchainShadow, SyncOptions};
pub use error::{Error, Result};
pub use network::Network;
pub use solana_sdk::pubkey::Pubkey;