0.2.0 • Published 9 months ago

sologger_log_transformer_wasm v0.2.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

sologger-log-transformer

Overview

This library provides utility to extract logs from various Solana API structs, such as blocks, transactions and responses.

Example Usage

    //Extract logs from a Response<RpcLogsResponse> struct for all program IDs
    let logs_contexts = from_rpc_response(&response, &ProgramsSelector::new_all_programs()).unwrap();

Please see the sologger-log-context crate for more information regarding LogContext.

0.2.0

9 months ago