Crate sol_log_parser

Source
Expand description

A small utility crate for parsing solana logs

Re-exports§

pub use error::LogParseError;
pub use parsed_log::ParsedLog;
pub use raw_log::RawLog;
pub use structured_log::parsed::ParsedStructuredLog;
pub use structured_log::raw::RawStructuredLog;

Modules§

error
parsed_log
raw_log
structured_log

Functions§

quick_pubkey_check
A small utility function to check if a string is a valid Solana public key.

Type Aliases§

Result