sologger_log_transformer_wasm
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

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.

Package Sidebar

Install

npm i sologger_log_transformer_wasm

Weekly Downloads

0

Version

0.2.0

License

Apache-2.0

Unpacked Size

1.32 MB

Total Files

5

Last publish

Collaborators

  • brytelands