43 releases (22 breaking)

0.30.0 Jan 7, 2025
0.29.0 Jun 21, 2024
0.28.0 Apr 8, 2024
0.27.0 Feb 26, 2024
0.8.0-alpha.5 Mar 24, 2020

#4 in #off-chain

Download history 66646/week @ 2024-10-07 70045/week @ 2024-10-14 78251/week @ 2024-10-21 61080/week @ 2024-10-28 87851/week @ 2024-11-04 85377/week @ 2024-11-11 85525/week @ 2024-11-18 95381/week @ 2024-11-25 80069/week @ 2024-12-02 97239/week @ 2024-12-09 77207/week @ 2024-12-16 22219/week @ 2024-12-23 40673/week @ 2024-12-30 61906/week @ 2025-01-06 83965/week @ 2025-01-13 67877/week @ 2025-01-20

256,565 downloads per month
Used in 775 crates (24 directly)

Apache-2.0

47KB
586 lines

Substrate externalities abstraction

The externalities mainly provide access to storage and to registered extensions. Extensions are for example the keystore or the offchain externalities. These externalities are used to access the node from the runtime via the runtime interfaces.

This crate exposes the main Externalities trait.

License: Apache-2.0

Release

Polkadot SDK Stable 2412


lib.rs:

Substrate externalities abstraction

The externalities mainly provide access to storage and to registered extensions. Extensions are for example the keystore or the offchain externalities. These externalities are used to access the node from the runtime via the runtime interfaces.

This crate exposes the main Externalities trait.

Dependencies

~2–2.8MB
~56K SLoC