7 releases (4 breaking)

0.39.0 Feb 5, 2025
0.38.1 Jan 24, 2025
0.38.0 Oct 24, 2024
0.37.1 Oct 22, 2024
0.0.1 Apr 2, 2024

#9 in #subxt

Download history 40621/week @ 2024-10-30 42737/week @ 2024-11-06 35514/week @ 2024-11-13 32992/week @ 2024-11-20 33122/week @ 2024-11-27 35308/week @ 2024-12-04 30540/week @ 2024-12-11 23416/week @ 2024-12-18 8422/week @ 2024-12-25 23306/week @ 2025-01-01 30268/week @ 2025-01-08 44277/week @ 2025-01-15 37439/week @ 2025-01-22 34375/week @ 2025-01-29 36900/week @ 2025-02-05 39590/week @ 2025-02-12

154,731 downloads per month
Used in 40 crates (4 directly)

Apache-2.0 OR GPL-3.0

410KB
8K SLoC

Subxt-Core

This library provides a no-std compatible subset of functionality that subxt and subxt-signer rely on.


lib.rs:

subxt-core

A #[no_std] compatible subset of the functionality provided in the subxt crate. This contains the core logic for encoding and decoding things, but nothing related to networking.

Here's an overview of the main things exposed here:

  • blocks: decode and explore block bodies.
  • constants: access and validate the constant addresses in some metadata.
  • custom_values: access and validate the custom value addresses in some metadata.
  • metadata: decode bytes into the metadata used throughout this library.
  • storage: construct storage request payloads and decode the results you'd get back.
  • [tx]: construct and sign transactions (extrinsics).
  • runtime_api: construct runtime API request payloads and decode the results you'd get back.
  • events: decode and explore events.

Dependencies

~11MB
~185K SLoC