1 unstable release
| 0.44.0 | Dec 30, 2025 |
|---|
#10 in #extrinsic
254 downloads per month
Used in 17 crates
(5 directly)
435KB
9K
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.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
~18MB
~250K SLoC