9 releases (breaking)
0.41.0 | Mar 11, 2025 |
---|---|
0.39.0 | Feb 5, 2025 |
0.38.0 | Oct 24, 2024 |
0.37.0 | May 28, 2024 |
#12 in #subxt
256,188 downloads per month
Used in 68 crates
(6 directly)
425KB
8K
SLoC
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.
Subxt-Core
This library provides a no-std compatible subset of functionality that subxt
and subxt-signer
rely on.
Dependencies
~12MB
~213K SLoC